<?xml version="1.0" encoding="UTF-8"?>
<!--Sample XML file generated by XML Spy v4.0 U (http://www.xmlspy.com)-->
<purchaseOrder xmlns="http://www.example.com/IPO" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.example.com/IPO
C:\cornelia\order.xsd" xmlns:ipo="http://www.example.com/IPO">
	<billTo xsi:type="ipo:USAddress">
		<name>String</name>
		<street>String</street>
		<city>String</city>
		<state>AK</state>
		<zip>123</zip>
	</billTo>
</purchaseOrder>

