cac:RequestedDepartureTransportEvent
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.1.xsd
Type: cac:TransportEventType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:IdentificationID [0..1] An identifier for this transport event within an agreed event identification scheme.
- cbc:OccurrenceDate [0..1] The date of this transport event.
- cbc:OccurrenceTime [0..1] The time of this transport event.
- cbc:TransportEventTypeCode [0..1] A code signifying the type of this transport event.
- cbc:Description [0..*] Text describing this transport event.
- cbc:CompletionIndicator [0..1] An indicator that this transport event has been completed (true) or not (false).
- cac:ReportedShipment [0..1] The shipment involved in this transport event.
- cac:CurrentStatus [0..*] The current status of this transport event.
- cac:Contact [0..*] A contact associated with this transport event.
- cac:Location [0..1] The location associated with this transport event.
- cac:Signature [0..1] A signature that can be used to sign for an entry or an exit at a transport location (e.g., port terminal).
- cac:Period [0..*] A period of time associated with this transport event.
Attributes
None
Used in
- Type cac:ShipmentStageType (Elements cac:MainCarriageShipmentStage, cac:OnCarriageShipmentStage, cac:PreCarriageShipmentStage, cac:ShipmentStage)
Sample instance
<cac:RequestedDepartureTransportEvent> <cac:Location> <cac:Address> <cbc:ID schemeAgencyName="UN" schemeName="UN/LOCODE">DEHAM</cbc:ID> <cbc:StreetName>Neuer Wandrahm 4</cbc:StreetName> <cbc:CityName>Hamburg</cbc:CityName> <cac:Country> <cbc:IdentificationCode>DE</cbc:IdentificationCode> </cac:Country> </cac:Address> </cac:Location> <cac:Period> <cbc:StartDate>2011-10-03</cbc:StartDate> <cbc:EndDate>2011-10-03</cbc:EndDate> </cac:Period> </cac:RequestedDepartureTransportEvent>