blob: caa1c591fcbf32a2d63a6fea42f0fb48f9184355 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<po:purchaseOrder orderDate="2001-01-01" xmlns:po="http://www.ibm.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.ibm.com PurchaseOrder.xsd ">
<shipTo country="US">
<name>name</name>
<street>street</street>
<city>city</city>
<state>state</state>
<zip>0.0</zip>
</shipTo>
<billTo country="US">
<name>name</name>
<street>street</street>
<city>city</city>
<state>state</state>
<zip>0.0</zip>
</billTo>
<po:comment>po:comment</po:comment>
<items>
<item partNum="">
<productName>productName</productName>
<quantity>1</quantity>
<USPrice>0.0</USPrice>
<po:comment>po:comment</po:comment>
<shipDate>2001-01-01</shipDate>
</item>
</items>
</po:purchaseOrder>