Definition Type: ComplexType
Name: EmployeePersonType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
An employee of a dealership, or other organization.
Collapse XSD Schema Diagram:
Drilldown into PreferredLanguageCode in schema components_xsd Drilldown into HireDate in schema components_xsd Drilldown into SpecifiedPerson in schema components_xsd Drilldown into AlternatePartyDocument in schema components_xsdXSD Diagram of EmployeePersonType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AlternatePartyDocument star:AlternatePartyDocument 0 unbounded
SpecifiedPerson star:SpecifiedPerson 0 1
HireDate star:HireDate 0 (1)
PreferredLanguageCode star:PreferredLanguageCode 0 1
Collapse Derivation Tree:
Collapse References:
star:EmployeePerson