<?xml version="1.0" encoding="UTF-8"?>
<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 xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">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 xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">Trustee of the Div I Proposal</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="TrusteeCompany">
					<xs:annotation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">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" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">Name(s) of debtor(s)</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="DebtorName" type="xs:string">
					<xs:annotation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">Name(s) of the person(s) who filed the proposal.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="ProposalDate" type="osb:Date">
					<xs:annotation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">Date of the proposal made by the debtor(s)</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="CourtName" type="xs:string" minOccurs="0">
					<xs:annotation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">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 xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">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 xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">Date of court ordered annulment</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="TrusteeOrCreditor" type="osb:LegalEntity">
					<xs:annotation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">Annulment was on the application of the trustee of the proposal (or a creditor of the consumer debtor(s))</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="Grounds">
					<xs:annotation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">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 xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">The offence for which the debtor(s) was convicted</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="ProposalByBankrupt" type="xs:boolean">
					<xs:annotation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">True if the proposal is being filed by (a) bankrupt(s).  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 xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">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 xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">Declaration by trustee</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="AdditionalInformation" type="xs:string" minOccurs="0">
					<xs:annotation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">Provide any additional information related to the form.</xs:documentation>
					</xs:annotation>
				</xs:element>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
</xs:schema>
