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