Uses the Component:EmployeePersonType
An employee of a dealership, or other organization.
Table 6.6. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
AlternatePartyDocument |
An alternate collection of data for a piece of written, printed, or electronic matter that provides information or evidence of a party. | 0..* | Component | DocumentABIEType | |
SpecifiedPerson |
Identifies a specific individual or person. | 0..1 | Component | PersonType | |
HireDate |
The date that an individual was hired. | 0..1 | Field | udt:DateType | |
PreferredLanguageCode |
Preferred language | 0..1 | Field | sqdt:LanguageCodeType | |
DealerManagementSystemID |
The Dealer Management System ID assigned to a party.ie, DMS assigned Customer Number or employee ID. | 0..1 | Field | udt:TextType |
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.6. EmployeePerson
<EmployeePerson> <AlternatePartyDocument>......</AlternatePartyDocument> [0..*] <SpecifiedPerson>......</SpecifiedPerson> [0..1] <HireDate>......</HireDate> [0..1] <PreferredLanguageCode>......</PreferredLanguageCode> [0..1] <DealerManagementSystemID>......</DealerManagementSystemID> [0..1] </EmployeePerson>