<?xml version="1.0" ?>
<order>
	<shirts>
		<shirt quantity="4">
			<size>XXL</size>
			<color>purple</color>
		</shirt>
		<shirt quantity="1">
			<size>M</size>
			<color>red</color>
		</shirt>
	</shirts>
	<sweatshirts>
		<sweatshirt quantity="1">
			<size>XL</size>
			<color>blue</color>
		</sweatshirt>
		<sweatshirt quantity="2">
			<size>XL</size>
			<color>red</color>
		</sweatshirt>
	</sweatshirts>
	<hats>
		<hat color="gray" quantity="1" />
		<hat color="bronze" quantity="342" />
	</hats>
	<mug quantity="1" />
	<martiniGlasses quantity="0" />
</order>

