EmployeePerson

Uses the Component:EmployeePersonType

An employee of a dealership, or other organization.

Fields and Components

Table 6.7. 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..*ComponentDocumentABIEType 
SpecifiedPerson

Identifies a specific individual or person.

0..1ComponentPersonType 
HireDate

The date that an individual was hired.

0..1Field udt:DateType  
PreferredLanguageCode

Preferred language

0..1Field sqdt:LanguageCodeType  
DealerManagementSystemID

The Dealer Management System ID assigned to a party.ie, DMS assigned Customer Number or employee ID.

0..1Field udt:TextType  

Sample XML

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.7. EmployeePerson

<EmployeePerson>
     <AlternatePartyDocument>......</AlternatePartyDocument>     [0..*]
     <SpecifiedPerson>......</SpecifiedPerson>     [0..1]
     <HireDate>......</HireDate>     [0..1]
     <PreferredLanguageCode>......</PreferredLanguageCode>     [0..1]
     <DealerManagementSystemID>......</DealerManagementSystemID>     [0..1]
</EmployeePerson>