Definition Type: SimpleType
Name: DealerServiceTypeEnumeratedType
Namespace: http://www.starstandard.org/STAR/5/codelists
Containing Schema: CodeLists.xsd
Documentation:
Indicates the type of services performed by the Dealer.
Collapse XSD Schema Diagram:
XSD Diagram of DealerServiceTypeEnumeratedType in schema codelists_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:simpleType name="DealerServiceTypeEnumeratedType">
    <xsd:annotation>
        <xsd:documentation source="http://www.starstandard.org/">Indicates the type of services performed by the Dealer.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:normalizedString">
        <xsd:enumeration value="Sales">
            <xsd:annotation>
                <xsd:documentation>The dealer performs sales services</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Finance Available">
            <xsd:annotation>
                <xsd:documentation>The dealer has financing services available.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Rentals">
            <xsd:annotation>
                <xsd:documentation>The dealer has rental services available.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Warranty Servicing">
            <xsd:annotation>
                <xsd:documentation>The dealer has warranty servicing available.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Repairs">
            <xsd:annotation>
                <xsd:documentation>The dealer has repair services available.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration Sales
Enumeration Finance Available
Enumeration Rentals
Enumeration Warranty Servicing
Enumeration Repairs