Schema Central  >  UBL 2.3  >  UBL-CommonAggregateComponents-2.3.xsd  >  cac:RequestedPickupTransportEvent
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

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

Attributes

None

Used in

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>