ShipmentState

Uses the Component:ShipmentStateType

The state of a given shipment.

Fields and Components

Table 6.8. Fields and Components

Name Description Occurrence Type Data Type User Notes
TypeOfShipDate

The type of of date of the shipment.

0..1Field oag:CodeType  
OtherTypeOfShipDate

The other type of of date of the shipment.

0..1Field oag:CodeType  
ShipDate

The date of the shipment.

0..1Field oag:xbt_DateTimeType  
Description

The desription of the shipment.

0..1Field oag:TextType  

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.8. ShipmentState

<ShipmentState>
     <TypeOfShipDate>......</TypeOfShipDate>     [0..1]
     <OtherTypeOfShipDate>......</OtherTypeOfShipDate>     [0..1]
     <ShipDate>......</ShipDate>     [0..1]
     <Description>......</Description>     [0..1]
</ShipmentState>