TransportProgressStatus
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:TransportProgressStatus-2
Schema document: maindoc/UBL-TransportProgressStatus-2.3.xsd
Type: TransportProgressStatusType
Properties: Global, Qualified
Content
- Sequence [1..1]
- ext:UBLExtensions [0..1]A container for extensions foreign to 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.
- cbc:StatusAvailableIndicator [0..1]Indicates whether transport progress information is available.
- cac:Signature [0..*]A signature applied to this document.
- cac:SenderParty [0..1]The party sending the Transport Progress Status.
- cac:ReceiverParty [0..1]The party receiving the Transport Progress Status.
- cac:SourceIssuerParty [0..1]The party that is the source of the Transport Progress Status.
- cac:TransportProgressStatusRequestDocumentReference [0..1]A reference to the Transport Progress Status Request document to which this status report is a response.
- cac:TransportMeans [1..1]The transport means by which the current transport service is effectuated.
- cac:TransportSchedule [0..*]Describes the status and schedule of the transport means operating the transport service as well as the current location of the transport means.
Attributes
None
Sample instance
<TransportProgressStatus> <cbc:UBLVersionID>2.1</cbc:UBLVersionID> <cbc:ID>TPSR_1</cbc:ID> <cbc:IssueDate>2011-10-03</cbc:IssueDate> <cbc:IssueTime>14:30:10+01:00</cbc:IssueTime> <cbc:StatusAvailableIndicator>true</cbc:StatusAvailableIndicator> <cac:SenderParty> <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:SenderParty> <cac:ReceiverParty> <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:ReceiverParty> <cac:SourceIssuerParty> <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:SourceIssuerParty> <cac:TransportProgressStatusRequestDocumentReference> <cbc:ID schemeName="MovementReferenceNumber">TPS_1</cbc:ID> </cac:TransportProgressStatusRequestDocumentReference> <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:TransportSchedule> <cbc:SequenceNumeric>1</cbc:SequenceNumeric> <cbc:ReliabilityPercent>80</cbc:ReliabilityPercent> <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> <cac:EstimatedArrivalTransportEvent> <cac:Period> <cbc:StartDate>2011-10-03</cbc:StartDate> <cbc:StartTime>18:30:10+01:00</cbc:StartTime> <cbc:EndDate>2011-10-03</cbc:EndDate> <cbc:EndTime>18:35:10+01:00</cbc:EndTime> </cac:Period> </cac:EstimatedArrivalTransportEvent> </cac:TransportSchedule> </TransportProgressStatus>