cac:TransportSchedule
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.3.xsd
Type: cac:TransportScheduleType
Properties: Global, Qualified
Content
- Sequence [1..1]
- ext:UBLExtensions [0..1]A container for extensions foreign to the document.
- cbc:SequenceNumeric [1..1]A number indicating the order of this status in the sequence in which statuses are to be presented.
- cbc:ReferenceDate [0..1]The reference date for the transport schedule status.
- cbc:ReferenceTime [0..1]The reference time for the transport schedule status.
- cbc:ReliabilityPercent [0..1]The reliability of the transport schedule status, expressed as a percentage.
- cbc:Remarks [0..*]Remarks related to the transport schedule status.
- cac:StatusLocation [1..1]The location for which status is reported.
- cac:ActualArrivalTransportEvent [0..1]The actual arrival at a location.
- cac:ActualDepartureTransportEvent [0..1]The actual departure from a location.
- cac:EstimatedDepartureTransportEvent [0..1]An estimated departure from a specified location.
- cac:EstimatedArrivalTransportEvent [0..1]An estimated arrival at a specified location.
- cac:PlannedDepartureTransportEvent [0..1]The planned departure from a specified location.
- cac:PlannedArrivalTransportEvent [0..1]The planned arrival at a specified location.
Attributes
None
Used in
- Type TransportProgressStatusType (Element TransportProgressStatus)
Sample instance
<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>