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