<?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="Form431">
		<xs:annotation>
			<xs:documentation>Report of Trustee on Annulment of Proposal (Subsection 63(6) of the Act)</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="Trustee" type="osb:Individual">
					<xs:annotation>
						<xs:documentation>Trustee of the Div I Proposal</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="TrusteeCompany">
					<xs:annotation>
						<xs:documentation>Company Name of the Trustee</xs:documentation>
					</xs:annotation>
					<xs:simpleType>
						<xs:restriction base="xs:string">
							<xs:minLength value="1"/>
						</xs:restriction>
					</xs:simpleType>
				</xs:element>
				<xs:element name="Debtor" type="osb:LegalEntity">
					<xs:annotation>
						<xs:documentation>Name of debtor</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="DebtorName" type="xs:string">
					<xs:annotation>
						<xs:documentation>Name of the person who filed the proposal.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="ProposalDate" type="osb:Date">
					<xs:annotation>
						<xs:documentation>Date of the proposal made by the debtor</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="CourtName" type="xs:string" minOccurs="0">
					<xs:annotation>
						<xs:documentation>Name of Court.  This field is optional to allow flexibility in specifying the court information.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="CourtLocation" type="xs:string" minOccurs="0">
					<xs:annotation>
						<xs:documentation>Location of Court.  This field is optional to allow flexibility in specifying the court information.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="OrderDate" type="osb:Date">
					<xs:annotation>
						<xs:documentation>Date of court ordered annullment</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="TrusteeOrCreditor" type="osb:LegalEntity">
					<xs:annotation>
						<xs:documentation>Annullment was on the application of the trustee of the proposal (or a creditor of the consumer debtor)</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="Grounds">
					<xs:annotation>
						<xs:documentation>Grounds for annulment</xs:documentation>
					</xs:annotation>
					<xs:simpleType>
						<xs:restriction base="xs:string">
							<xs:enumeration value="Defaulted"/>
							<xs:enumeration value="CannotContinue"/>
							<xs:enumeration value="Fraud"/>
							<xs:enumeration value="Convicted"/>
						</xs:restriction>
					</xs:simpleType>
				</xs:element>
				<xs:element name="Offence" type="xs:string" minOccurs="0">
					<xs:annotation>
						<xs:documentation>The offence for which the debtor was convicted</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="ProposalByBankrupt" type="xs:boolean">
					<xs:annotation>
						<xs:documentation>True if the proposal is being filed by a bankrupt.  Used to determine whether the property is vested or revested in the trustee.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="VestedTrustee" type="osb:LegalEntity">
					<xs:annotation>
						<xs:documentation>The court ordered that the property be (re)vested with this trustee</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="SignedAt" type="osb:Signing">
					<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>
