<xsd:complexType name="OrderStateType">
<xsd:sequence>
<xsd:element name="StateDateTime" type="udt:DateTimeType">
<xsd:annotation>
<xsd:documentation>
The date and time the state took effect. Only the most
recent state is the current state. This facilitates a dealer awareness
of the order fulfillment timeline.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="OrderStateTypeCode" type="scl:OrderStateTypeEnumeratedType">
<xsd:annotation>
<xsd:documentation>
Defines a common enumeration of state
values.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|