TransportStep

Uses the Component:TransportStepType

Transportation steps.

Fields and Components

Table 7.35. Fields and Components

Name Description Occurrence Type Data Type User Notes
StartDateTime

Start date and time.

0..1Field oag:xbt_DateTimeType  
EndDateTime

End date and time.

0..1Field oag:xbt_DateTimeType  
TransportationStepNumber

Transportation step number

0..1Field oag:TextType  
CarrierID

Carrier identification.

0..1Field oag:OpenIDType  
TransportMethodCode

Transportation method code.

0..1Field oag:CodeType  

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.44. TransportStep

<TransportStep>
     <StartDateTime>......</StartDateTime>     [0..1]
     <EndDateTime>......</EndDateTime>     [0..1]
     <TransportationStepNumber>......</TransportationStepNumber>     [0..1]
     <CarrierID>......</CarrierID>     [0..1]
     <TransportMethodCode>......</TransportMethodCode>     [0..1]
</TransportStep>