nc:PersonEmploymentAssociation
An employment of a person.
Element information
Namespace: http://niem.gov/niem/niem-core/2.0
Schema document: niem-core/2.0/niem-core.xsd
Type: nc:PersonEmploymentAssociationType
Properties: Global, Qualified, Nillable
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.
from type nc:AssociationType
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 |
Sample instance
<nc: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>004</nc:EmployeeOccupationCode> <nc:EmployeeOccupationCategoryCode>01</nc:EmployeeOccupationCategoryCode> <nc:EmployeeRankText>string</nc:EmployeeRankText> <nc:EmployeeIdentification> <nc:IdentificationID>string</nc:IdentificationID> <j:PersonIDCategoryCode>AF</j:PersonIDCategoryCode> <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> <j:DrivingJurisdictionAuthorityANSID20Code>AB</j:DrivingJurisdictionAuthorityANSID20Code> <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> <j:PersonIDCategoryCode>AF</j:PersonIDCategoryCode> <nc:IdentificationCategoryDescriptionText>string</nc:IdentificationCategoryDescriptionText> <nc:IdentificationEffectiveDate>... </nc:IdentificationEffectiveDate> <nc:IdentificationExpirationDate>... </nc:IdentificationExpirationDate> <j:DrivingJurisdictionAuthorityANSID20Code>AB</j:DrivingJurisdictionAuthorityANSID20Code> <nc:IdentificationSourceText>string</nc:IdentificationSourceText> </nc:StatusIssuerIdentification> <nc:StatusIssuerText>string</nc:StatusIssuerText> </nc:EmploymentStatus> <nc:EmployeeSupervisorReference/> </nc:PersonEmploymentAssociation>