<?xml version="1.0"?>
<purchaseOrder orderDate="1999-10-20">
    <shipTo country="US">
        <name>Alice Smith</name>
        <street>123 Maple Street</street>
        <city>Cambridge</city>
        <state>MA</state>
        <zip>12345</zip>
    </shipTo>
    <billTo country="US">
        <name>Robert Smith</name>
        <street>8 Oak Avenue</street>
        <city>Cambridge</city>
        <state>MA</state>
        <zip>12345</zip>
    </billTo>
    <items>
    	<item partNum="242-NO" >
	    	<productName>Nosferatu - Special Edition (1929)</productName>
	    	<quantity>5</quantity>
	    	<USPrice>19.99</USPrice>
	    </item>
    	<item partNum="242-MU" >
	    	<productName>The Mummy (1959)</productName>
	    	<quantity>3</quantity>
	    	<USPrice>19.98</USPrice>
	    </item>
    	<item partNum="242-GZ" >
	    	<productName>Godzilla and Mothra: Battle for Earth/Godzilla vs. King Ghidora</productName>
	    	<quantity>3</quantity>
	    	<USPrice>27.95</USPrice>
	    </item>
	</items>
</purchaseOrder>