Uses the Component: StateChangeType
Table 5.15. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| FromStateCode | 0..1 | Field | udt:CodeType | ||
| ToStateCode | 0..1 | Field | udt:CodeType | ||
| ChangeDateTime |
Indicates when the status change occured. | 0..1 | Field | udt:DateTimeType |
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.15. StateChange
<StateChange>
<FromStateCode>......</FromStateCode> [0..1]
<ToStateCode>......</ToStateCode> [0..1]
<ChangeDateTime>......</ChangeDateTime> [0..1]
</StateChange>