Uses the Component:EmploymentHistoryType
Information that relates to employment of an person.
Table 6.31. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
EmployerParty |
A person or organization that has employees. | 0..1 | Component | PartyABIEType | |
EmploymentDemographics |
Information that relates to the demographics of employment. Items include income, employment period, etc. | 0..1 | Component | EmploymentDemographicsType |
The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.
Example 6.31. EmploymentHistory
<EmploymentHistory> <EmployerParty>......</EmployerParty> [0..1] <EmploymentDemographics>......</EmploymentDemographics> [0..1] </EmploymentHistory>