Definition Type: SimpleType
Name: PartSalesRestrictionCodeEnumeratedType
Namespace: http://www.starstandard.org/STAR/5/codelists
Containing Schema: CodeLists.xsd
Documentation:
Identifies if the sale of a part is restricted
Collapse XSD Schema Diagram:
XSD Diagram of PartSalesRestrictionCodeEnumeratedType in schema codelists_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:simpleType name="PartSalesRestrictionCodeEnumeratedType">
    <xsd:annotation>
        <xsd:documentation source="http://www.starstandard.org/">Identifies if the sale of a part is restricted</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:normalizedString">
        <xsd:enumeration value="0">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">OK to sell the part</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="1">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Restricted distribution</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="2">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Not for Sale</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration 0
Enumeration 1
Enumeration 2
Collapse Derivation Tree:
Collapse References:
star:PartDealerSalesRestriction