<?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.3 U (http://www.xmlspy.com) by Doug Harris (MONTAGE.DMC eBusiness Services) -->
<xs:schema targetNamespace="http://www.osb.gc.ca/eFiling" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:osb="http://www.osb.gc.ca/eFiling" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:include schemaLocation="Globals.xsd"/>
	<xs:element name="Form92">
		<xs:annotation>
			<xs:documentation>Notice of Proposal to Creditors (Section 51 of the Act)</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="Debtor" type="osb:ClaimantPerson">
					<xs:annotation>
						<xs:documentation>Name and location of person who lodged a proposal to the trustee.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="MeetingLocation" type="osb:Event">
					<xs:annotation>
						<xs:documentation>Address, date and time of creditor's meeting</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="SignedAt" type="osb:Signing">
					<xs:annotation>
						<xs:documentation>Date and location signed</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>
