<?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: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="Form47">
		<xs:annotation>
			<xs:documentation>Consumer Proposal
(Paragraph 66.13(2)(c) of the Act)</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="ConsumerDebtor" type="osb:Individual" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation>Consumer debtor is a natural person who is bankrupt or insolvent and whose aggregate debts, excluding any debts secured by the person's principal residence, do not exceed a prescribed amount.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="SecuredTerms">
					<xs:annotation>
						<xs:documentation>Terms of the proposal in respect of secured claims.</xs:documentation>
					</xs:annotation>
					<xs:simpleType>
						<xs:restriction base="xs:string">
							<xs:minLength value="1"/>
						</xs:restriction>
					</xs:simpleType>
				</xs:element>
				<xs:element name="PreferredTerms">
					<xs:annotation>
						<xs:documentation>Terms of the proposal in respect of preferred claims.</xs:documentation>
					</xs:annotation>
					<xs:simpleType>
						<xs:restriction base="xs:string">
							<xs:minLength value="1"/>
						</xs:restriction>
					</xs:simpleType>
				</xs:element>
				<xs:element name="FeesExpensesTerms">
					<xs:annotation>
						<xs:documentation>Terms of the proposal in respect of these fees and expenses.</xs:documentation>
					</xs:annotation>
					<xs:simpleType>
						<xs:restriction base="xs:string">
							<xs:minLength value="1"/>
						</xs:restriction>
					</xs:simpleType>
				</xs:element>
				<xs:element name="Administrator" type="xs:string">
					<xs:annotation>
						<xs:documentation>Administrator of the consumer proposal</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="UnsecuredSchedule">
					<xs:annotation>
						<xs:documentation>The schedule of payments and the total amount to be paid in respect of unsecured
claims.</xs:documentation>
					</xs:annotation>
					<xs:simpleType>
						<xs:restriction base="xs:string">
							<xs:minLength value="1"/>
						</xs:restriction>
					</xs:simpleType>
				</xs:element>
				<xs:element name="DistributeDividends">
					<xs:annotation>
						<xs:documentation>The manner for distributing dividends to the unsecured
creditors.</xs:documentation>
					</xs:annotation>
					<xs:simpleType>
						<xs:restriction base="xs:string">
							<xs:minLength value="1"/>
						</xs:restriction>
					</xs:simpleType>
				</xs:element>
				<xs:element name="AdditionalInformation" type="xs:string" minOccurs="0" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation>Provide any additional information related to the proposal.</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:sequence>
		</xs:complexType>
	</xs:element>
</xs:schema>
