<?xml version="1.0" ?>
<xs:schema id="ROOT" targetNamespace="http://tempuri.org/SalesResultsExternal.xsd" xmlns:mstns="http://tempuri.org/SalesResultsExternal.xsd" xmlns="http://tempuri.org/SalesResultsExternal.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" attributeFormDefault="qualified" elementFormDefault="qualified">
	<xs:element name="ROOT" msdata:IsDataSet="true" msdata:Locale="en-CA" msdata:EnforceConstraints="False">
		<xs:complexType>
			<xs:choice maxOccurs="unbounded">
				<xs:element name="MineralType">
					<xs:complexType>
						<xs:sequence>
							<xs:element name="SaleDate" minOccurs="0" maxOccurs="unbounded">
								<xs:complexType>
									<xs:sequence>
										<xs:element name="Parcel" minOccurs="0" maxOccurs="unbounded">
											<xs:complexType>
												<xs:sequence>
													<xs:element name="ParcelNumber" type="xs:string" minOccurs="0" />
													<xs:element name="Region" type="xs:string" minOccurs="0" />
													<xs:element name="ContractFlag" type="xs:string" minOccurs="0" />
													<xs:element name="MRT" type="xs:string" minOccurs="0" />
													<xs:element name="Status" type="xs:string" minOccurs="0" />
													<xs:element name="Bonus" type="xs:string" minOccurs="0" />
													<xs:element name="DollarPerHectare" type="xs:string" minOccurs="0" />
													<xs:element name="Clients" minOccurs="0" maxOccurs="unbounded">
														<xs:complexType>
															<xs:sequence>
																<xs:element name="ClientName" type="xs:string" minOccurs="0" />
																<xs:element name="Percentage" type="xs:string" minOccurs="0" />
															</xs:sequence>
														</xs:complexType>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
			</xs:choice>
		</xs:complexType>
	</xs:element>
</xs:schema>
