<?xml version="1.0" encoding="UTF-8"?>
<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:element name="DebtorComplianceReferral">
		<xs:annotation>
			<xs:documentation xml:lang="en-CA">Debtor Compliance Referral Form</xs:documentation>
			<xs:documentation xml:lang="fr-CA">Formulaire de renvoi sur la conformité des débiteurs</xs:documentation>
		</xs:annotation>

		<xs:complexType>
			<xs:sequence>
			<xs:annotation>
				<xs:documentation xml:lang="en-CA">Set all applicable criteria true; at least one boolean field must be set true.</xs:documentation>
				<xs:documentation xml:lang="fr-CA">Cocher tout les critères applicables par une valeur vrai; au moins un élément doit-être défini comme vrai.</xs:documentation>
			</xs:annotation>

			<xs:sequence>
				<xs:annotation>
					<xs:documentation xml:lang="en-CA">Category: Inappropriate disposition of assets.</xs:documentation>
					<xs:documentation xml:lang="fr-CA">Catégorie : Aliénation inappropriée des actifs par le débiteur.</xs:documentation>
				</xs:annotation>
				<xs:element name="AssetsTransferredUndervalue" type="xs:boolean">
					<xs:annotation>
						<xs:documentation xml:lang="en-CA">Transferring assets at undervalue.</xs:documentation>
						<xs:documentation xml:lang="fr-CA">Opération sous-évaluée</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="InappropriateRollover" type="xs:boolean">
					<xs:annotation>
						<xs:documentation xml:lang="en-CA">Inappropriately rolling over assets.</xs:documentation>
						<xs:documentation xml:lang="fr-CA">Transfert d'actifs ou financement inadéquats</xs:documentation>
					</xs:annotation>
				</xs:element>
			</xs:sequence>

			<xs:sequence>
				<xs:annotation>
					<xs:documentation xml:lang="en-CA">Category: Inappropriate delivery and disclosure.</xs:documentation>
					<xs:documentation xml:lang="fr-CA">Catégorie : Remise et divulgation fausses ou incomplètes par le débiteur.</xs:documentation>
				</xs:annotation>
				<xs:element name="NotDeliveringEverything" type="xs:boolean">
					<xs:annotation>
						<xs:documentation xml:lang="en-CA">Not delivering all property, books and records</xs:documentation>
						<xs:documentation xml:lang="fr-CA">Défaut de remettre tous les biens, livres et registres</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="FailureToFileGoodStatement" type="xs:boolean">
					<xs:annotation>
						<xs:documentation xml:lang="en-CA">Failure to file a complete and accurate statement of affairs</xs:documentation>
						<xs:documentation xml:lang="fr-CA">Défaut de produire un bilan statutaire complet et exact</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="Forgery" type="xs:boolean">
					<xs:annotation>
						<xs:documentation xml:lang="en-CA">Forgery and falsification of records</xs:documentation>
						<xs:documentation xml:lang="fr-CA">Fausses déclarations et falsification de documents</xs:documentation>
					</xs:annotation>
				</xs:element>
			</xs:sequence>

			<xs:sequence>
				<xs:annotation>
					<xs:documentation xml:lang="en-CA">Category: Lack of cooperation.</xs:documentation>
					<xs:documentation xml:lang="fr-CA">Catégorie : Manque de collaboration de la part du débiteur.</xs:documentation>
				</xs:annotation>
				<xs:element name="FailureToAttendExam" type="xs:boolean">
					<xs:annotation>
						<xs:documentation xml:lang="en-CA">Failure to attend the examination</xs:documentation>
						<xs:documentation xml:lang="fr-CA">Défaut de se présenter à l'interrogatoire</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="FailureToAttendMeeting" type="xs:boolean">
					<xs:annotation>
						<xs:documentation xml:lang="en-CA">Failure to attend the first meeting of creditors and to provide requested information</xs:documentation>
						<xs:documentation xml:lang="fr-CA">Défaut d'assister à la première assemblée des créanciers et de fournir l'information demandée</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="FailureToAttendCounselling" type="xs:boolean">
					<xs:annotation>
						<xs:documentation xml:lang="en-CA">Failure to attend all mandatory counselling sessions</xs:documentation>
						<xs:documentation xml:lang="fr-CA">Défaut de participer à toutes les séances de consultation obligatoire</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="FailureToContributeSurplus" type="xs:boolean">
					<xs:annotation>
						<xs:documentation xml:lang="en-CA">Failure to contribute surplus income to the estate</xs:documentation>
						<xs:documentation xml:lang="fr-CA">Défaut de verser le revenu excédentaire à l'actif</xs:documentation>
					</xs:annotation>
				</xs:element>
			</xs:sequence>

			<xs:sequence>
				<xs:annotation>
					<xs:documentation xml:lang="en-CA">Category: Inappropriate behaviour.</xs:documentation>
					<xs:documentation xml:lang="fr-CA">Catégorie : Comportement inadéquat de la part du débiteur.</xs:documentation>
				</xs:annotation>
				<xs:element name="AbuseOfProcess" type="xs:boolean">
					<xs:annotation>
						<xs:documentation xml:lang="en-CA">Abuse of the insolvency process</xs:documentation>
						<xs:documentation xml:lang="fr-CA">Abus du système d'insolvabilité</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="AbusiveBorrowing" type="xs:boolean">
					<xs:annotation>
						<xs:documentation xml:lang="en-CA">Abusive borrowing practices</xs:documentation>
						<xs:documentation xml:lang="fr-CA">Pratiques d'emprunt irresponsables</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="WrongfulConduct" type="xs:boolean">
					<xs:annotation>
						<xs:documentation xml:lang="en-CA">Wrongful conduct of directors</xs:documentation>
						<xs:documentation xml:lang="fr-CA">Conduite répréhensible des administrateurs</xs:documentation>
					</xs:annotation>
				</xs:element>
			</xs:sequence>

			<xs:element name="AdditionalInformation" type="xs:string" minOccurs="0">
				<xs:annotation>
					<xs:documentation xml:lang="en-CA">Please provide details in support of your referral:</xs:documentation>
					<xs:documentation xml:lang="fr-CA">Veuillez fournir les détails à l'appui de votre demande : </xs:documentation>
				</xs:annotation>
			</xs:element>

			<xs:element name="ContactPerson" type="xs:string" minOccurs="0">
				<xs:annotation>
					<xs:documentation xml:lang="en-CA">Contact person at the trustee's office:</xs:documentation>
					<xs:documentation xml:lang="fr-CA">Personne-ressource au bureau du syndic : </xs:documentation>
				</xs:annotation>
			</xs:element>

			</xs:sequence>
		</xs:complexType>
	</xs:element>
</xs:schema>
