<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- edited with XMLSPY v2004 rel. 2 U (http://www.xmlspy.com) by Dean Farwell (Allstream IT Services) -->
<!-- edited with XML Spy v4.4 U (http://www.xmlspy.com) by Dean Farwell (Montage) -->
<xs:schema targetNamespace="http://www.osb.gc.ca/eFiling" xmlns:osb="http://www.osb.gc.ca/eFiling" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:include schemaLocation="Globals.xsd"/>
	<xs:element name="Form17">
		<xs:annotation>
			<xs:documentation>Notice of Hearing for Taxation of Trustee's Accounts and Discharge of Trustee (Rule 66)</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="Court">
					<xs:annotation>
						<xs:documentation>Hearing will be before the registrar of this court</xs:documentation>
					</xs:annotation>
					<xs:simpleType>
						<xs:restriction base="xs:string">
							<xs:minLength value="1"/>
						</xs:restriction>
					</xs:simpleType>
				</xs:element>
				<xs:element name="ProvinceCity" type="osb:CityProvince">
					<xs:annotation>
						<xs:documentation>The city and province where the court is located.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="CourtAddress" type="osb:Event">
					<xs:annotation>
						<xs:documentation>Address of the court where the hearing will be held.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="Trustee" type="osb:DeclarantPerson">
					<xs:annotation>
						<xs:documentation>Declaration by trustee</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="AdditionalInformation" type="xs:string" minOccurs="0">
					<xs:annotation>
						<xs:documentation>Provide any additional information related to the form.</xs:documentation>
					</xs:annotation>
				</xs:element>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
</xs:schema>
