scr:PersonEmploymentAssociation
Applied augmentation for type nc:PersonEmploymentAssociationType
Element information
Namespace: http://niem.gov/niem/domains/screening/2.1
Schema document: domains/screening/2.1/screening.xsd
Type: scr:PersonEmploymentAssociationType
Properties: Global, Qualified, Nillable
NIEM properties:
- Base: nc:PersonEmploymentAssociation
- Augmented Element
Content
- Sequence [1..1]
- nc:AssociationBeginDate [0..*] A date an association begins.
- nc:AssociationEndDate [0..*] A date an association ends.
- nc:EmployeeReference [0..*] A person who works for a business or a person.
- nc:Employer [0..*] A business or person which employs a person.
- nc:EmployeeDepartmentName [0..*] A name of a department or command associated with a job position.
- nc:EmployeePositionName [0..*] A job title of an employee.
- Choice [0..*]
- nc:EmployeeOccupationCode A job of an employee.
- nc:EmployeeOccupationText A job of an employee.
from subst. group nc:EmployeeOccupation - Choice [0..*]
- nc:EmployeeOccupationCategoryCode A general kind of job of an employee.
- nc:EmployeeOccupationCategoryText A general kind of job of an employee.
from subst. group nc:EmployeeOccupationCategory - nc:EmployeeRankText [0..*] A rank, status, or promotion level of a person within an employment organization.
- nc:EmployeeIdentification [0..*] An employment identification assigned to a person.
- nc:EmploymentContactInformationReference [0..*] A means of contacting a person at work.
- nc:EmploymentLocationReference [0..*] A location where a person works.
- nc:EmployeeShiftText [0..*] A set of hours or time frame during which a person usually works.
- nc:EmployeeEarningsRateText [0..*] A monetary compensation a person receives for employment.
- nc:EmploymentStatus [0..*] A status of employment for a person.
- nc:EmployeeSupervisorReference [0..*] A person who oversees and manages an employee.
- scr:PersonEmploymentAssociationAugmentation [0..*] Additional information about a person employment.
from type nc:AssociationTypefrom type nc:PersonEmploymentAssociationType
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | from type s:ComplexObjectType | |
s:metadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType | |
s:linkMetadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType |
Substitution hierarchy
- nc:PersonEmploymentAssociation
- can be substituted with scr:PersonEmploymentAssociation
Sample instance
<scr:PersonEmploymentAssociation> <nc:AssociationBeginDate> <nc:Date>2000-01-01</nc:Date> </nc:AssociationBeginDate> <nc:AssociationEndDate> <nc:Date>2000-01-01</nc:Date> </nc:AssociationEndDate> <nc:EmployeeReference/> <nc:Employer> <nc:EntityOrganizationReference/> </nc:Employer> <nc:EmployeeDepartmentName>string</nc:EmployeeDepartmentName> <nc:EmployeePositionName>string</nc:EmployeePositionName> <nc:EmployeeOccupationCode>569</nc:EmployeeOccupationCode> <nc:EmployeeOccupationCategoryCode>46</nc:EmployeeOccupationCategoryCode> <nc:EmployeeRankText>string</nc:EmployeeRankText> <nc:EmployeeIdentification> <nc:IdentificationID>string</nc:IdentificationID> <nc:IdentificationCategoryText>string</nc:IdentificationCategoryText> <nc:IdentificationCategoryDescriptionText>string</nc:IdentificationCategoryDescriptionText> <nc:IdentificationEffectiveDate> <nc:Date>2000-01-01</nc:Date> </nc:IdentificationEffectiveDate> <nc:IdentificationExpirationDate> <nc:Date>2000-01-01</nc:Date> </nc:IdentificationExpirationDate> <nc:IdentificationJurisdictionFIPS10-4Code>KS</nc:IdentificationJurisdictionFIPS10-4Code> <nc:IdentificationSourceText>string</nc:IdentificationSourceText> </nc:EmployeeIdentification> <nc:EmploymentContactInformationReference/> <nc:EmploymentLocationReference/> <nc:EmployeeShiftText>string</nc:EmployeeShiftText> <nc:EmployeeEarningsRateText>string</nc:EmployeeEarningsRateText> <nc:EmploymentStatus> <nc:StatusText>string</nc:StatusText> <nc:StatusDate> <nc:Date>2000-01-01</nc:Date> </nc:StatusDate> <nc:StatusDescriptionText>string</nc:StatusDescriptionText> <nc:StatusIssuerIdentification> <nc:IdentificationID>string</nc:IdentificationID> <nc:IdentificationCategoryText>string</nc:IdentificationCategoryText> <nc:IdentificationCategoryDescriptionText>string</nc:IdentificationCategoryDescriptionText> <nc:IdentificationEffectiveDate>... </nc:IdentificationEffectiveDate> <nc:IdentificationExpirationDate>... </nc:IdentificationExpirationDate> <nc:IdentificationJurisdictionFIPS10-4Code>KS</nc:IdentificationJurisdictionFIPS10-4Code> <nc:IdentificationSourceText>string</nc:IdentificationSourceText> </nc:StatusIssuerIdentification> <nc:StatusIssuerText>string</nc:StatusIssuerText> </nc:EmploymentStatus> <nc:EmployeeSupervisorReference/> <scr:PersonEmploymentAssociationAugmentation> <nc:PersonReference/> <nc:OrganizationReference/> <scr:PayRateAmount>1.0</scr:PayRateAmount> <scr:BeginSalaryAmount>1.0</scr:BeginSalaryAmount> <scr:EndSalaryAmount>1.0</scr:EndSalaryAmount> <scr:EmployeeStarNumberID>string</scr:EmployeeStarNumberID> <scr:EmployeeBadgeNumber>string</scr:EmployeeBadgeNumber> <scr:EmployeeCallNumber>string</scr:EmployeeCallNumber> </scr:PersonEmploymentAssociationAugmentation> </scr:PersonEmploymentAssociation>