<?xml version="1.0"?>
<!-- $Id: po-doc.xml,v 1.2 2004/12/07 22:59:02 connolly Exp $ -->
<purchaseOrder orderDate="1999-10-20"
   xmlns="http://www.w3.org/2003/g/po-ex">
   <shipTo country="US">
      <name>Alice Smith</name>
      <street>123 Maple Street</street>
      <city>Mill Valley</city>
      <state>CA</state>
      <zip>90952</zip>
   </shipTo>
   <billTo country="US">
      <name>Robert Smith</name>
      <street>8 Oak Avenue</street>
      <city>Old Town</city>
      <state>PA</state>
      <zip>95819</zip>
   </billTo>
   <comment>Hurry, my lawn is going wild</comment>

<!-- @@ schema is hosed for this part...

   <items>
      <item partNum="872-AA">
         <productName>Lawnmower</productName>
         <quantity>1</quantity>
         <USPrice>148.95</USPrice>
         <comment>Confirm this is electric</comment>
      </item>
      <item partNum="926-AA">
         <productName>Baby Monitor</productName>
         <quantity>1</quantity>
         <USPrice>39.98</USPrice>
         <shipDate>1999-05-21</shipDate>
      </item>
   </items>
-->

</purchaseOrder>

<!--
$Log: po-doc.xml,v $
Revision 1.2  2004/12/07 22:59:02  connolly
schema for items is broken; workaround: comment it out

Revision 1.1  2004/12/07 22:39:12  connolly
exporting po examples to try validation

-->
