Definition Type: SimpleType
Name: StockingLevelIndicatorCodeEnumeratedType
Namespace: http://www.starstandard.org/STAR/5/codelists
Containing Schema: CodeLists.xsd
Documentation:
When distributing pricing information to DMS providers, this is the only indicator they have to determine lead time for pricing loads.
Collapse XSD Schema Diagram:
XSD Diagram of StockingLevelIndicatorCodeEnumeratedType in schema codelists_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:simpleType name="StockingLevelIndicatorCodeEnumeratedType">
    <xsd:annotation>
        <xsd:documentation source="http://www.starstandard.org/">
                When distributing pricing information to DMS providers, this is the only indicator they have to determine lead time for pricing loads.
            </xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:normalizedString">
        <xsd:enumeration value="Regionally Stocked">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                        Regionally stocked parts will arrive quicker and have lower shipping costs for ermergency orders.  
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Focused">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                          Focus parts will have sufficient quantity to not stock out at a central location.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Normal">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                          Normal stocking level.
                    </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 Regionally Stocked
Enumeration Focused
Enumeration Normal
Enumeration Other