<?xml version="1.0" encoding="UTF-8"?>
<customer_order xsi:noNamespaceSchemaLocation="http://9.181.3.220/developerworks/schema/4.0/dw-document-4.0.xsd">
  
  <items>
    
    <item>
      
      <name>Turnip Twaddler</name>
      
      <qty>3</qty>
      
      <price>9.95</price>
    
    </item>
    
    <item>
      
      <name>Snipe Curdler</name>
      
      <qty>1</qty>
      
      <price>19.95</price>
    
    </item>
  
  </items>
  
  <customer>
    
    <name>Doug Tidwell</name>
    
    <street>1234 Main Street</street>
    
    <city state="NC">Raleigh</city>
    
    <zip>11111</zip>
  
  </customer>
  
  <credit_payment>
    
    <card_issuer>American Express</card_issuer>
    
    <card_number>1234 567890 12345</card_number>
    
    <expiration_date month="10" year="2004" />
  
  </credit_payment>
</customer_order>
