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

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

TransportationStatusRequest

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:TransportationStatusRequest-2

Schema document: maindoc/UBL-TransportationStatusRequest-2.3.xsd

Type: TransportationStatusRequestType

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 the document instance.
    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 requested in a Transportation Status document.
    17. cac:SenderParty [0..1]The party sending this document.
    18. cac:ReceiverParty [0..1]The party receiving this document.
    19. cac:TransportExecutionPlanDocumentReference [0..1]A reference to the Transport Execution Plan associated with the transport service for which status is requested.
    20. cac:Consignment [0..*]A consignment regarding which status is requested.
    21. cac:DocumentReference [0..*]A reference to another document associated with this document.
    22. cac:Signature [0..*]A signature applied to this document.
    23. cac:RequestedStatusLocation [0..*]A location for which status is requested.
    24. cac:RequestedStatusPeriod [0..*]A period for which status is requested.

Attributes

None

Sample instance

<TransportationStatusRequest>
   <cbc:UBLVersionID>2.1</cbc:UBLVersionID>
   <cbc:ID>TSR_1</cbc:ID>
   <cbc:IssueDate>2011-10-06</cbc:IssueDate>
   <cbc:IssueTime>09:29:10+01:00</cbc:IssueTime>
   <cbc:TransportationStatusTypeCode>All deviations</cbc:TransportationStatusTypeCode>
   <cac:TransportExecutionPlanDocumentReference>
      <cbc:ID>TEP_1</cbc:ID>
   </cac:TransportExecutionPlanDocumentReference>
   <cac:Consignment>
      <cbc:ID>CON_1</cbc:ID>
   </cac:Consignment>
</TransportationStatusRequest>