<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:enumeration value="Created">
<xsd:annotation>
<xsd:documentation>Created</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Confirmed">
<xsd:annotation>
<xsd:documentation>Confirmed</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Updated">
<xsd:annotation>
<xsd:documentation>Updated</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Payment Terms Updated">
<xsd:annotation>
<xsd:documentation>Payment terms updated</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Released to Production">
<xsd:annotation>
<xsd:documentation>Released to Production</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Production Started">
<xsd:annotation>
<xsd:documentation>Production started</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Production Finished">
<xsd:annotation>
<xsd:documentation>Production finished</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Shipped">
<xsd:annotation>
<xsd:documentation>Shipped</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Vehicle Identifier Assigned">
<xsd:annotation>
<xsd:documentation>Vehicle identifier assigned</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|