<xsd:complexType name="EmployeePersonType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">An employee of a dealership, or other organization.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="AlternatePartyDocument" />
<xsd:element maxOccurs="1" minOccurs="0" ref="SpecifiedPerson" />
<xsd:element minOccurs="0" name="HireDate" type="udt:DateType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">The date that an individual was hired.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="PreferredLanguageCode" type="sqdt:LanguageCodeType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Preferred language</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="DealerManagementSystemID" type="udt:TextType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
The Dealer Management System ID assigned to a party.ie, DMS assigned Customer Number or employee ID.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|