<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XML Spy v4.3 U (http://www.xmlspy.com) by ian (Bank of Montreal) -->
<!-- edited with XMLSPY v2004 rel. 4 U (http://www.xmlspy.com) by Ian Graham (home) -->
<xs:schema targetNamespace="http://www.orderforms.org" xmlns="http://www.orderforms.org" xmlns:xs="http://www.w3.org/2001/XMLSchema">
	<xs:complexType name="productType">
		<xs:sequence>
			<xs:element ref="partNo"/>
			<xs:element name="weightInGrams" type="xs:short"/>
			<xs:element name="LocationCode" type="xs:byte"/>
			<xs:element name="name" type="xs:normalizedString"/>
			<xs:element name="description" type="xs:string"/>
		</xs:sequence>
	</xs:complexType>
	<xs:element name="partNo" type="xs:positiveInteger"/>
	<xs:element name="product" type="productType"/>
	<xs:element name="products">
		<xs:complexType>
			<xs:sequence maxOccurs="unbounded">
				<xs:element ref="product"/>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
</xs:schema>
