<?xml version="1.0" encoding="UTF-8" ?>
<SwiftCDOrders CreateDt="2/1/2004 5:00pm" BatchId="100" SubmitterId="VendorIdentification" ContactInfo="cust@vendor.com">
     <Order>
          <CustomerId>NEWC</CustomerId> 
          <TransactionDate>2/1/2004 10:00am</TransactionDate> 
          <Items>
               <CD>
                    <TrackingId>20040201-860-1</TrackingId> 
                    <LabelId>1</LabelId> 
                    <PackageId>1</PackageId> 
                    <Quantity>1</Quantity> 
                    <RegKeyTitle>Unlock Code</RegKeyTitle> 
                    <RegKey>12345</RegKey> 
                    <RegFileName>regkey.txt</RegFileName> 
                    <RegFileContent>1ansrinta0-6iae0y52345</RegFileContent> 
                    <Content>
                         <Product>
                              <ProductId>123456</ProductId> 
                              <Title>Shareware CD</Title> 
                         </Product>
                    </Content>
               </CD>
          </Items>
          <Shipping>
               <Method>1</Method> 
               <FirstName>Joe</FirstName> 
               <LastName>Consumer</LastName> 
               <Company>ABC Corporation</Company> 
               <Addr1>2295 Customer Way</Addr1> 
               <Addr2>Suite 100</Addr2> 
               <City>NoWhere</City> 
               <State>GA</State> 
               <Country>US</Country> 
               <Zip>30155</Zip> 
               <Email>email@thenet.com</Email> 
               <Phone>(800) 555-6699</Phone> 
          </Shipping>
     </Order>
     <Order>
          <CustomerId>NEWC</CustomerId> 
          <TransactionDate>2/1/2004 10:00am</TransactionDate> 
          <Items>
               <CD>
                    <TrackingId>20040201-224-6</TrackingId> 
                    <LabelId>4</LabelId> 
                    <PackageId>1</PackageId> 
                    <Quantity>1</Quantity> 
                    <RegKeyTitle></RegKeyTitle> 
                    <RegKey></RegKey> 
                    <RegFileName></RegFileName> 
                    <RegFileContent></RegFileContent> 
                    <Content>
                         <Product>
                              <ProductId>67890</ProductId> 
                              <Title>Trial CD</Title> 
                         </Product>
                    </Content>
               </CD>
          </Items>
          <Shipping>
               <Method>3</Method> 
               <FirstName>Bill</FirstName> 
               <LastName>Purchaser</LastName> 
               <Company></Company> 
               <Addr1>123 Main Street</Addr1> 
               <Addr2>Apartment 3</Addr2> 
               <City>Anytown</City> 
               <State>CA</State> 
               <Country>US</Country> 
               <Zip>94952</Zip> 
               <Email>email2@thenet.com</Email> 
               <Phone></Phone> 
          </Shipping>
     </Order>
</SwiftCDOrders>
