<xsd:simpleType name="LineStateTypeEnumeratedType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Defines a common enumeration of state values.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="Hold">
<xsd:annotation>
<xsd:documentation>Hold identifies the fact the part on the subject line has been put on hold.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Submitted">
<xsd:annotation>
<xsd:documentation>Submitted identifies the fact the part on the subject line has been submitted.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Rejected">
<xsd:annotation>
<xsd:documentation>Rejected identifies the fact the part on the subject line has been rejected</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Back Ordered">
<xsd:annotation>
<xsd:documentation>Back Ordered identifies the fact the part on the subject line is on back order.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Allocated">
<xsd:annotation>
<xsd:documentation>Allocated identifies the fact the part on the subject line has been allocated.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Cancelled">
<xsd:annotation>
<xsd:documentation>Cancelled identifies the fact the order for the part on the subject line has been cancelled</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Pick List Printed">
<xsd:annotation>
<xsd:documentation>Pick List Printed identifies the fact the pick list for the subject line has been printed.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Shipped">
<xsd:annotation>
<xsd:documentation>Shipped identifies the fact the part on the subject line has been shipped</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Other">
<xsd:annotation>
<xsd:documentation>Other Line State</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="N/A">
<xsd:annotation>
<xsd:documentation>Not Applicable</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Referral">
<xsd:annotation>
<xsd:documentation>Referral identifies the fact the part on the subject line has been referred to another supplier and will not be reported on through this parts order going forward. The Primary Supplier is giving a referral to another Supplier for this particular line. It is similar to canceling a line. The Primary Supplier will not report on this line any further with this order. The Dealer will still receive the part, however it will be a different Supplier providing the part.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|