<?xml version="1.0" encoding="UTF-8"?>
<stock xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNameSpaceSchemaLocation="stock.xsd">
	<toy>
		<name>Street Roller Action Man</name>
		<product-code>371/6584</product-code>
		<price>7.99</price>
	</toy>
	<cd>
		<title>Made in Heaven</title>
		<artist>Queen</artist>
		<stock-number>12345678</stock-number>
		<price>14.99</price>
	</cd>
</stock>
