<xsd:simpleType name="OrderStateTypeEnumeratedType">
<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>The supplier should not process this order.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Submitted">
<xsd:annotation>
<xsd:documentation>The order is submitted from the dealer to the supplier.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Rejected">
<xsd:annotation>
<xsd:documentation>The order was rejected for some reason.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Pending Processing">
<xsd:annotation>
<xsd:documentation>The supplier has the order, has successfully parsed the order, but has not submitted the order to back end systems for processing.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Credit Hold">
<xsd:annotation>
<xsd:documentation>The order is on hold until credit is determined to be satisfactory for the order to complete.
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Cancelled">
<xsd:annotation>
<xsd:documentation>The order in its entirety is cancelled. </xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Allocated">
<xsd:annotation>
<xsd:documentation>Parts for one or more order Lines have been reserved for the order.
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Released">
<xsd:annotation>
<xsd:documentation>One or more Lines have been released to the warehouse for fulfillment.
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Complete">
<xsd:annotation>
<xsd:documentation>All Lines are either Shipped, Cancelled, Referral, or Rejected.
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Other">
<xsd:annotation>
<xsd:documentation>Other Order State not specified in enumerated list.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="N/A">
<xsd:annotation>
<xsd:documentation>Not Applicable</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|