OrderState

Uses the Component:OrderStateType

The OrderState component represents the current and history states of the order. This component may occur many times reflecting the history of states.

Fields and Components

Table 6.39. Fields and Components

Name Description Occurrence Type Data Type User Notes
StateDateTime

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.

1..1Field udt:DateTimeType  
OrderStateTypeCode

Defines a common enumeration of state values.

1..1Field scl:OrderStateTypeEnumeratedType  

Sample XML

The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.

Example 6.39. OrderState

<OrderState>
     <StateDateTime>......</StateDateTime>     [1..1]
     <OrderStateTypeCode>......</OrderStateTypeCode>     [1..1]
</OrderState>