<?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="Form82">
		<xs:annotation>
			<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">Report of Trustee on Bankrupt's Application for Discharge (Subsection 170(1) of the Act)</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="BankruptcyDate" type="xs:date">
					<xs:annotation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">Date of bankruptcy</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="InitialEventDate" type="xs:date">
					<xs:annotation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">Date of initial bankruptcy event</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="MaritalStatus" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">Marital status of the debtor.  Pick from list.</xs:documentation>
					</xs:annotation>
					<xs:simpleType>
						<xs:restriction base="osb:MaritalStatus"/>
					</xs:simpleType>
				</xs:element>
				<xs:element name="EmploymentType" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">Type of employment</xs:documentation>
					</xs:annotation>
					<xs:simpleType>
						<xs:restriction base="xs:string">
							<xs:minLength value="1"/>
						</xs:restriction>
					</xs:simpleType>
				</xs:element>
				<xs:element name="MembersInHousehold" type="xs:positiveInteger">
					<xs:annotation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">Number of persons in household family unit, including bankrupt</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="DeclaredSecured" type="osb:Money">
					<xs:annotation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">Amount of declared secured liabilities</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="DeclaredPreferred" type="osb:Money">
					<xs:annotation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">Amount of declared preferred liabilities</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="DeclaredUnsecured" type="osb:Money">
					<xs:annotation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">Amount of declared unsecured liabilities</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="ProvenSecured" type="osb:Money">
					<xs:annotation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">Amount of proven secured liabilities</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="ProvenPreferred" type="osb:Money">
					<xs:annotation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">Amount of proven preferred liabilities</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="ProvenUnsecured" type="osb:Money">
					<xs:annotation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">Amount of proven unsecured liabilities</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="Asset" minOccurs="0" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">An asset</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="Description">
								<xs:annotation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">Description of the asset</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:minLength value="1"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<xs:element name="StatementValue" type="osb:Money" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">Value as per Statement of Affairs</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="AmountRealized" type="osb:Money">
								<xs:annotation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">Amount realized</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="EstimateAssetsRealized" type="osb:Money" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">Estimate of assets to be realized</xs:documentation>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
				<xs:element name="TotalStatementValue" type="osb:Money">
					<xs:annotation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">Total value as per Statement of Affairs</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="TotalAmountRealized" type="osb:Money">
					<xs:annotation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">Total amount realized</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="TotalEstimateAssetsRealized" type="osb:Money">
					<xs:annotation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">Total estimate of assets to be realized</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="AnticipatedRatePreferredCreditors" type="osb:Percentage">
					<xs:annotation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">Anticipated Rate of Return on Dividends for Preferred Creditors</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="AnticipatedRateUnsecuredCreditors" type="osb:Percentage">
					<xs:annotation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">Anticipated Rate of Return on Dividends for Unsecured Creditors</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="CauseOfBankruptcy">
					<xs:annotation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">1. Details of the causes of bankruptcy</xs:documentation>
					</xs:annotation>
					<xs:simpleType>
						<xs:restriction base="xs:string">
							<xs:minLength value="1"/>
						</xs:restriction>
					</xs:simpleType>
				</xs:element>
				<xs:element name="BankruptMonthlyIncome" type="osb:Money">
					<xs:annotation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">2a. Available monthly income of the bankrupt at date of bankruptcy.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="BankruptMonthlyIncomeReport" type="osb:Money">
					<xs:annotation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">2b. Available monthly income of the bankrupt at date of this report</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="FamilyMonthlyIncome" type="osb:Money">
					<xs:annotation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">3a. Available monthly income of the family unit at date of bankruptcy</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="FamilyMonthlyIncomeReport" type="osb:Money">
					<xs:annotation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">3b. Available monthly income of the family unit at date of this report</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="RequiredToPay" type="xs:boolean">
					<xs:annotation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">4a. Was the bankrupt required to pay to the estate an amount established by the Directive on Surplus Income?</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="MadeAViableProposal" type="xs:boolean">
					<xs:annotation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">4b. Could the bankrupt have made a viable proposal rather than proceeding with bankruptcy?</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="HighIncomeTaxDebt" type="xs:boolean" minOccurs="0">
					<xs:annotation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">5. Did the bankrupt have high income tax debts pursuant to section 172.1 of the Act?</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="FailDuties" type="xs:boolean">
					<xs:annotation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">6a. Did the bankrupt fail to perform any of the duties imposed on the bankrupt under the Act?</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="FailDutiesDetails" type="xs:string" minOccurs="0">
					<xs:annotation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">6a. Details of failure to perform duties</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="HeldResponsible" type="xs:boolean">
					<xs:annotation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">65b. Can the bankrupt be justly held responsible for any of the facts referred pursuant to section 173 of the Act?</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="HeldResponsibleDetails" type="xs:string" minOccurs="0">
					<xs:annotation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">6b. Details of facts for which the bankrupt can be held justly responsible</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="CommitOffence" type="xs:boolean">
					<xs:annotation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">6c. Did the bankrupt commit any offence in connection with the bankruptcy?</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="CommitOffenceDetails" type="xs:string" minOccurs="0">
					<xs:annotation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">6c. Details of offence(s)</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="MakeAProposal" type="xs:boolean">
					<xs:annotation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">7a. Did the bankrupt ever make a proposal under the Bankruptcy and Insolvency Act?</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="MakeAProposalDetails" type="xs:string" minOccurs="0">
					<xs:annotation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">7a. Details of proposal</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="BankruptBefore" type="xs:boolean">
					<xs:annotation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">7b. Has the bankrupt been bankrupt before either in Canada or elsewhere?</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="BankruptBeforeDetails" type="xs:string" minOccurs="0">
					<xs:annotation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">7b. Details of previous bankruptcy</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="InspectorsAppointed" type="xs:boolean">
					<xs:annotation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">8. Were inspectors appointed in this estate?</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="InspectorsDetails" type="xs:string" minOccurs="0">
					<xs:annotation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">8. Details of appointed inspectors if trustee believes inspectors will not approve this report</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="OpposeDischarge" type="xs:boolean">
					<xs:annotation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">9a. Is it the intention of the trustee to oppose the bankrupt's discharge?</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="OpposeDischargeDetails" type="xs:string" minOccurs="0">
					<xs:annotation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">9a. Details of trustee opposition</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="TrusteeGroundsOppose" type="xs:boolean">
					<xs:annotation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">9b. Does the trustee have reasonable grounds to believe that a creditor or the Superintendent will oppose the bankrupt's discharge for a reason other than those set out in the Act?</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="TrusteeGroundsOpposeDetails" type="xs:string" minOccurs="0">
					<xs:annotation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">9b. Details of reasonable grounds</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="RefuseCounselling" type="xs:boolean">
					<xs:annotation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">10. Did the bankrupt refuse or neglect to receive counselling pursuant to the
Directive on Counselling in insolvency matters?</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="RefuseCounsellingDetails" type="xs:string" minOccurs="0">
					<xs:annotation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">10. Details of refusal or neglect</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="OtherFactsOppose" type="xs:boolean">
					<xs:annotation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">11. Are there other facts, matters or circumstances that would justify the Court
in refusing an absolute order of discharge?</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="OtherFactsOpposeDetails" type="xs:string" minOccurs="0">
					<xs:annotation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">11. Details of other facts, matters or circumstances.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="OtherPertinentInformation" type="xs:boolean">
					<xs:annotation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">12. Is there other pertinent information?</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="OtherPertinentInformationDetails" type="xs:string" minOccurs="0">
					<xs:annotation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">12. Details of other pertinent information</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="AdditionalDetail" type="xs:string" minOccurs="0" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">Additional details as required</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="FormTrusteeDeclaration" type="osb:DeclarantPerson">
					<xs:annotation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">Declaration by trustee for the main form part</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="AppendixA" minOccurs="0">
					<xs:annotation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">Appendix A is required when  Q4a or Q4b are answered "Yes"</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="RequiredAmount" type="osb:Money">
								<xs:annotation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">A:(1) Monthly amount required by the Directive on Surplus Income</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="AgreedToPay" type="osb:Money">
								<xs:annotation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">A:(2) Amount bankrupt has agreed to pay monthly</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="DifferenceAmount" type="osb:NegativeMoney">
								<xs:annotation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">A: Difference between amounts (1)-(2)</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="AgreedToPayRepurchase" type="osb:Money">
								<xs:annotation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">A:(3) Amount bankrupt has agreed to pay monthly to repurchase assets</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="RepurchaseDetails" type="xs:string" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">A:(3) Details of assets bankrupt has agreed to pay monthly to repurchase</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="AnticipatedPayments" type="osb:Money">
								<xs:annotation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">A: Total anticipated payments,  (2) + (3)</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="AllRequiredPayments" type="xs:boolean">
								<xs:annotation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">B1: Did bankrupt make all required payments?</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="AllRequiredPaymentsDetails" type="xs:string" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">If no, provide details</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="CorrespondWithDirective" type="xs:boolean">
								<xs:annotation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">B2: Does amount established to be paid correspond with Directive on Surplus Income?</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="CorrespondWithDirectiveDetails" type="xs:string" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">CorrespondWithDirectiveDetails</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="SurplusIncomeAwareOfMediation" type="xs:boolean">
								<xs:annotation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">B3: Was the bankrupt made aware of the possibility of requesting mediation?</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="MaterialChanges" type="xs:boolean">
								<xs:annotation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">B4: Any amendment or material changes during period of bankruptcy?</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="MaterialChangesDetails" type="xs:string" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">B4: Details of amendment or material changes</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="MediationNecessary" type="xs:boolean">
								<xs:annotation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">B5: Was mediation necessary to determine the amount to be paid by the bankrupt?</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="Recommendation" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">C6: Recommendation of the trustee</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:choice>
										<xs:element name="DischargeWithoutConditions">
											<xs:annotation>
												<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">Bankrupt to be discharged without conditions</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="Justification">
														<xs:annotation>
															<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">Justification for unconditional discharge</xs:documentation>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
										<xs:element name="DischargeWithConditions">
											<xs:annotation>
												<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">Bankrupt to be discharged subject to conditions (deemed opposition)</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="NotComplied" type="xs:boolean">
														<xs:annotation>
															<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">NotComplied</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="AmountDisproportionate" type="xs:boolean">
														<xs:annotation>
															<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">AmountDisproportionate</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="ChoseBankruptcy" type="xs:boolean">
														<xs:annotation>
															<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">ChoseBankruptcy</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="Detail">
														<xs:annotation>
															<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">Details, including amount and period of payments</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:sequence>
																<xs:element name="Description">
																	<xs:annotation>
																		<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">Description of detail</xs:documentation>
																	</xs:annotation>
																	<xs:simpleType>
																		<xs:restriction base="xs:string">
																			<xs:minLength value="1"/>
																		</xs:restriction>
																	</xs:simpleType>
																</xs:element>
																<xs:element name="Amount" type="osb:Money" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">Amount</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="Period" type="osb:Period" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">Period</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="MonthlyAmount" type="osb:Money" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">Amount to be paid monthly</xs:documentation>
																	</xs:annotation>
																</xs:element>
															</xs:sequence>
														</xs:complexType>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
										<xs:element name="DischargedAfterFulfilling">
											<xs:annotation>
												<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">Bankrupt to be discharged after fulfilling obligations under mediation agreement</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="Detail">
														<xs:annotation>
															<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">Details, including amount and period of payments</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:sequence>
																<xs:element name="Description">
																	<xs:annotation>
																		<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">Description of detail</xs:documentation>
																	</xs:annotation>
																	<xs:simpleType>
																		<xs:restriction base="xs:string">
																			<xs:minLength value="1"/>
																		</xs:restriction>
																	</xs:simpleType>
																</xs:element>
																<xs:element name="Amount" type="osb:Money" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">Amount</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="Period" type="osb:Period" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">Period</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="MonthlyAmount" type="osb:Money" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">Amount to be paid monthly</xs:documentation>
																	</xs:annotation>
																</xs:element>
															</xs:sequence>
														</xs:complexType>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
									</xs:choice>
								</xs:complexType>
							</xs:element>
							<xs:element name="TrusteeBelievesDebtorAgrees" type="xs:boolean" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">7. Does the trustee have reasonable grounds to believe that the debtor
agrees to the conditions recommended by the trustee?</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="DischargeAwareOfMediation" type="xs:boolean" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">8. Was the bankrupt made aware of the possibility of requesting mediation?</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="ReasonsForNotOpposingDischarge" type="xs:string" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">If the bankrupt has not paid the required amount in accordance with the Directive on "Surplus Income" and if the trustee has not opposed to the bankrupt's discharge, the trustee must provide a detailed explanation outlining the reason(s) for not opposing the discharge. ** Note, do not use this field after 09-2009 or it will be rejected.  </xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="AppendixTrusteeDeclaration" type="osb:DeclarantPerson">
								<xs:annotation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">Declaration of trustee for the appendix</xs:documentation>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
					</xs:complexType>
				</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>
