TransportProgressStatusRequest
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:TransportProgressStatusRequest-2
Schema document: maindoc/UBL-TransportProgressStatusRequest-2.1.xsd
Type: TransportProgressStatusRequestType
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:CopyIndicator [0..1] Indicates whether this document is a copy (true) or not (false).
- cbc:UUID [0..1] A universally unique identifier for an instance of this document.
- cbc:IssueDate [1..1] The date, assigned by the sender, on which this document was issued.
- cbc:IssueTime [1..1] The time, assigned by the sender, at which this document was issued.
- cbc:Note [0..*] Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures.
- cac:Signature [0..*] A signature applied to this document.
- cac:SenderParty [0..1] The party sending the Transport Progress Status Request.
- cac:ReceiverParty [0..1] The party receiving the Transport Progress Status Request.
- cac:TransportMeans [1..1] The transport means by which the current transport service is effectuated and for which status is requested.
- cac:StatusLocation [0..*] A location for which status is requested.
Attributes
None
Sample instance
<TransportProgressStatusRequest> <cbc:UBLVersionID>2.1</cbc:UBLVersionID> <cbc:ID>TPS_1</cbc:ID> <cbc:IssueDate>2011-10-03</cbc:IssueDate> <cbc:IssueTime>14:30:10+01:00</cbc:IssueTime> <cac:SenderParty> <cac:PartyIdentification> <cbc:ID schemeAgencyName="GS1" schemeName="GLN">4058673827641</cbc:ID> </cac:PartyIdentification> <cac:PartyName> <cbc:Name>NECOSS</cbc:Name> </cac:PartyName> <cac:Contact> <cbc:Name>SomeName</cbc:Name> <cbc:Telephone>+49450557000</cbc:Telephone> <cbc:ElectronicMail>SomeName@necoss.de</cbc:ElectronicMail> </cac:Contact> </cac:SenderParty> <cac:ReceiverParty> <cac:PartyIdentification> <cbc:ID schemeAgencyName="GS1" schemeName="GLN">4058673821325</cbc:ID> </cac:PartyIdentification> <cac:PartyName> <cbc:Name>ARRIVA</cbc:Name> </cac:PartyName> <cac:Contact> <cbc:Name>SomeName</cbc:Name> <cbc:Telephone>+49450557888</cbc:Telephone> <cbc:ElectronicMail>SomeName@arriva.de</cbc:ElectronicMail> </cac:Contact> </cac:ReceiverParty> <cac:TransportMeans> <cbc:JourneyID>RHamBrem</cbc:JourneyID> <cbc:RegistrationNationalityID>DE</cbc:RegistrationNationalityID> <cbc:TransportMeansTypeCode>230</cbc:TransportMeansTypeCode> <cac:RailTransport> <cbc:TrainID>RID01235</cbc:TrainID> </cac:RailTransport> </cac:TransportMeans> <cac:StatusLocation> <cbc:LocationTypeCode>13</cbc:LocationTypeCode> <cac:Address> <cbc:ID schemeAgencyName="GS1" schemeName="GLN">4568763527610</cbc:ID> <cbc:StreetName>Ludwig-Erhard-Str. 15</cbc:StreetName> <cbc:CityName>Bremen</cbc:CityName> <cac:Country> <cbc:IdentificationCode>DE</cbc:IdentificationCode> </cac:Country> </cac:Address> </cac:StatusLocation> </TransportProgressStatusRequest>