Uses the Component:ShipmentStateType
The state of a given shipment.
Table 6.8. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| TypeOfShipDate |
The type of of date of the shipment. | 0..1 | Field | oag:CodeType | |
| OtherTypeOfShipDate |
The other type of of date of the shipment. | 0..1 | Field | oag:CodeType | |
| ShipDate |
The date of the shipment. | 0..1 | Field | oag:xbt_DateTimeType | |
| Description |
The desription of the shipment. | 0..1 | Field | oag:TextType |
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.8. ShipmentState
<ShipmentState>
<TypeOfShipDate>......</TypeOfShipDate> [0..1]
<OtherTypeOfShipDate>......</OtherTypeOfShipDate> [0..1]
<ShipDate>......</ShipDate> [0..1]
<Description>......</Description> [0..1]
</ShipmentState>