<?xml version="1.0" encoding="UTF-8"?>
<Order xmlns="urn:oasis:names:tc:ubl:Order:1.0:0.70" 
xmlns:cat="urn:oasis:names:tc:ubl:CommonAggregateTypes:1.0:0.70" 
xmlns:cct="urn:oasis:names:tc:ubl:CoreComponentTypes:1.0:0.70" 
xmlns:ccts="urn:oasis:names:tc:ubl:CoreComponentParameters:1.0:0.70" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="urn:oasis:names:tc:ubl:Invoice:1.0:0.70
UBL_Library_0p70_Order.xsd">
  <cat:ID>20031234-1</cat:ID>
  <cat:IssueDate>2003-02-02</cat:IssueDate>
  <cat:LineExtensionTotalAmount currencyID="USD">498.5</cat:LineExtensionTotalAmount>
  <cat:BuyerParty>
    <cat:ID/>
    <cat:PartyName>
      <cat:Name>Bills Microdevices</cat:Name>
    </cat:PartyName>
    <cat:Address>
      <cat:ID/>

      <cat:Street>413 Spring St</cat:Street>
      <cat:CityName>Elgin</cat:CityName>
      <cat:PostalZone>60123</cat:PostalZone>
      <cat:CountrySub-Entity>IL</cat:CountrySub-Entity>
    </cat:Address>
    <cat:BuyerContact>
      <cat:ID/>
      <cat:Name>George Tirebiter</cat:Name>
    </cat:BuyerContact>
  </cat:BuyerParty>
  <cat:SellerParty>
    <cat:ID>JOS</cat:ID>
    <cat:PartyName>
      <cat:Name>Joes Office Supply</cat:Name>
    </cat:PartyName>
    <cat:Address>
      <cat:ID/>
      <cat:Street>32 W. Lakeshore Dr</cat:Street>
      <cat:CityName>Chicago</cat:CityName>
      <cat:CountrySub-Entity>IL</cat:CountrySub-Entity>
    </cat:Address>
  </cat:SellerParty>
  <cat:DeliveryTerms>
    <cat:ID/>
    <cat:SpecialTerms>Signature Required</cat:SpecialTerms>
  </cat:DeliveryTerms>
  <cat:OrderLine>
    <cat:BuyersID>1</cat:BuyersID>
    <cat:SellersID/>
    <cat:LineExtensionAmount currencyID="USD">12.45</cat:LineExtensionAmount>
    <cat:Quantity unitCode="PKG">5</cat:Quantity>
    <cat:Item>
      <cat:ID/>
      <cat:Description>Pencils, box #2 red</cat:Description>
      <cat:SellersItemIdentification>
        <cat:ID>32145-12</cat:ID>
      </cat:SellersItemIdentification>
      <cat:BasePrice>
        <cat:PriceAmount currencyID="USD">2.49</cat:PriceAmount>
      </cat:BasePrice>
    </cat:Item>
    <cat:DeliveryRequirement>
      <cat:ID/>
      <cat:DeliverToAddress>
        <cat:ID/>
        <cat:Street>413 N Spring St</cat:Street>
        <cat:CityName>Elgin</cat:CityName>
        <cat:PostalZone>60123</cat:PostalZone>
        <cat:CountrySub-Entity>IL</cat:CountrySub-Entity>
      </cat:DeliverToAddress>
      <cat:DeliverySchedule>
        <cat:ID/>
        <cat:RequestedDeliveryDate>2003-02-14</cat:RequestedDeliveryDate>
        <cat:DeliveryRequirement>
          <cat:ID/>
        </cat:DeliveryRequirement>
      </cat:DeliverySchedule>
    </cat:DeliveryRequirement>
  </cat:OrderLine>
  <cat:OrderLine>
    <cat:BuyersID>2</cat:BuyersID>
    <cat:LineExtensionAmount currencyID="USD">370.68</cat:LineExtensionAmount>
    <cat:Quantity unitCode="PKG">12</cat:Quantity>
    <cat:Item>
      <cat:ID/>
      <cat:Description>Xeorox Paper- case</cat:Description>
      <cat:SellersItemIdentification>
        <cat:ID>78-697-24</cat:ID>
      </cat:SellersItemIdentification>
      <cat:BasePrice>
        <cat:PriceAmount currencyID="USD">30.89</cat:PriceAmount>
      </cat:BasePrice>
    </cat:Item>
    <cat:DeliveryRequirement>
      <cat:ID/>
      <cat:DeliverToAddress>
        <cat:ID/>
        <cat:Street>413 N Spring St</cat:Street>
        <cat:CityName>Elgin</cat:CityName>
        <cat:PostalZone>60123</cat:PostalZone>
        <cat:CountrySub-Entity>IL</cat:CountrySub-Entity>
      </cat:DeliverToAddress>
      <cat:DeliverySchedule>
        <cat:ID/>
        <cat:RequestedDeliveryDate>2003-02-14</cat:RequestedDeliveryDate>
        <cat:DeliveryRequirement>
          <cat:ID/>
        </cat:DeliveryRequirement>
      </cat:DeliverySchedule>
    </cat:DeliveryRequirement>
  </cat:OrderLine>
  <cat:OrderLine>
    <cat:BuyersID>3</cat:BuyersID>
    <cat:SellersID/>
    <cat:LineExtensionAmount currencyID="USD">50.10</cat:LineExtensionAmount>
    <cat:Quantity unitCode="CTN">10</cat:Quantity>
    <cat:Item>
      <cat:ID/>
      <cat:Description>Pens, box, blue finepoint</cat:Description>
      <cat:SellersItemIdentification>
        <cat:ID>091356-3</cat:ID>
      </cat:SellersItemIdentification>

      <cat:BasePrice>
        <cat:PriceAmount currencyID="USD">5.01</cat:PriceAmount>
      </cat:BasePrice>
    </cat:Item>
    <cat:DeliveryRequirement>
      <cat:ID/>
      <cat:DeliverToAddress>
        <cat:ID/>
        <cat:Street>413 N Spring St</cat:Street>
        <cat:CityName>Elgin</cat:CityName>
        <cat:PostalZone>60123</cat:PostalZone>
        <cat:CountrySub-Entity>IL</cat:CountrySub-Entity>
      </cat:DeliverToAddress>
      <cat:DeliverySchedule>
        <cat:ID/>
        <cat:RequestedDeliveryDate>2003-02-14</cat:RequestedDeliveryDate>
        <cat:DeliveryRequirement>
          <cat:ID/>
        </cat:DeliveryRequirement>
      </cat:DeliverySchedule>
    </cat:DeliveryRequirement>
  </cat:OrderLine>

</Order>


