<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>
|