StateChange

Uses the Component: StateChangeType

Fields and Components

Table 5.11. Fields and Components

Name Description Occurrence Type Data Type User Notes
FromStateCode  0..1Fieldudt:CodeType 
ToStateCode  0..1Fieldudt:CodeType 
ChangeDateTime

Indicates when the status change occured.

0..1Fieldudt:DateTimeType 

Sample XML

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

Example 5.11. StateChange

<StateChange>
     <FromStateCode>......</FromStateCode>     [0..1]
     <ToStateCode>......</ToStateCode>     [0..1]
     <ChangeDateTime>......</ChangeDateTime>     [0..1]
</StateChange>