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

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

cac:PlannedDeliveryTransportEvent

Element information

Content

Attributes

None

Used in

Sample instance

<cac:PlannedDeliveryTransportEvent>
   <cac:Location>
      <cac:Address>
         <cbc:StreetName>Grosse strasse 34</cbc:StreetName>
         <cbc:CityName>Nurnberg</cbc:CityName>
         <cbc:PostalZone>28400</cbc:PostalZone>
         <cac:Country>
            <cbc:IdentificationCode>DE</cbc:IdentificationCode>
         </cac:Country>
      </cac:Address>
   </cac:Location>
   <cac:Period>
      <cbc:StartDate>2011-10-06</cbc:StartDate>
      <cbc:StartTime>12:30:10+01:00</cbc:StartTime>
      <cbc:EndDate>2011-10-06</cbc:EndDate>
      <cbc:EndTime>15:30:10+01:00</cbc:EndTime>
   </cac:Period>
</cac:PlannedDeliveryTransportEvent>