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

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

cac:Delivery

Element information

Content

Attributes

None

Used in

Sample instance

<cac:Delivery>
   <cac:DeliveryAddress>
      <cbc:StreetName>Avon Way</cbc:StreetName>
      <cbc:BuildingName>Thereabouts</cbc:BuildingName>
      <cbc:BuildingNumber>56A</cbc:BuildingNumber>
      <cbc:CityName>Bridgtow</cbc:CityName>
      <cbc:PostalZone>ZZ99 1ZZ</cbc:PostalZone>
      <cbc:CountrySubentity>Avon</cbc:CountrySubentity>
      <cac:AddressLine>
         <cbc:Line>3rd Floor, Room 5</cbc:Line>
      </cac:AddressLine>
      <cac:Country>
         <cbc:IdentificationCode>GB</cbc:IdentificationCode>
      </cac:Country>
   </cac:DeliveryAddress>
   <cac:RequestedDeliveryPeriod>
      <cbc:StartDate>2005-06-20</cbc:StartDate>
      <cbc:StartTime>10:30:47.0Z</cbc:StartTime>
      <cbc:EndDate>2005-06-21</cbc:EndDate>
      <cbc:EndTime>10:30:47.0Z</cbc:EndTime>
   </cac:RequestedDeliveryPeriod>
</cac:Delivery>