<?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="Form51">
		<xs:annotation>
			<xs:documentation>Report of Administrator on Consumer Proposal and Conduct of Consumer Debtor (Paragraph 66.23(c) of the Act)</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="Administrator" type="osb:Individual">
					<xs:annotation>
						<xs:documentation>Administrator of the consumer proposal</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="AdministratorCompany">
					<xs:annotation>
						<xs:documentation>Company name of the Administrator</xs:documentation>
					</xs:annotation>
					<xs:simpleType>
						<xs:restriction base="xs:string">
							<xs:minLength value="1"/>
						</xs:restriction>
					</xs:simpleType>
				</xs:element>
				<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="ProposalDate" type="osb:Date">
					<xs:annotation>
						<xs:documentation>Date the proposal was made.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="FiledDate" type="osb:Date">
					<xs:annotation>
						<xs:documentation>Date the proposal was filed with the official receiver</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="ReportDate" type="osb:Date">
					<xs:annotation>
						<xs:documentation>Date the report on the consumer proposal was filed with the official receiver</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="CreditorMeetingDate" type="osb:Date" minOccurs="0">
					<xs:annotation>
						<xs:documentation>Date the creditor meeting was held</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="InterestedParty" type="xs:string" minOccurs="0">
					<xs:annotation>
						<xs:documentation>Party other than the official receiver who requested a review of the proposal</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="Grounds">
					<xs:annotation>
						<xs:documentation>The grounds given by the official receiver or other interested party for requesting the review.</xs:documentation>
					</xs:annotation>
					<xs:simpleType>
						<xs:restriction base="xs:string">
							<xs:minLength value="1"/>
						</xs:restriction>
					</xs:simpleType>
				</xs:element>
				<xs:element name="OpinionChanges">
					<xs:annotation>
						<xs:documentation>The changes in opinions and the reasons for the changes.</xs:documentation>
					</xs:annotation>
					<xs:simpleType>
						<xs:restriction base="xs:string">
							<xs:minLength value="1"/>
						</xs:restriction>
					</xs:simpleType>
				</xs:element>
				<xs:element name="SubjectToCensure" default="false">
					<xs:annotation>
						<xs:documentation>The conduct of the consumer debtor is (or is not) subject to censure</xs:documentation>
					</xs:annotation>
					<xs:simpleType>
						<xs:restriction base="xs:boolean"/>
					</xs:simpleType>
				</xs:element>
				<xs:element name="CensureReasons">
					<xs:annotation>
						<xs:documentation>The reasons the consumer debtor is (or is not) subject to censure, based on the conduct of the consumer debtor both before and after the filing of the consumer proposal.</xs:documentation>
					</xs:annotation>
					<xs:simpleType>
						<xs:restriction base="xs:string">
							<xs:minLength value="1"/>
						</xs:restriction>
					</xs:simpleType>
				</xs:element>
				<xs:element name="SignedAt" type="osb:Signing">
					<xs:annotation>
						<xs:documentation>Date and location of signing</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>
