nc:PersonFormerEmploymentAssociation
An employment a person held in the past but does not currently hold.
Element information
Namespace: http://niem.gov/niem/niem-core/2.0
Schema document: niem-constrained/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.
- 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 | The id attribute is used to define XML IDs for NIEM objects. These IDs may be targets of reference elements, metadata attributes, and link metadata attributes. | from type s:ComplexObjectType |
s:metadata | [0..1] | xsd:IDREFS | The attribute metadata allows an object to point to metadata that affects itself. | from type s:ComplexObjectType |
s:linkMetadata | [0..1] | xsd:IDREFS | The linkMetadata attribute allows an element to point to metadata that affects the relationship between the context and the value of the object. | from type s:ComplexObjectType |
Used in
- NIEM reference target from lexslib:ObjectReference
- NIEM reference target from lexslib:PayloadObjectReference
- NIEM reference target from lexslib:SameAsDigestReference
- Type lexsdigest:EntityAssociationsType (Element lexsdigest:Associations)
Sample instance
<nc:PersonFormerEmploymentAssociation> <nc:AssociationBeginDate> <nc:DateTime>1967-08-13T14:20:00.0Z</nc:DateTime> </nc:AssociationBeginDate> <nc:AssociationEndDate> <nc:DateTime>1967-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: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>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:PersonFormerEmploymentAssociation>