Definition Type: SimpleType
Name: PartSaleTypeEnumeratedType
Namespace: http://www.starstandard.org/STAR/5/codelists
Containing Schema: CodeLists.xsd
Documentation:
Identifies the type of Sale or Lost Sale. RS=Repair Oder Sale, RL=Repair Order Lost Sale, CS=Counter Sale, CL=Lost Counter Sale, SA=Service Appointment Sale
Collapse XSD Schema Diagram:
XSD Diagram of PartSaleTypeEnumeratedType in schema codelists_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:simpleType name="PartSaleTypeEnumeratedType">
    <xsd:annotation>
        <xsd:documentation source="http://www.starstandard.org/">Identifies the type of Sale or Lost Sale. RS=Repair Oder Sale, RL=Repair Order Lost Sale, CS=Counter Sale, CL=Lost Counter Sale, SA=Service Appointment Sale</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:normalizedString">
        <xsd:enumeration value="RS">
            <xsd:annotation>
                <xsd:documentation>Repair Order Sale</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="RL">
            <xsd:annotation>
                <xsd:documentation>Repair Order Lost Sale</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="CS">
            <xsd:annotation>
                <xsd:documentation>Counter Ticket Sale</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="CL">
            <xsd:annotation>
                <xsd:documentation>Counter Ticket Lost Sale</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="SS">
            <xsd:annotation>
                <xsd:documentation>Service Appointment Sale</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="AS">
            <xsd:annotation>
                <xsd:documentation>All Sales</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="AL">
            <xsd:annotation>
                <xsd:documentation>All Lost Sales</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration RS
Enumeration RL
Enumeration CS
Enumeration CL
Enumeration SS
Enumeration AS
Enumeration AL
Collapse Derivation Tree:
Collapse References:
star:PartSaleType, star:PartSaleType