Uses the Component:CarrierPartyABIEType
The Carrier Party.
Table 7.20. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| CommonParty |
Common generic Party component | 0..1 | Component | PartyABIEType | |
| CarrierRole |
Generic field to handle all types of Carrier parties. Possible Values: Transporter, IntermediateWH, FreightForwarder. | 0..* | Field | oag:TextType | |
| TransportationStepNumber |
The shipment's transportation step number. | 0..* | 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 7.28. CarrierParty
<CarrierParty>
<CommonParty>......</CommonParty> [0..1]
<CarrierRole>......</CarrierRole> [0..*]
<TransportationStepNumber>......</TransportationStepNumber> [0..*]
</CarrierParty>