cac:ShipmentStage
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.0.xsd
Type: cac:ShipmentStageType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:ID [0..1] Identifies a shipment stage.
- cbc:TransportModeCode [0..1] The method of transport used for a shipment stage.
- cbc:TransportMeansTypeCode [0..1] The type of vehicle used for a shipment stage.
- cbc:TransitDirectionCode [0..1] The direction of transit for a shipment stage.
- cbc:PreCarriageIndicator [1..1] Indicates whether the stage is before the main carriage of the shipment.
- cbc:OnCarriageIndicator [1..1] Indicates whether the stage is after the main carriage of the shipment.
- cac:TransitPeriod [0..1] An association to Transit Period.
- cac:CarrierParty [0..*] An association to Carrier.
- cac:TransportMeans [0..1] An association to the means of transport.
- cac:LoadingPortLocation [0..1] An association to the port location of loading.
- cac:UnloadingPortLocation [0..1] An association to the port location of unloading.
- cac:TransshipPortLocation [0..1] An association to the port location of transshipment.
Attributes
None
Used in
- Type cac:ShipmentType (Elements cac:ReportedShipment, cac:Shipment)
Sample instance
<cac:ShipmentStage> <cbc:ID>1</cbc:ID> <cbc:TransportModeCode listAgencyID="6" listID="UN/ECE rec 16">3</cbc:TransportModeCode> <cbc:TransportMeansTypeCode>Truck</cbc:TransportMeansTypeCode> <cbc:PreCarriageIndicator>true</cbc:PreCarriageIndicator> <cbc:OnCarriageIndicator>false</cbc:OnCarriageIndicator> <cac:TransitPeriod> <cbc:StartDate>2005-06-25</cbc:StartDate> <cbc:StartTime>11:35:00.0Z</cbc:StartTime> <cbc:EndDate>2005-06-25</cbc:EndDate> <cbc:EndTime>16:00:00.0Z</cbc:EndTime> </cac:TransitPeriod> <cac:CarrierParty> <cac:PartyName> <cbc:Name>Keep On Trucking</cbc:Name> </cac:PartyName> <cac:Contact> <cbc:Telephone>+1 36222 33847</cbc:Telephone> </cac:Contact> </cac:CarrierParty> <cac:TransportMeans> <cac:RoadTransport> <cbc:LicensePlateID>2652 WE</cbc:LicensePlateID> </cac:RoadTransport> </cac:TransportMeans> </cac:ShipmentStage>