cac:RequestedPickupTransportEvent
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.3.xsd
Type: cac:TransportEventType
Properties: Global, Qualified
Content
- Sequence [1..1]
- ext:UBLExtensions [0..1]A container for extensions foreign to the document.
- 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:ConsignmentType (Elements cac:ChildConsignment, cac:Consignment, cac:ReferencedConsignment)
Sample instance
<cac:RequestedPickupTransportEvent> <cac:Location> <cac:Address> <cbc:StreetName>Stribevangen</cbc:StreetName> <cbc:BuildingNumber>89</cbc:BuildingNumber> <cbc:CityName>Gedser</cbc:CityName> <cbc:PostalZone>4874</cbc:PostalZone> <cac:Country> <cbc:IdentificationCode>DK</cbc:IdentificationCode> </cac:Country> </cac:Address> </cac:Location> <cac:Period> <cbc:StartDate>2016-08-02</cbc:StartDate> <cbc:StartTime>07:00:00</cbc:StartTime> <cbc:EndDate>2016-08-02</cbc:EndDate> <cbc:EndTime>15:30:00</cbc:EndTime> </cac:Period> </cac:RequestedPickupTransportEvent>