<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:sequence>
</xsd:complexType>
|