LineState

Uses the Component:LineStateType

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

Fields and Components

Table 7.73. 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  
LineStateTypeCode

Defines a common enumeration of state values.

1..1Field scl:LineStateTypeEnumeratedType  

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 7.73. LineState

<LineState>
     <StateDateTime>......</StateDateTime>     [1..1]
     <LineStateTypeCode>......</LineStateTypeCode>     [1..1]
</LineState>