cac:TransportEvent
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.3.xsd
Type: cac:TransportEventType
Properties: Global, Qualified
Content
- Sequence [1..1]
- ext:UBLExtensions [0..1]A container for extensions foreign to the document.
- cbc:IdentificationID [0..1]An identifier for this transport event within an agreed event identification scheme.
- cbc:OccurrenceDate [0..1]The date of this transport event.
- cbc:OccurrenceTime [0..1]The time of this transport event.
- cbc:TransportEventTypeCode [0..1]A code signifying the type of this transport event.
- cbc:Description [0..*]Text describing this transport event.
- cbc:CompletionIndicator [0..1]An indicator that this transport event has been completed (true) or not (false).
- cac:ReportedShipment [0..1]The shipment involved in this transport event.
- cac:CurrentStatus [0..*]The current status of this transport event.
- cac:Contact [0..*]A contact associated with this transport event.
- cac:Location [0..1]The location associated with this transport event.
- cac:Signature [0..1]A signature that can be used to sign for an entry or an exit at a transport location (e.g., port terminal).
- cac:Period [0..*]A period of time associated with this transport event.
Attributes
None
Used in
- Type TransportationStatusType (Element TransportationStatus)
- Type cac:ConsignmentType (Elements cac:ChildConsignment, cac:Consignment, cac:ReferencedConsignment)
- Type cac:ShipmentStageType (Elements cac:MainCarriageShipmentStage, cac:OnCarriageShipmentStage, cac:PreCarriageShipmentStage, cac:ShipmentStage)
- Type cac:TransportationServiceType (Elements cac:AdditionalTransportationService, cac:FinalDeliveryTransportationService, cac:MainTransportationService, cac:OriginalDespatchTransportationService, cac:TransportationService)
- Type cac:TransportEquipmentType (Elements cac:AttachedTransportEquipment, cac:ContainedInTransportEquipment, cac:ContainingTransportEquipment, cac:ReferencedTransportEquipment, cac:SupportedTransportEquipment, cac:TransportEquipment, cac:UnsupportedTransportEquipment)
Sample instance
<cac:TransportEvent> <cac:CurrentStatus> <cbc:ConditionCode>31</cbc:ConditionCode> <cbc:Description>En route</cbc:Description> </cac:CurrentStatus> <cac:Contact> <cbc:Name>John Smith</cbc:Name> <cbc:ElectronicMail>jsmith@example.com</cbc:ElectronicMail> </cac:Contact> </cac:TransportEvent>