poi/xmlbeans/test/cases/xbean/xmlobject/easypo1.xml
2018-02-16 22:41:27 +00:00

30 lines
996 B
XML
Executable File

<po:purchase-order xmlns:po="http://openuri.org/easypo">
<po:customer>
<po:name>David Bau</po:name>
<po:address>Gladwyne, PA</po:address>
</po:customer>
<po:date>2002-09-30T14:16:00-05:00</po:date>
<po:line-item>
<po:description>Burnham's Celestial Handbook, Vol 1</po:description>
<po:per-unit-ounces>5</po:per-unit-ounces>
<po:price>21.79</po:price>
<po:quantity>2</po:quantity>
</po:line-item>
<po:line-item>
<po:description>Burnham's Celestial Handbook, Vol 2</po:description>
<po:per-unit-ounces>5</po:per-unit-ounces>
<po:price>19.89</po:price>
<po:quantity>2</po:quantity>
</po:line-item>
<po:line-item>
<po:description>Burnham's Celestial Handbook, Vol 3</po:description>
<po:per-unit-ounces>5</po:per-unit-ounces>
<po:price>19.89</po:price>
<po:quantity>1</po:quantity>
</po:line-item>
<po:shipper>
<po:name>UPS</po:name>
<po:per-ounce-rate>0.74</po:per-ounce-rate>
</po:shipper>
</po:purchase-order>