<Order xmlns="urn:oasis:names:specification:ubl:schema:xsd:Order-2"
       xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
       xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2">
   
   <cbc:ID>20080212-AA</cbc:ID>
   <cbc:IssueDate>2008-02-12</cbc:IssueDate>
   <cbc:IssueTime>13:20:54-06:00</cbc:IssueTime>

   <!-- The customer. -->
   <cac:BuyerCustomerParty>
      <cac:Party>
         <cac:PartyIdentification>
             <cbc:ID>http://names.tri-fold.com/parties#alleywood</cbc:ID>
         </cac:PartyIdentification>
      </cac:Party>
      <cac:BuyerContact>
         <cbc:Name>John Doe</cbc:Name>
         <cbc:Telephone>+1 555 55 55</cbc:Telephone>
         <cbc:ElectronicMail>jdoe@alleywood.com</cbc:ElectronicMail>
      </cac:BuyerContact>
   </cac:BuyerCustomerParty>

   <!-- The supplier. -->
   <cac:SellerSupplierParty>
      <cac:Party>
         <cac:PartyIdentification>
             <cbc:ID>http://names.tri-fold.com/parties#tri-fold</cbc:ID>
         </cac:PartyIdentification>
      </cac:Party>
   </cac:SellerSupplierParty>

   <!-- The delivery info. -->
   <cac:Delivery>
      <cac:DeliveryAddress>
         <cbc:StreetName>Forest Street</cbc:StreetName>
         <cbc:BuildingNumber>42</cbc:BuildingNumber>
         <cbc:CityName>Chicago</cbc:CityName>
         <cbc:PostalZone>60601</cbc:PostalZone>
         <cbc:CountrySubentity>IL</cbc:CountrySubentity>
         <cac:Country>
             <cbc:IdentificationCode>US</cbc:IdentificationCode>
         </cac:Country>
      </cac:DeliveryAddress>
      <cac:RequestedDeliveryPeriod>
         <cbc:StartDate>2008-02-24</cbc:StartDate>
         <cbc:EndDate>2008-02-25</cbc:EndDate>
      </cac:RequestedDeliveryPeriod>
   </cac:Delivery>

   <!-- The expected total amount. -->
   <cac:AnticipatedMonetaryTotal>
      <cbc:PayableAmount currencyID="USD">5412.45</cbc:PayableAmount>
   </cac:AnticipatedMonetaryTotal>

   <!-- The order form lines. -->
   <cac:OrderLine>
      <cac:LineItem>
         <cbc:ID>#1</cbc:ID>
         <cbc:Quantity>5</cbc:Quantity>
         <cbc:LineExtensionAmount currencyID="USD">5412.45</cbc:LineExtensionAmount>
         <cac:Price>
            <cbc:PriceAmount currencyID="USD">1082.49</cbc:PriceAmount>
            <cbc:BaseQuantity>1</cbc:BaseQuantity>
         </cac:Price>
         <cac:Item>
            <cbc:Description>Special Paper</cbc:Description>
            <cac:SellersItemIdentification>
               <cbc:ID>http://names.tri-fold.com/catalog#sp-457</cbc:ID>
            </cac:SellersItemIdentification>
         </cac:Item>
      </cac:LineItem>
   </cac:OrderLine>

</Order>
