TransportationStatus
This element MUST be conveyed as the root element in any instance document based on this Schema expression
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:TransportationStatus-2
Schema document: maindoc/UBL-TransportationStatus-2.1.xsd
Type: TransportationStatusType
Properties: Global, Qualified
Content
- Sequence [1..1]
- ext:UBLExtensions [0..1] A container for all extensions present in the document.
- cbc:UBLVersionID [0..1] Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.
- cbc:CustomizationID [0..1] Identifies a user-defined customization of UBL for a specific use.
- cbc:ProfileID [0..1] Identifies a user-defined profile of the customization of UBL being used.
- cbc:ProfileExecutionID [0..1] Identifies an instance of executing a profile, to associate all transactions in a collaboration.
- cbc:ID [1..1] An identifier for this document, assigned by the sender.
- cbc:CarrierAssignedID [0..1] A reference number assigned by a carrier or its agent to identify a specific shipment, such as a booking reference number when cargo space is reserved prior to loading.
- cbc:UUID [0..1] A universally unique identifier for an instance of this document.
- cbc:IssueDate [0..1] The date, assigned by the sender, on which this document was issued.
- cbc:IssueTime [0..1] The time, assigned by the sender, at which this document was issued.
- cbc:Name [0..1] Text, assigned by the sender, that identifies this document to business users.
- cbc:Description [0..*] A textual description of transportation status.
- cbc:Note [0..*] Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures.
- cbc:ShippingOrderID [0..1] A reference number for a shipping order.
- cbc:OtherInstruction [0..1] An instruction regarding this message.
- cbc:TransportationStatusTypeCode [0..1] A code signifying the type of status provided in a Transportation Status document.
- cbc:TransportExecutionStatusCode [0..1] A code signifying the overall status of transport service execution.
- cac:Consignment [0..*] A consignment associated with this Transportation Status report.
- cac:TransportEvent [0..*] An event associated with this Transportation Status report.
- cac:DocumentReference [0..*] A reference to another document associated with this document.
- cac:Signature [0..*] A signature applied to this document.
- cac:SenderParty [0..1] The party sending this Transportation Status report.
- cac:ReceiverParty [0..1] The party receiving this Transportation Status report.
- cac:TransportationStatusRequestDocumentReference [0..1] A reference to the Transportation Status Request to which this report is a response.
- cac:TransportExecutionPlanDocumentReference [0..1] A reference to the Transport Execution Plan associated with the transport service whose status is being reported.
- cac:UpdatedPickupTransportEvent [0..1] Update of the original plan regarding a pickup of goods.
- cac:UpdatedDeliveryTransportEvent [0..1] Update of the original plan regarding a delivery.
- cac:StatusLocation [0..*] Locations associated with this Transportation Status report.
- cac:StatusPeriod [0..*] A period for which status is provided.
Attributes
None
Sample instance
<TransportationStatus> <ext:UBLExtensions> <ext:UBLExtension> <ext:ExtensionContent> <mec:Additional> <mac:QualificationLevel> <cbc:ID>L1</cbc:ID> <cbc:Description>Level 1</cbc:Description> <mbc:LevelPrerequisite>Level0</mbc:LevelPrerequisite> </mac:QualificationLevel> <mac:ThirdPartyBilling> <cac:Party> <cac:PartyName> <cbc:Name>Jane Doe</cbc:Name> </cac:PartyName> </cac:Party> </mac:ThirdPartyBilling> </mec:Additional> </ext:ExtensionContent> </ext:UBLExtension> </ext:UBLExtensions> <cbc:UBLVersionID>2.1</cbc:UBLVersionID> <cbc:CustomizationID>urn:X-demo:TransportShipments</cbc:CustomizationID> <cbc:ProfileID>urn:X-demo:CoreElement</cbc:ProfileID> <cbc:ID>1234</cbc:ID> <cbc:IssueDate>2010-08-13</cbc:IssueDate> <cbc:IssueTime>15:30:00.0Z</cbc:IssueTime> <cbc:Description>En route</cbc:Description> <cac:Consignment> <cbc:ID>XYZ987</cbc:ID> <cbc:SummaryDescription>Electronic components</cbc:SummaryDescription> </cac:Consignment> <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> </TransportationStatus>