<?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="Form54">
		<xs:annotation>
			<xs:documentation>Report to Official Receiver on Annulment of the Consumer Proposal of a Consumer Debtor who was a Bankrupt (Paragraph 66.3(5)(c) of the Act)</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="AdministratorName" 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="ConsumerDebtorName" 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="CourtProvince" type="osb:Province">
					<xs:annotation>
						<xs:documentation>The province where the court is located.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="OrderDate" type="osb:Date">
					<xs:annotation>
						<xs:documentation>Date of the order that annulled the proposal</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="ConsumerDebtor" type="osb:Individual" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation>Name of consumer debtor(s) who made the proposal.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="BankruptcyDate" type="osb:Date">
					<xs:annotation>
						<xs:documentation>Date the consumer debtor was bankrupt.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="AdministratorApplication" type="xs:boolean" minOccurs="0">
					<xs:annotation>
						<xs:documentation>Was the proposal annulled on the application of the administrator (true) or a creditor (false) of the consumer proposal.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="AdministratorOrCreditor" type="xs:string">
					<xs:annotation>
						<xs:documentation>Annulment was on the application of the administrator of the proposal (or a creditor of the consumer debtor)</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="Description" minOccurs="0" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation>Grounds for annulment. More than 1 may be selected.   Either  Description(s) or AnnulmentGroundsDescription must be included but not both.</xs:documentation>
					</xs:annotation>
					<xs:simpleType>
						<xs:restriction base="xs:string">
							<xs:enumeration value="Defaulted"/>
							<xs:enumeration value="Not Eligible"/>
							<xs:enumeration value="Cannot Continue"/>
							<xs:enumeration value="Fraud"/>
							<xs:enumeration value="Convicted"/>
						</xs:restriction>
					</xs:simpleType>
				</xs:element>
				<xs:element name="AnnulmentGroundsDescription" type="xs:string" minOccurs="0">
					<xs:annotation>
						<xs:documentation>Grounds for annulment in an open text field.  Either  Description(s) or AnnulmentGroundsDescription must be included but not both.</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>
