Schema Central  >  UBL 2.3  >  UBL-TransportationStatus-2.3.xsd  >  TransportationStatus
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

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.3.xsd

Type: TransportationStatusType

Properties: Global, Qualified

Content

  • Sequence [1..1]
    1. ext:UBLExtensions [0..1]A container for extensions foreign to the document.
    2. 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.
    3. cbc:CustomizationID [0..1]Identifies a user-defined customization of UBL for a specific use.
    4. cbc:ProfileID [0..1]Identifies a user-defined profile of the customization of UBL being used.
    5. cbc:ProfileExecutionID [0..1]Identifies an instance of executing a profile, to associate all transactions in a collaboration.
    6. cbc:ID [1..1]An identifier for this document, assigned by the sender.
    7. 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.
    8. cbc:UUID [0..1]A universally unique identifier for an instance of this document.
    9. cbc:IssueDate [0..1]The date, assigned by the sender, on which this document was issued.
    10. cbc:IssueTime [0..1]The time, assigned by the sender, at which this document was issued.
    11. cbc:Name [0..1]Text, assigned by the sender, that identifies this document to business users.
    12. cbc:Description [0..*]A textual description of transportation status.
    13. cbc:Note [0..*]Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures.
    14. cbc:ShippingOrderID [0..1]A reference number for a shipping order.
    15. cbc:OtherInstruction [0..1]An instruction regarding this message.
    16. cbc:TransportationStatusTypeCode [0..1]A code signifying the type of status provided in a Transportation Status document.
    17. cbc:TransportExecutionStatusCode [0..1]A code signifying the overall status of transport service execution.
    18. cac:Consignment [0..*]A consignment associated with this Transportation Status report.
    19. cac:TransportEvent [0..*]An event associated with this Transportation Status report.
    20. cac:DocumentReference [0..*]A reference to another document associated with this document.
    21. cac:Signature [0..*]A signature applied to this document.
    22. cac:SenderParty [0..1]The party sending this Transportation Status report.
    23. cac:ReceiverParty [0..1]The party receiving this Transportation Status report.
    24. cac:TransportationStatusRequestDocumentReference [0..1]A reference to the Transportation Status Request to which this report is a response.
    25. cac:TransportExecutionPlanDocumentReference [0..1]A reference to the Transport Execution Plan associated with the transport service whose status is being reported.
    26. cac:UpdatedPickupTransportEvent [0..1]Update of the original plan regarding a pickup of goods.
    27. cac:UpdatedDeliveryTransportEvent [0..1]Update of the original plan regarding a delivery.
    28. cac:StatusLocation [0..*]Locations associated with this Transportation Status report.
    29. 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>