Definition Type: SimpleType
Name: CrossShipmentRestrictionEnumeratedType
Namespace: http://www.starstandard.org/STAR/5/codelists
Containing Schema: CodeLists.xsd
Collapse XSD Schema Diagram:
XSD Diagram of CrossShipmentRestrictionEnumeratedType in schema codelists_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:simpleType name="CrossShipmentRestrictionEnumeratedType">
    <xsd:restriction base="xsd:normalizedString">
        <xsd:enumeration value="Primary">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/">The primary parts distribution center to ship the parts.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Alternate">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/">Allows any altenate parts distribution center to be used.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Low Volume">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/">Use the low volume parts distribution center for slow moving parts.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Domestic Only">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/">Only use domestic parts distribution centers</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="None">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/">No restrictions are to be applied.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration Primary
Enumeration Alternate
Enumeration Low Volume
Enumeration Domestic Only
Enumeration None