<singleOrder xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://www.orderforms.org ./productOrders-chameleon.xsd" 
	xmlns="http://www.orderforms.org" >
		<customer>
			<familyName> Thomson </familyName>
			<firstName> Ross </firstName>
			<extension> 2312 </extension>
			<location> Room 211, Building 23 </location>
		</customer>
		<product>
			<partNo>31221</partNo>
			<weightInGrams>412</weightInGrams>
			<LocationCode>032</LocationCode>
			<name> Flugle Bracket </name>
			<description> Bracket for mounting flugle horns on dashboards </description>
		</product>
		<orderNo>21231232</orderNo>
</singleOrder>
