nc:PersonEmploymentAssociation
An employment of a person.
Element information
Namespace: http://niem.gov/niem/niem-core/2.0
Schema document: lexs.gov/niem/niem-core/2.0/niem-core.xsd
Type: nc:PersonEmploymentAssociationType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- nc:AssociationBeginDate [0..1]A date an association begins.
- nc:AssociationEndDate [0..1]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..1]A name of a department or command associated with a job position.
- nc:EmployeePositionName [0..1]A job title of an employee.
- Choice [0..1]
- nc:EmployeeOccupationCodeA job of an employee.
- nc:EmployeeOccupationTextA job of an employee.
from subst. group nc:EmployeeOccupation - nc:EmployeeRankText [0..1]A rank, status, or promotion level of a person within an employment organization.
- nc:EmployeeIdentification [0..1]An employment identification assigned to a person.
- nc:EmploymentStatus [0..1]A status of employment for a person.
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 |
Used in
- Type lexsdigest:EntityAssociationsType (Element lexsdigest:Associations)
Sample instance
<nc:PersonEmploymentAssociation> <nc:AssociationBeginDate> <nc:DateTime>1967-08-13T14:20:00.0Z</nc:DateTime> </nc:AssociationBeginDate> <nc:AssociationEndDate> <nc:DateTime>1968-08-13T14:20:00.0Z</nc:DateTime> </nc:AssociationEndDate> <nc:EmployeeReference s:ref="Person1"/> <nc:Employer> <nc:EntityPersonReference s:ref="Person2"/> </nc:Employer> <nc:EmployeeDepartmentName>Security</nc:EmployeeDepartmentName> <nc:EmployeePositionName>Security Officer</nc:EmployeePositionName> <nc:EmployeeRankText>Staff</nc:EmployeeRankText> <nc:EmployeeIdentification> <nc:IdentificationID>ABC123</nc:IdentificationID> <nc:IdentificationCategoryText>category description</nc:IdentificationCategoryText> <nc:IdentificationEffectiveDate> <nc:Date>1967-08-13</nc:Date> </nc:IdentificationEffectiveDate> <nc:IdentificationExpirationDate> <nc:Date>1968-08-13</nc:Date> </nc:IdentificationExpirationDate> <nc:IdentificationJurisdictionText>Company-wide</nc:IdentificationJurisdictionText> <nc:IdentificationSourceText>Employer</nc:IdentificationSourceText> <nc:IdentificationStatus> <nc:StatusDate> <nc:Date>1967-08-13</nc:Date> </nc:StatusDate> <nc:StatusDescriptionText>May not be current</nc:StatusDescriptionText> <nc:StatusIssuerText>Employer</nc:StatusIssuerText> </nc:IdentificationStatus> </nc:EmployeeIdentification> <nc:EmploymentStatus> <nc:StatusDate> <nc:Date>1967-08-13</nc:Date> </nc:StatusDate> <nc:StatusDescriptionText>Retired</nc:StatusDescriptionText> <nc:StatusIssuerText>Employer</nc:StatusIssuerText> </nc:EmploymentStatus> </nc:PersonEmploymentAssociation>