<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
	<element name="purchaseReport">
		<complexType>
			<sequence>
				<element name="regions" type="r:RegionsType"/>
				<element name="parts" type="r:PartsType"/>
				<element name="htmlExample">
					<complexType>
						<sequence>
							<any namespace="http://www.w3.org/1999/xhtml" minOccurs="0" maxOccurs="unbounded" processContents="skip"/>
						</sequence>
					</complexType>
				</element>
			</sequence>
			<attribute name="period" type="duration"/>
			<attribute name="periodEnding" type="date"/>
		</complexType>
	</element>
</xs:schema>