Definition Type: SimpleType
Name: DistributionMethodCodeEnumeratedType
Namespace: http://www.starstandard.org/STAR/5/codelists
Containing Schema: CodeLists.xsd
Documentation:
When a part is to be distributed, this list of values indicates what methods can be used.
Collapse XSD Schema Diagram:
XSD Diagram of DistributionMethodCodeEnumeratedType in schema codelists_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:simpleType name="DistributionMethodCodeEnumeratedType">
    <xsd:annotation>
        <xsd:documentation source="http://www.starstandard.org/">When a part is to be distributed, this list of values indicates what methods can be used.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:normalizedString">
        <xsd:enumeration value="PDC">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Orders are shipped from a Parts Distribution Center. This could be the OEM's warehouse.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Direct Ship">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Item is directly shipped from the supplier's warehouse.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Production Only">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Need a good Description here.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Other">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Other.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration PDC
Enumeration Direct Ship
Enumeration Production Only
Enumeration Other