
<!-- XSD 1.0. Further down in the file the xsd 1.1 version of it is also included -->
<?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:xerces="http://xerces.apache.org" xmlns:xs="http://www.w3.org/2001/XMLSchema"
	elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:include schemaLocation="Globals.xsd" />
	<xs:element name="EIS">
		<xs:annotation>
			<xs:documentation xml:lang="en-CA">Estate Information Summary</xs:documentation>
			<xs:documentation xml:lang="fr-CA">Fiche de renseignements sur l'actif</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="ProceedingType">
					<xs:annotation>
						<xs:documentation xml:lang="en-CA">Type of Proceeding</xs:documentation>
						<xs:documentation xml:lang="fr-CA">Genre de procedure</xs:documentation>
					</xs:annotation>
					<xs:simpleType>
						<xs:restriction base="xs:string">
							<xs:enumeration value="Assignment" />
							<xs:enumeration value="Receiving Order" />
							<xs:enumeration value="Referal" /> <!-- Deprecated: note Referal is kept only for backwards compatibility with previous versions,
										do not use; it does not render on the current version of the form. -->
							<xs:enumeration value="Bankruptcy Order" />
							<xs:enumeration value="Proposal" />
						</xs:restriction>
					</xs:simpleType>
				</xs:element>
				<xs:element name="EstateType">
					<xs:annotation>
						<xs:documentation xml:lang="en-CA">Individual or Corporation</xs:documentation>
						<xs:documentation xml:lang="fr-CA">Personne physique or morale</xs:documentation>
					</xs:annotation>
					<xs:simpleType>
						<xs:restriction base="xs:string">
							<xs:enumeration value="Individual" />
							<xs:enumeration value="Corporation" />
						</xs:restriction>
					</xs:simpleType>
				</xs:element>
				<xs:element name="AdministrationType">
					<xs:annotation>
						<xs:documentation xml:lang="en-CA">Type of Administration: Summary, Ordinary, Division I Proposal or Division II Proposal</xs:documentation>
						<xs:documentation xml:lang="fr-CA">Genre d'administration : Faillite sommaire, Faillite ordinaire, Proposition de la section I ou Section II (proposition de consommateur)</xs:documentation>
					</xs:annotation>
					<xs:simpleType>
						<xs:restriction base="xs:string">
							<xs:enumeration value="Summary" />
							<xs:enumeration value="Ordinary" />
							<xs:enumeration value="Division I Proposal" />
							<xs:enumeration value="Division II Proposal" />
						</xs:restriction>
					</xs:simpleType>
				</xs:element>
				<xs:element name="Estate" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation xml:lang="en-CA">Information related to the bankrupt/debtor. GivenNames is mandatory for an Individual filing.</xs:documentation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:complexContent>
							<xs:extension base="osb:LegalEntity">
								<xs:sequence>
									<xs:element name="BirthDate" type="osb:Date" minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">Deprecated do not use: BirthDate has been moved to Form79bis and is kept here 
												only for backwards compatibility with previous versions, do not use; it does not render on the current version 
												of the form. [was: Date of birth (mandatory for individual)</xs:documentation>
											<xs:documentation xml:lang="fr-CA">Date de naissance (mandatoire pour une personne physique)</xs:documentation>
										</xs:annotation>
									</xs:element>
									<xs:element name="PreviousBankruptcy" type="xs:boolean"  minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">Deprecated: Note PreviousBankruptcy is kept here only for backwards 
												compatibility with previous versions, do not use; it does not render on the current version of the form. 
												[was: True if individual was previously bankrupt]</xs:documentation>
											<xs:documentation xml:lang="fr-CA">Vrai si la personne physique a une faillite précedent</xs:documentation>
										</xs:annotation>
									</xs:element>
									<xs:element name="Language" type="osb:Language">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">English (en), French (fr) or other</xs:documentation>
											<xs:documentation xml:lang="fr-CA">Anglais (en), Français (fr) or autre</xs:documentation>
										</xs:annotation>
									</xs:element>
									<xs:element name="OtherLanguage" type="xs:string" minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">Other language description</xs:documentation>
											<xs:documentation xml:lang="fr-CA">Description de l'autre langue</xs:documentation>
										</xs:annotation>
									</xs:element>
									<xs:element name="PreviousCurrentProceeding" type="xs:boolean" minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">Note: Has the debtor previously been bankrupt or made a proposal under the Bankruptcy and Insolvency Act in Canada? 
												(ie. Does this debtor have a previous and/or current BIA proceedings? 
												Mandatory for new filings. Defined as optional for backwards compatibility.</xs:documentation>
											<xs:documentation xml:lang="fr-CA"/>
										</xs:annotation>
									</xs:element>
									<xs:element name="PreviousCurrentEstateNo" type="xs:string" minOccurs="0" maxOccurs="unbounded">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">List all estate numbers for any bankruptcy order application, bankruptcy, proposal or receivership related to the debtor.
												(ie. List the previous and/or current estate numbers associated with this debtor). Mandatory if PreviousCurrentProceeding is True.</xs:documentation>
											<xs:documentation xml:lang="fr-CA"/>
										</xs:annotation>
									</xs:element>
									<xs:element name="IncomeTrust" type="xs:boolean" minOccurs="0"/>
									<xs:element name="NumberOfPreviousBankruptcies" type="xs:long" minOccurs="0">
									<xs:annotation>
										<xs:documentation xml:lang="en-CA">Deprecated: Note NumberOfPreviousBankruptcies
										    is kept here only for backwards compatibility with previous versions,
											do not use; it does not render on the current version of the form.
										</xs:documentation>
										<xs:documentation xml:lang="fr-CA"></xs:documentation>
									</xs:annotation>
									</xs:element>
									<xs:element name="Address" type="osb:Location" minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">Address of the Individual / Corporation. Must include city, country and postal code.</xs:documentation>
											<xs:documentation xml:lang="fr-CA"></xs:documentation>
										</xs:annotation>
									</xs:element>
									<xs:element name="HomePhone" type="osb:PhoneNumber" minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">Home phone number of individual</xs:documentation>
											<xs:documentation xml:lang="fr-CA"></xs:documentation>
										</xs:annotation>
									</xs:element>
									<xs:element name="WorkPhone" type="osb:PhoneNumber" minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">Work phone number of individual, contact phone number for corporation</xs:documentation>
											<xs:documentation xml:lang="fr-CA"></xs:documentation>
										</xs:annotation>
									</xs:element>
									<xs:element name="ConsumerDebtsOnly" type="xs:boolean" minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">Is this proceeding for consumer debts only?</xs:documentation>
											<xs:documentation xml:lang="fr-CA"></xs:documentation>
										</xs:annotation>
									</xs:element>
									<xs:element name="PercentDebtBusiness" type="osb:Percentage" default="0" minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">Enter percentage of debt that is business debt. Must be entered and > 0.00 if ConsumerDebtsOnly is false.</xs:documentation>
											<xs:documentation xml:lang="fr-CA"></xs:documentation>
										</xs:annotation>
									</xs:element>
									<xs:element name="NAICS" type="xs:integer" minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">If 50% or more of debt is business, provide the 6-digit NAICS code of the primary business activity.</xs:documentation>
											<xs:documentation xml:lang="fr-CA"></xs:documentation>
										</xs:annotation>
									</xs:element>
									<xs:element name="CRABusinessNumber" type="xs:string" minOccurs="0" maxOccurs="unbounded">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">Enter Business Number(s), if applicable.</xs:documentation>
											<xs:documentation xml:lang="fr-CA">Inscrire le(s) numéro(s) d'entreprise, le cas échéant.</xs:documentation>
										</xs:annotation>
									</xs:element>
									<xs:element name="AtAddressSince" type="osb:Date" minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">The debtor resides or has carried on business at the above address since this date.</xs:documentation>
											<xs:documentation xml:lang="fr-CA"></xs:documentation>
										</xs:annotation>
									</xs:element>
									<xs:element name="PriorReceivership" type="xs:boolean" minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">Deprecated do not use: PriorReceivership is kept here only for backwards compatibility with previous versions,
												do not use; it does not render on the current version of the form. [was: True if individual had a prior receivership. Mandatory for new filings. 
												Defined as optional for backwards compatibility.</xs:documentation>
											<xs:documentation xml:lang="fr-CA"/>
										</xs:annotation>
									</xs:element>
									<xs:element name="PriorReceivershipDate" type="osb:Date" minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">Deprecated do not use: PriorReceivershipDate is kept here only for backwards compatibility with previous versions,
												do not use; it does not render on the current version of the form. [was: Date of receivership prior to this proceeding?</xs:documentation>
											<xs:documentation xml:lang="fr-CA"></xs:documentation>
										</xs:annotation>
									</xs:element>
									<!-- Self-Identification Questions -->
									<xs:element name="Gender" minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">What is your gender? (Female, Male, Other, I prefer not to answer)</xs:documentation>
											<xs:documentation xml:lang="fr-CA">À quel genre vous identifiez-vous (Femme - F, Homme - M, Autre - O, Je préfère ne pas répondre - N) ?</xs:documentation>
										</xs:annotation>
										<xs:simpleType>
											<xs:restriction base="xs:string">
												<xs:enumeration value="F"/>
												<xs:enumeration value="M"/>
												<xs:enumeration value="O"/>
												<xs:enumeration value="N"/>
											</xs:restriction>
										</xs:simpleType>
									</xs:element>
									<xs:element name="LevelOfEducation" minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">Highest level of education completed by the bankrupt/debtor</xs:documentation>
											<xs:documentation xml:lang="fr-CA">Plus haut niveau d'études complété par le failli ou le débiteur</xs:documentation>
										</xs:annotation>
										<xs:complexType>
											<xs:choice>
												<xs:element name="ZeroToEightYears" type="xs:boolean" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">0-8 Years</xs:documentation>
														<xs:documentation xml:lang="fr-CA">0 à 8 années</xs:documentation>
													</xs:annotation>
												</xs:element>
												<xs:element name="SomeHighSchool" type="xs:boolean" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Some High School</xs:documentation>
														<xs:documentation xml:lang="fr-CA">études secondaires partielles</xs:documentation>
													</xs:annotation>
												</xs:element>
												<xs:element name="HighSchool" type="xs:boolean" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">High School</xs:documentation>
														<xs:documentation xml:lang="fr-CA">diplôme d'études secondaires</xs:documentation>
													</xs:annotation>
												</xs:element>
												<xs:element name="SomePostSecondary" type="xs:boolean" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Some Post Secondary</xs:documentation>
														<xs:documentation xml:lang="fr-CA">études postsecondaires partielles</xs:documentation>
													</xs:annotation>
												</xs:element>
												<xs:element name="PostSecondary" type="xs:boolean" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Post Secondary certificate or diploma</xs:documentation>
														<xs:documentation xml:lang="fr-CA">certificat ou diplôme d'études postsecondaires</xs:documentation>
													</xs:annotation>
												</xs:element>
												<xs:element name="UniversityDegree" type="xs:boolean" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">University Degree</xs:documentation>
														<xs:documentation xml:lang="fr-CA">grade universitaire</xs:documentation>
													</xs:annotation>
												</xs:element>
												<xs:element name="RefuseAnswerOrNotKnown" type="xs:boolean" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Refuses to answer or doesn't know</xs:documentation>
														<xs:documentation xml:lang="fr-CA">refuse de répondre ou ne sait pas</xs:documentation>
													</xs:annotation>
												</xs:element>
											</xs:choice>
										</xs:complexType>
									</xs:element>
									<xs:element name="IdentifyAsAboriginal" minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">Are you an Aboriginal person?</xs:documentation>
											<xs:documentation xml:lang="fr-CA">Êtes-vous Autochtone ?</xs:documentation>
										</xs:annotation>
										<xs:simpleType>
											<xs:restriction base="xs:string">
												<xs:enumeration value="Y"/>
												<xs:enumeration value="N"/>
												<xs:enumeration value="X"/>
											</xs:restriction>
										</xs:simpleType>
									</xs:element>
									<xs:element name="IdentifyAsAboriginalGroup" minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">If you wish to provide further details, please specify the group(s) to which you belong.</xs:documentation>
											<xs:documentation xml:lang="fr-CA">Si vous souhaitez fournir plus de détails, veuillez préciser le(s) groupe(s) dont vous faites partie.</xs:documentation>
										</xs:annotation>
										<xs:complexType>
											<xs:sequence>
												<xs:element name="FirstNation" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">North American Indian/First Nation</xs:documentation>
														<xs:documentation xml:lang="fr-CA">Indiens de l'Amérique du Nord/Première Nation</xs:documentation>
													</xs:annotation>
												</xs:element>
												<xs:element name="Metis" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Métis</xs:documentation>
														<xs:documentation xml:lang="fr-CA">Métis</xs:documentation>
													</xs:annotation>
												</xs:element>
												<xs:element name="Inuit" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Inuit</xs:documentation>
														<xs:documentation xml:lang="fr-CA">Inuit</xs:documentation>
													</xs:annotation>
												</xs:element>
											</xs:sequence>
										</xs:complexType>
									</xs:element>
									<xs:element name="IdentifyAsDisabled" minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">Are you a person with a disability?</xs:documentation>
											<xs:documentation xml:lang="fr-CA">Êtes-vous une personne handicapée ?</xs:documentation>
										</xs:annotation>
										<xs:simpleType>
											<xs:restriction base="xs:string">
												<xs:enumeration value="Y"/>
												<xs:enumeration value="N"/>
												<xs:enumeration value="X"/>
											</xs:restriction>
										</xs:simpleType>
									</xs:element>
									<xs:element name="Disablities" minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">If you wish to provide further details, please select the boxes that apply to you.</xs:documentation>
											<xs:documentation xml:lang="fr-CA">Si vous souhaitez fournir plus de détails, veuillez sélectionner les cases qui s'appliquent dans votre cas.</xs:documentation>
										</xs:annotation>
										<xs:complexType>
											<xs:sequence>
												<xs:element name="CoordinationOrDexterity" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Co-ordination or dexterity</xs:documentation>
														<xs:documentation xml:lang="fr-CA">Coordination ou dextérité</xs:documentation>
													</xs:annotation>
												</xs:element>
												<xs:element name="Mobility" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Mobility</xs:documentation>
														<xs:documentation xml:lang="fr-CA">Mobilité</xs:documentation>
													</xs:annotation>
												</xs:element>
												<xs:element name="VisuallyImpairment" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Blind or visual impairment</xs:documentation>
														<xs:documentation xml:lang="fr-CA">Cécité ou malvoyance</xs:documentation>
													</xs:annotation>
												</xs:element>
												<xs:element name="AuditoryImpairment" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Deaf or hard of hearing</xs:documentation>
														<xs:documentation xml:lang="fr-CA">Surdité ou malentendance</xs:documentation>
													</xs:annotation>
												</xs:element>
												<xs:element name="SpeechImpairment" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Speech impairment</xs:documentation>
														<xs:documentation xml:lang="fr-CA">Élocution</xs:documentation>
													</xs:annotation>
												</xs:element>
												<xs:element name="OtherDisability" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Other disability (including learning disabilities, developmental disabilities and all other types of disabilities)(Please specify)</xs:documentation>
														<xs:documentation xml:lang="fr-CA">Autre handicap (difficultés d'apprentissage ou de développement et tout autre type de handicap)</xs:documentation>
													</xs:annotation>
													<xs:simpleType>
														<xs:restriction base="xs:string">
															<xs:minLength value="5"/>
														</xs:restriction>
													</xs:simpleType>
												</xs:element>
											</xs:sequence>
										</xs:complexType>
									</xs:element>
									<xs:element name="IdentifyAsVisibleMinority" minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">Are you a member of a visible minority group?</xs:documentation>
											<xs:documentation xml:lang="fr-CA">Êtes-vous membre d'une minorité visible ?</xs:documentation>
										</xs:annotation>
										<xs:simpleType>
											<xs:restriction base="xs:string">
												<xs:enumeration value="Y"/>
												<xs:enumeration value="N"/>
												<xs:enumeration value="X"/>
											</xs:restriction>
										</xs:simpleType>
									</xs:element>
									<xs:element name="VisibleMinorityGroup" minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">If you wish to provide further details, please select the box(es) that best describes your origin.</xs:documentation>
											<xs:documentation xml:lang="fr-CA">Si vous souhaitez fournir plus de détails, veuillez sélectionner les cases qui indiquent le mieux votre origine.</xs:documentation>
										</xs:annotation>
										<xs:complexType>
											<xs:sequence>
												<xs:element name="Black" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Black</xs:documentation>
														<xs:documentation xml:lang="fr-CA">Noir</xs:documentation>
													</xs:annotation>
												</xs:element>
												<xs:element name="Chinese" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Chinese</xs:documentation>
														<xs:documentation xml:lang="fr-CA">Chinois</xs:documentation>
													</xs:annotation>
												</xs:element>
												<xs:element name="Filipino" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Filipino</xs:documentation>
														<xs:documentation xml:lang="fr-CA">Philippin</xs:documentation>
													</xs:annotation>
												</xs:element>
												<xs:element name="Japanese" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Japanese</xs:documentation>
														<xs:documentation xml:lang="fr-CA">Japonais</xs:documentation>
													</xs:annotation>
												</xs:element>
												<xs:element name="Korean" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Korean</xs:documentation>
														<xs:documentation xml:lang="fr-CA">Coréen</xs:documentation>
													</xs:annotation>
												</xs:element>
												<xs:element name="SouthAsian" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">South Asian/East Indian</xs:documentation>
														<xs:documentation xml:lang="fr-CA">Asiatique du Sud/Indien de l'Est</xs:documentation>
													</xs:annotation>
												</xs:element>
												<xs:element name="SoutheastAsian" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Southeast Asian</xs:documentation>
														<xs:documentation xml:lang="fr-CA">Asiatique du Sud-Est</xs:documentation>
													</xs:annotation>
												</xs:element>
												<xs:element name="WestAsianNorthAfricanOrArab" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Non-White West Asian, North African or Arab</xs:documentation>
														<xs:documentation xml:lang="fr-CA">Asiatique de l'Asie occidentale, Nord-Africain ou Arabe non blanc</xs:documentation>
													</xs:annotation>
												</xs:element>
												<xs:element name="LatinAmerican" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Non-White Latin American</xs:documentation>
														<xs:documentation xml:lang="fr-CA">Latino-Américain non blanc</xs:documentation>
													</xs:annotation>
												</xs:element>
												<xs:element name="MixedOrigin" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Person of Mixed Origin</xs:documentation>
														<xs:documentation xml:lang="fr-CA">Personnes d'origine mixte</xs:documentation>
													</xs:annotation>
												</xs:element>
												<xs:element name="OtherGroup" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Other Visible Minority Group (Please specify)</xs:documentation>
														<xs:documentation xml:lang="fr-CA">Si vous faites partie d'un groupe de minorité visible qui n'est pas mentionné ci-dessus, veuillez le préciser, veuillez les préciser</xs:documentation>
													</xs:annotation>
													<xs:simpleType>
														<xs:restriction base="xs:string">
															<xs:minLength value="5"/>
														</xs:restriction>
													</xs:simpleType>
												</xs:element>
											</xs:sequence>
										</xs:complexType>
									</xs:element>
									<xs:element name="SignedAt" type="osb:Signing" minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">Indicate date of signature of the debtor has given consent to disclose their personal information, otherwise leave blank.</xs:documentation>
											<xs:documentation xml:lang="fr-CA">Indiquer la date de signature du débiteur a donné son consentement à la divulgation de ses informations personnelles, sinon laisser en blanc.</xs:documentation>
										</xs:annotation>
									</xs:element>
									<!-- End of Self-Identification Questions -->
									<xs:element name="Email" minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">Email Address</xs:documentation>
											<xs:documentation xml:lang="fr-CA">Adresse électronique (courriel)</xs:documentation>
										</xs:annotation>
										<xs:simpleType>
											<xs:restriction base="xs:string">
												<xs:minLength value="1"/>
											</xs:restriction>
										</xs:simpleType>
									</xs:element>
								</xs:sequence>
							</xs:extension>
						</xs:complexContent>
					</xs:complexType>
				</xs:element>
				<xs:element name="Address" type="osb:Location" minOccurs="0">
					<xs:annotation>
						<xs:documentation xml:lang="en-CA">Deprecated do not use: Address is kept only for backwards compatibility with previous versions,
							do not use; it does not render on the current version of the form. [was: Address of the Individual / Corporation. Must include city, country and postal code.]</xs:documentation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="HomePhone" type="osb:PhoneNumber" minOccurs="0">
					<xs:annotation>
						<xs:documentation xml:lang="en-CA">Deprecated do not use: Address is kept here only for backwards compatibility with previous versions,
							do not use; it does not render on the current version of the form. [was: Home phone number of individual]</xs:documentation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="WorkPhone" type="osb:PhoneNumber" minOccurs="0">
					<xs:annotation>
						<xs:documentation xml:lang="en-CA">Deprecated do not use: Address is kept only for backwards compatibility with previous versions,
							do not use; it does not render on the current version of the form. [was: Work phone number of individual, contact phone number for corporation]</xs:documentation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="ConsumerDebtsOnly" type="xs:boolean" minOccurs="0">
					<xs:annotation>
						<xs:documentation xml:lang="en-CA">Deprecated do not use: ConsumerDebtsOnly is kept here only for backwards compatibility with previous versions,
							do not use; it does not render on the current version of the form. [was: Is this proceeding for consumer debts only?]</xs:documentation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="PercentDebtBusiness" type="osb:Percentage" default="0" minOccurs="0">
					<xs:annotation>
						<xs:documentation xml:lang="en-CA">Deprecated do not use: PercentDebtBusiness is kept here only for backwards compatibility with previous versions,
							do not use; it does not render on the current version of the form. [was: Enter percentage of debt that is business debt. Must be entered and > 0.00 if ConsumerDebtsOnly is false.]</xs:documentation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="AtAddressSince" type="osb:Date" minOccurs="0">
					<xs:annotation>
						<xs:documentation xml:lang="en-CA">Deprecated do not use: AtAddressSince is kept here only for backwards compatibility with previous versions,
							do not use; it does not render on the current version of the form. [was: The debtor resides or has carried on business at the above address since this date.]</xs:documentation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="PriorReceivershipDate" type="osb:Date" minOccurs="0">
					<xs:annotation>
						<xs:documentation xml:lang="en-CA">Deprecated do not use: PriorReceivershipDate is kept here only for backwards compatibility with previous versions,
							do not use; it does not render on the current version of the form. [was: Receivership prior to this proceeding?]</xs:documentation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="IsGuarantor" type="xs:boolean">
					<xs:annotation>
						<xs:documentation xml:lang="en-CA">Has the debtor guaranteed the debts of another person?</xs:documentation>
						<xs:documentation xml:lang="fr-CA">Le débiteur a-t-il garanti les dettes d'une autre personne ?</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="GuaranteedDebt" minOccurs="0" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation xml:lang="en-CA">Complete if debtor has guaranteed the debts of another person</xs:documentation>
						<xs:documentation xml:lang="fr-CA">Compléter ce qui suit si les dettes d'une autre personne sont garanties par le débiteur</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="TypeOfDebt">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Consumer debts, business debts or other debts</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Dettes de consommation, dettes d'affaires, ou autre dettes</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:enumeration value="Consumer" />
										<xs:enumeration value="Business" />
										<xs:enumeration value="Other" />
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<xs:element name="OtherDebtDescription" type="xs:string" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Description for debts of type "other"</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Description des dettes de type autres (other)</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="GuaranteedDebtor">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Name of person whose debts are guaranteed</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Nom de la personne dont les dettes sont garanties</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:minLength value="1" />
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<xs:element name="AmountGuaranteed" type="osb:Money">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Amount guaranteed</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Montant garanti</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="NameOfBusiness" type="xs:string" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Name of business, if business debt</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Nom de l'entreprise s'il s'agit de dettes d'affaires</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="DebtorBankrupt" type="xs:boolean">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Is the guaranteed debtor bankrupt?</xs:documentation>
									<xs:documentation xml:lang="fr-CA">La personne est-elle en faillite ?</xs:documentation>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
				<xs:element name="Business" minOccurs="0" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation xml:lang="en-CA">Deprecated do not use: The Business section has been moved to Form79bis, this section 
							is kept here only for backwards compatibility with previous versions; it does not render on the current version of the form.
							[was: Complete if the debtor was previously or is presently in business]</xs:documentation>
						<xs:documentation xml:lang="fr-CA">Compléter ce qui suit si le débiteur exploite ou a déjà exploité un commerce</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="TradeName">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Deprecated do not use [was: Trade name of business if different than estate name.]</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Raison sociale si différente du nom de l'actif</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:minLength value="1" />
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<xs:element name="PlaceOfBusiness" type="osb:Location">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Deprecated do not use [was: Address of the business]</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Place d'affaires</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="NatureOfBusiness">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Deprecated do not use [was: Nature of the business]</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Genre d'entreprise</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:minLength value="1" />
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<xs:element name="TypeOfBusiness">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Deprecated do not use [was: Corporation, partnership, or sole proprietorship]</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Personne morale, société ou propriétaire unique, précisez</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:enumeration value="Corporation" />
										<xs:enumeration value="Partnership" />
										<xs:enumeration value="Sole Proprietorship" />
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<xs:element name="Partners" minOccurs="0" maxOccurs="unbounded">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Deprecated do not use [was: Names of business partners.]</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Nom des associés s'il s'agit d'une société</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element name="GivenNames" type="xs:string">
											<xs:annotation>
												<xs:documentation xml:lang="en-CA">Deprecated do not use [was: Partner Given Names]</xs:documentation>
												<xs:documentation xml:lang="fr-CA"></xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="FamilyName">
											<xs:annotation>
												<xs:documentation xml:lang="en-CA">Deprecated do not use [was: Partner Family or Company Name]</xs:documentation>
												<xs:documentation xml:lang="fr-CA"></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="MaxEmployeesBusiness" type="xs:long" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Deprecated do not use [was: During the past 12 months, 
										what was the maximum number of employees that you employed?]</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Au cours des 12 derniers mois, quel est le nombre maximal d'employé que vous avez employé ?</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="PeriodOperationBusiness" type="xs:long" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Deprecated do not use [was: How long (in months) have 
										you been in operation under this current legal name?]</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Depuis combien de temps êtes-vous en opération sous ce nom légal ?</xs:documentation>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
				<xs:element name="Corporation" minOccurs="0">
					<xs:annotation>
						<xs:documentation xml:lang="en-CA">Mandatory if the debtor is a corporation, including an Income Trust</xs:documentation>
						<xs:documentation xml:lang="fr-CA">Obligatoire si la débitrice est une personne morale, y compris une fiducie de revenu</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="PubliclyTraded" type="xs:boolean">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Are the shares of the corporation publicly traded?</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Les actions ou les unités de la personne morale sont-elles disponibles au public ?</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="FederalCharterNumber" type="xs:string" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Deprecated do not use: FederalCharterNumber is kept here only for backwards compatibility with previous versions,
										do not use; it does not render on the current version of the form. [was: Provide Federal Charter Number if applicable]</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Veuillez indiquer le numéro de charte fédérale le cas échéant</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="CorporationTradeName" type="xs:string" minOccurs="0" maxOccurs="unbounded">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Trade name(s) of the corporation (if different from the estate name)</xs:documentation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="PlaceOfBusiness" type="osb:Location" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Place of business (if different from the estate address)</xs:documentation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="PrimaryBusinessActivity" type="xs:string" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Primary business activity of the corporation Note: Mandatory, this field is marked as optional 
										solely for backwards compatibility with earlier versions of the EIS schema, but it is now required for all Corporations.</xs:documentation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="CorporateOfficer" maxOccurs="unbounded">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Names of the corporate officers</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Nom des dirigeants de la personne morale</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element name="GivenNames" type="xs:string">
											<xs:annotation>
												<xs:documentation xml:lang="en-CA">Officer Given Names</xs:documentation>
												<xs:documentation xml:lang="fr-CA"></xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="FamilyName">
											<xs:annotation>
												<xs:documentation xml:lang="en-CA">Officer Family Name</xs:documentation>
												<xs:documentation xml:lang="fr-CA"></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="PersonToBeExamined">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Name of person to be examined pursuant to section 132</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Nom de la personne à interroger</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:complexContent>
										<xs:extension base="osb:Individual">
											<xs:sequence>
												<xs:element name="Title">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Title of person to be examined.</xs:documentation>
														<xs:documentation xml:lang="fr-CA">Titre de la personne à interroger.</xs:documentation>
													</xs:annotation>
													<xs:simpleType>
														<xs:restriction base="xs:string">
															<xs:enumeration value="President" />
															<xs:enumeration value="Vice-President" />
															<xs:enumeration value="Secretary" />
															<xs:enumeration value="Treasurer" />
															<xs:enumeration value="Secretary-Treasurer" />
															<xs:enumeration value="Officer of the Bankrupt Corporation" />
															<xs:enumeration value="Other" />
														</xs:restriction>
													</xs:simpleType>
												</xs:element>
												<xs:element name="TelephoneNum" type="osb:PhoneNumber" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Phone number of person to be examined.</xs:documentation>
														<xs:documentation xml:lang="fr-CA">Numero de téléphone de la personne à interroger.</xs:documentation>
													</xs:annotation>
												</xs:element>
											</xs:sequence>
										</xs:extension>
									</xs:complexContent>
								</xs:complexType>
							</xs:element>
							<xs:element name="Address" type="osb:Location">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Address of the person to be examined</xs:documentation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="Language">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">English (en), French (fr) or other.</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Langue : Anglais (en), Français (fr) ou Autre (other).</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="osb:Language" />
								</xs:simpleType>
							</xs:element>
							<xs:element name="OtherLanguage" type="xs:string" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Other language description</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Description d'une autre langue (other)</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="MaxEmployeesCorp" type="xs:long" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">During the past 12 months, what was the maximum number of employees that you employed?</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Au cours des 12 derniers mois, quel est le nombre maximal d'employé que vous avez employé ?</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="PeriodOperationCorp" type="xs:long" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">How long (in months) have you been in operation under this current legal name?</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Depuis combien de temps (en mois) êtes-vous en opération sous ce nom légal ?</xs:documentation>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
				<xs:element name="ProposalTerms" minOccurs="0">
					<xs:annotation>
						<xs:documentation xml:lang="en-CA">To be completed when filing a Consumer Proposal or Amended Consumer Proposal. Mandatory for Division II Proposals.</xs:documentation>
						<xs:documentation xml:lang="fr-CA">Termes de la proposition de consommateur. Mandatoire pour une proposition de consommateur.</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="ProposalTermA" minOccurs="0" maxOccurs="unbounded">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Term A consists of a defined number of payments of a specified amount.  
										Note: this field is now repeating to allow specification of multiple repeating payments, including lump sums.</xs:documentation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element name="NumberOfPayments" type="xs:integer">
											<xs:annotation>
												<xs:documentation xml:lang="en-CA">The number of payments to be made over the length of the term.</xs:documentation>
												<xs:documentation xml:lang="fr-CA"></xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="PaymentAmount" type="osb:Money">
											<xs:annotation>
												<xs:documentation xml:lang="en-CA">The amount of money of each payment.</xs:documentation>
												<xs:documentation xml:lang="fr-CA"></xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="TotalAmount" type="osb:Money">
											<xs:annotation>
												<xs:documentation xml:lang="en-CA">The total amount paid out after all payments have been made.</xs:documentation>
												<xs:documentation xml:lang="fr-CA"></xs:documentation>
											</xs:annotation>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="GrandTotalAmount" type="osb:Money" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Note: This field is optional to maintain backwards compatibility with the older version 
										of the EIS, but it will be mandatory for Consumer proposal terms moving forward. This field is sum of all  thethe total \
										amounts paid out after all payments have been made.</xs:documentation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="ProposalTermB" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Deprecated do not use: Use a single instance of ProposalTermA to specify a lump sum payment.
										This field is kept here only for backwards compatibility with previous versions, do not use; it does not render on the 
										current version of the form. [was: Term B consists of a lump sum payment.]</xs:documentation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element name="LumpSumAmount" type="osb:Money">
											<xs:annotation>
												<xs:documentation xml:lang="en-CA">Deprecated do not use: Use a single instance of ProposalTermA to specify a lump sum payment.
													This field is kept here only for backwards compatibility with previous versions, do not use; it does not render on the 
													current version of the form. [The amount of money paid as a lump sum.]</xs:documentation>
												<xs:documentation xml:lang="fr-CA"></xs:documentation>
											</xs:annotation>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="ProposalTermC" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Deprecated do not use: Use a single instance of ProposalTermA to specify a lump sum payment 
										followed by a repeating instance of ProposalTermA for the additional defined number of payments of a specific amount.
										This field is kept here only for backwards compatibility with previous versions, do not use; it does not render on the 
										current version of the form. [was: Term C consists of a lump sum payment PLUS a defined number of payments of a specified amount.</xs:documentation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element name="LumpSumAmount" type="osb:Money">
											<xs:annotation>
												<xs:documentation xml:lang="en-CA">Deprecated do not use: Use a single instance of ProposalTermA to specify a lump sum payment.
													This field is kept here only for backwards compatibility with previous versions, do not use; it does not render on the 
													current version of the form. [was: The amount of money paid as a lump sum.]</xs:documentation>
												<xs:documentation xml:lang="fr-CA"></xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="NumberOfPayments" type="xs:integer">
											<xs:annotation>
												<xs:documentation xml:lang="en-CA">Deprecated do not use: Use a repeating instance of ProposalTermA for the additional defined number of payments.
													This field is kept here only for backwards compatibility with previous versions, do not use; it does not render on the 
													current version of the form. [was: The number of payments to be made over the length of the term.]</xs:documentation>
												<xs:documentation xml:lang="fr-CA"></xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="PaymentAmount" type="osb:Money">
											<xs:annotation>
												<xs:documentation xml:lang="en-CA">Deprecated do not use: Use a repeating instance of ProposalTermA for the additional defined number of payments.
													This field is kept here only for backwards compatibility with previous versions, do not use; it does not render on the 
													current version of the form. [was: The amount of money of each payment.]</xs:documentation>
												<xs:documentation xml:lang="fr-CA"></xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="TotalAmount" type="osb:Money">
											<xs:annotation>
												<xs:documentation xml:lang="en-CA">Deprecated do not use: Use a single instance of ProposalTermA to specify a lump sum payment 
													followed by a repeating instance of ProposalTermA for the additional defined number of payments of a specific amount.
													This field is kept here only for backwards compatibility with previous versions, do not use; it does not render on the 
													current version of the form. [was: The total amount paid out after all payments have been made.]
												</xs:documentation>
												<xs:documentation xml:lang="fr-CA"></xs:documentation>
											</xs:annotation>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="OtherProposalTermDescription" type="xs:string" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Note: Monetary amounts must be specified using ProposalTermA above.  Use this field only for describing other non-monetary terms. 
										[was: Term D: If the proposal terms do not follow one of the above terms, enter the description of the terms here.]</xs:documentation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="PlannedProposalCompletionDate" type="osb:Date">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">The anticipated completion date of the Consumer Proposal.</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Date prévue pour l'exécution intégrale de la proposition de consommateur.</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="PrincipalMortgageAmount" type="osb:Money" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Amount outstanding on mortgage on principal residence.</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Solde dû sur l'hypothèque sur la résidence principale</xs:documentation>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
				<xs:element name="TrusteeStatement">
					<xs:annotation>
						<xs:documentation xml:lang="en-CA">Detailed Trustee information, indemnification and creditor meeting information.</xs:documentation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="CreditorsMeeting" type="osb:Event" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Creditors meeting suggested time and place. Mandatory for Ordinary
										Administrations (Corporation only) and Division I Proposals.</xs:documentation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="VirtualMeetingDetails"  minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">Insert details of electronic or digital means of communication, 
										e.g., teleconference number, etc. If populated these fields will replace the corresponding fields of the physical address.</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element name="DetailsLine1" minOccurs="0">
											<xs:annotation>
												<xs:documentation xml:lang="en-CA">Equivalent of Building field</xs:documentation>
												<xs:documentation xml:lang="fr-CA"/>
											</xs:annotation>
											<xs:simpleType>
												<xs:restriction base="xs:string">
													<xs:minLength value="1"/>
													<xs:maxLength value="90"/>
												</xs:restriction>
											</xs:simpleType>
										</xs:element>
										<xs:element name="DetailsLine2" minOccurs="0">
											<xs:annotation>
												<xs:documentation xml:lang="en-CA">Equivalent of Street field</xs:documentation>
												<xs:documentation xml:lang="fr-CA"/>
											</xs:annotation>
											<xs:simpleType>
												<xs:restriction base="xs:string">
													<xs:minLength value="1"/>
													<xs:maxLength value="200"/>
												</xs:restriction>
											</xs:simpleType>
										</xs:element>
										<xs:element name="DetailsLine3" minOccurs="0">
											<xs:annotation>
												<xs:documentation xml:lang="en-CA">Equivalent of City field</xs:documentation>
												<xs:documentation xml:lang="fr-CA"/>
											</xs:annotation>
											<xs:simpleType>
												<xs:restriction base="xs:string">
													<xs:minLength value="1"/>
													<xs:maxLength value="70"/>
												</xs:restriction>
											</xs:simpleType>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="ExaminationRequested" type="xs:boolean" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Is a section 161 examination requested?
										Deprecated: note this field is kept only for backwards compatibility with previous versions,
										do not use; it does not render on the current version of the form.
									</xs:documentation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="TrusteeComments" type="xs:string" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Comments by the trustee
										Deprecated: note this field is kept only for backwards compatibility with previous versions,
										do not use; it does not render on the current version of the form.
									</xs:documentation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="TrusteeName">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Name of the trustee</xs:documentation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element name="GivenNames" type="xs:string">
											<xs:annotation>
												<xs:documentation xml:lang="en-CA">Trustee Given Names</xs:documentation>
												<xs:documentation xml:lang="fr-CA"></xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="FamilyName">
											<xs:annotation>
												<xs:documentation xml:lang="en-CA">Trustee Family or Company Name</xs:documentation>
												<xs:documentation xml:lang="fr-CA"></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="TrusteeLicense">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">License number of the trustee</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Numéro de licence du syndic</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:long">
										<xs:totalDigits value="4" />
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<xs:element name="RequestForDebtorReferral" type="xs:boolean" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">True if making a Request for an investigation under the Debtor Compliance Referral Program</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Vrai si faire une Demande d'enquête en vertu du Programme de renvoi sur la conformité des debiteurs</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="ReasonsForReferral" type="xs:string" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">If yes, provide reasons for referral</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Si oui, fournir les raisons à l'appui votre demande</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="ConflictOfInterest" type="xs:string" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Does a possible conflict of interest exist? If so, explain</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Une possibilité de conflit d'intérêt existe? Si oui, veuillez expliquer</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="IndemnityType" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">The type of indemnification: N/A, Deposit or Guarantee.</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Genre d'indemnisation : S/O, Depôt ou Garantie (Utilisez les choises suivantes)</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:enumeration value="N/A" />
										<xs:enumeration value="Deposit" />
										<xs:enumeration value="Guarantee" />
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<xs:element name="Indemnity" type="xs:string" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">This element will contain either the full string of type, name and
										amount for backwards compatibility to 1.0 or just the name of the Depositor or Guarantor and used in
										conjunction with IndemnityType and IndemnityAmount</xs:documentation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="IndemnityAmount" type="osb:Money" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">The dollar amount of the indemnity.</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Montant ou envergure de l'indemnité.</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="TaxRefundAssigned" type="xs:boolean" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Is post bankruptcy tax refund assigned to trustee? Was mandatory
										for Summary Administrations and not used for Division II Proposals.
										Deprecated: note this field is kept only for backwards compatibility with previous versions,
										do not use; it does not render on the current version of the form.
									</xs:documentation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="TrusteeAbsent" type="xs:boolean" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Was trustee absent when file was submitted?</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Syndic absent lors du dépôt du dossier ?</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="en-CA">Provide any additional information related to the form.</xs:documentation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation>
					</xs:annotation>
				</xs:element>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
</xs:schema>
<!-- XSD 1.1 with assertions and english error messages -->
<?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:xerces="http://xerces.apache.org" xmlns:xs="http://www.w3.org/2001/XMLSchema"
	elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:include schemaLocation="Globals.xsd" />
	<xs:element name="EIS">
		<xs:annotation>
			<xs:documentation xml:lang="en-CA">Estate Information Summary</xs:documentation>
			<xs:documentation xml:lang="fr-CA">Fiche de renseignements sur l'actif</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="ProceedingType">
					<xs:annotation>
						<xs:documentation xml:lang="en-CA">Type of Proceeding</xs:documentation>
						<xs:documentation xml:lang="fr-CA">Genre de procedure</xs:documentation>
					</xs:annotation>
					<xs:simpleType>
						<xs:restriction base="xs:string">
							<xs:enumeration value="Assignment" />
							<xs:enumeration value="Receiving Order" />
							<xs:enumeration value="Referal" /> <!-- Deprecated: note Referal is kept only for backwards compatibility with previous versions,
										do not use; it does not render on the current version of the form. -->
							<xs:enumeration value="Bankruptcy Order" />
							<xs:enumeration value="Proposal" />
						</xs:restriction>
					</xs:simpleType>
				</xs:element>
				<xs:element name="EstateType">
					<xs:annotation>
						<xs:documentation xml:lang="en-CA">Individual or Corporation</xs:documentation>
						<xs:documentation xml:lang="fr-CA">Personne physique or morale</xs:documentation>
					</xs:annotation>
					<xs:simpleType>
						<xs:restriction base="xs:string">
							<xs:enumeration value="Individual" />
							<xs:enumeration value="Corporation" />
						</xs:restriction>
					</xs:simpleType>
				</xs:element>
				<xs:element name="AdministrationType">
					<xs:annotation>
						<xs:documentation xml:lang="en-CA">Type of Administration: Summary, Ordinary, Division I Proposal or Division II Proposal</xs:documentation>
						<xs:documentation xml:lang="fr-CA">Genre d'administration : Faillite sommaire, Faillite ordinaire, Proposition de la section I ou Section II (proposition de consommateur)</xs:documentation>
					</xs:annotation>
					<xs:simpleType>
						<xs:restriction base="xs:string">
							<xs:enumeration value="Summary" />
							<xs:enumeration value="Ordinary" />
							<xs:enumeration value="Division I Proposal" />
							<xs:enumeration value="Division II Proposal" />
						</xs:restriction>
					</xs:simpleType>
				</xs:element>
				<xs:element name="Estate" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation xml:lang="en-CA">Information related to the bankrupt/debtor. GivenNames is mandatory for an Individual filing.</xs:documentation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:complexContent>
							<xs:extension base="osb:LegalEntity">
								<xs:sequence>
									<xs:element name="BirthDate" type="osb:Date" minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">Deprecated do not use: BirthDate has been moved to Form79bis and is kept here 
												only for backwards compatibility with previous versions, do not use; it does not render on the current version 
												of the form. [was: Date of birth (mandatory for individual)</xs:documentation>
											<xs:documentation xml:lang="fr-CA">Date de naissance (mandatoire pour une personne physique)</xs:documentation>
										</xs:annotation>
									</xs:element>
									<xs:element name="PreviousBankruptcy" type="xs:boolean"  minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">Deprecated: Note PreviousBankruptcy is kept here only for backwards 
												compatibility with previous versions, do not use; it does not render on the current version of the form. 
												[was: True if individual was previously bankrupt]</xs:documentation>
											<xs:documentation xml:lang="fr-CA">Vrai si la personne physique a une faillite précedent</xs:documentation>
										</xs:annotation>
									</xs:element>
									<xs:element name="Language" type="osb:Language">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">English (en), French (fr) or other</xs:documentation>
											<xs:documentation xml:lang="fr-CA">Anglais (en), Français (fr) or autre</xs:documentation>
										</xs:annotation>
									</xs:element>
									<xs:element name="OtherLanguage" type="xs:string" minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">Other language description</xs:documentation>
											<xs:documentation xml:lang="fr-CA">Description de l'autre langue</xs:documentation>
										</xs:annotation>
									</xs:element>
									<xs:element name="PreviousCurrentProceeding" type="xs:boolean" minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">Note: Has the debtor previously been bankrupt or made a proposal under the Bankruptcy and Insolvency Act in Canada? 
												(ie. Does this debtor have a previous and/or current BIA proceedings? 
												Mandatory for new filings. Defined as optional for backwards compatibility.</xs:documentation>
											<xs:documentation xml:lang="fr-CA"/>
										</xs:annotation>
									</xs:element>
									<xs:element name="PreviousCurrentEstateNo" type="xs:string" minOccurs="0" maxOccurs="unbounded">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">List all estate numbers for any bankruptcy order application, bankruptcy, proposal or receivership related to the debtor.
												(ie. List the previous and/or current estate numbers associated with this debtor). Mandatory if PreviousCurrentProceeding is True.</xs:documentation>
											<xs:documentation xml:lang="fr-CA"/>
										</xs:annotation>
									</xs:element>
									<xs:element name="IncomeTrust" type="xs:boolean" minOccurs="0"/>
									<xs:element name="NumberOfPreviousBankruptcies" type="xs:long" minOccurs="0">
									<xs:annotation>
										<xs:documentation xml:lang="en-CA">Deprecated: Note NumberOfPreviousBankruptcies
										    is kept here only for backwards compatibility with previous versions,
											do not use; it does not render on the current version of the form.
										</xs:documentation>
										<xs:documentation xml:lang="fr-CA"></xs:documentation>
									</xs:annotation>
									</xs:element>
									<xs:element name="Address" type="osb:Location" minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">Address of the Individual / Corporation. Must include city, country and postal code.</xs:documentation>
											<xs:documentation xml:lang="fr-CA"></xs:documentation>
										</xs:annotation>
									</xs:element>
									<xs:element name="HomePhone" type="osb:PhoneNumber" minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">Home phone number of individual</xs:documentation>
											<xs:documentation xml:lang="fr-CA"></xs:documentation>
										</xs:annotation>
									</xs:element>
									<xs:element name="WorkPhone" type="osb:PhoneNumber" minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">Work phone number of individual, contact phone number for corporation</xs:documentation>
											<xs:documentation xml:lang="fr-CA"></xs:documentation>
										</xs:annotation>
									</xs:element>
									<xs:element name="ConsumerDebtsOnly" type="xs:boolean" minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">Is this proceeding for consumer debts only?</xs:documentation>
											<xs:documentation xml:lang="fr-CA"></xs:documentation>
										</xs:annotation>
									</xs:element>
									<xs:element name="PercentDebtBusiness" type="osb:Percentage" default="0" minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">Enter percentage of debt that is business debt. Must be entered and > 0.00 if ConsumerDebtsOnly is false.</xs:documentation>
											<xs:documentation xml:lang="fr-CA"></xs:documentation>
										</xs:annotation>
									</xs:element>
									<xs:element name="NAICS" type="xs:integer" minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">If 50% or more of debt is business, provide the 6-digit NAICS code of the primary business activity.</xs:documentation>
											<xs:documentation xml:lang="fr-CA"></xs:documentation>
										</xs:annotation>
									</xs:element>
									<xs:element name="CRABusinessNumber" type="xs:string" minOccurs="0" maxOccurs="unbounded">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">Enter Business Number(s), if applicable.</xs:documentation>
											<xs:documentation xml:lang="fr-CA">Inscrire le(s) numéro(s) d'entreprise, le cas échéant.</xs:documentation>
										</xs:annotation>
									</xs:element>
									<xs:element name="AtAddressSince" type="osb:Date" minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">The debtor resides or has carried on business at the above address since this date.</xs:documentation>
											<xs:documentation xml:lang="fr-CA"></xs:documentation>
										</xs:annotation>
									</xs:element>
									<xs:element name="PriorReceivership" type="xs:boolean" minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">Deprecated do not use: PriorReceivership is kept here only for backwards compatibility with previous versions,
												do not use; it does not render on the current version of the form. [was: True if individual had a prior receivership. Mandatory for new filings. 
												Defined as optional for backwards compatibility.</xs:documentation>
											<xs:documentation xml:lang="fr-CA"/>
										</xs:annotation>
									</xs:element>
									<xs:element name="PriorReceivershipDate" type="osb:Date" minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">Deprecated do not use: PriorReceivershipDate is kept here only for backwards compatibility with previous versions,
												do not use; it does not render on the current version of the form. [was: Date of receivership prior to this proceeding?</xs:documentation>
											<xs:documentation xml:lang="fr-CA"></xs:documentation>
										</xs:annotation>
									</xs:element>
									<!-- Self-Identification Questions -->
									<xs:element name="Gender" minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">What is your gender? (Female, Male, Other, I prefer not to answer)</xs:documentation>
											<xs:documentation xml:lang="fr-CA">À quel genre vous identifiez-vous (Femme - F, Homme - M, Autre - O, Je préfère ne pas répondre - N) ?</xs:documentation>
										</xs:annotation>
										<xs:simpleType>
											<xs:restriction base="xs:string">
												<xs:enumeration value="F"/>
												<xs:enumeration value="M"/>
												<xs:enumeration value="O"/>
												<xs:enumeration value="N"/>
											</xs:restriction>
										</xs:simpleType>
									</xs:element>
									<xs:element name="LevelOfEducation" minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">Highest level of education completed by the bankrupt/debtor</xs:documentation>
											<xs:documentation xml:lang="fr-CA">Plus haut niveau d'études complété par le failli ou le débiteur</xs:documentation>
										</xs:annotation>
										<xs:complexType>
											<xs:choice>
												<xs:element name="ZeroToEightYears" type="xs:boolean" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">0-8 Years</xs:documentation>
														<xs:documentation xml:lang="fr-CA">0 à 8 années</xs:documentation>
													</xs:annotation>
												</xs:element>
												<xs:element name="SomeHighSchool" type="xs:boolean" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Some High School</xs:documentation>
														<xs:documentation xml:lang="fr-CA">études secondaires partielles</xs:documentation>
													</xs:annotation>
												</xs:element>
												<xs:element name="HighSchool" type="xs:boolean" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">High School</xs:documentation>
														<xs:documentation xml:lang="fr-CA">diplôme d'études secondaires</xs:documentation>
													</xs:annotation>
												</xs:element>
												<xs:element name="SomePostSecondary" type="xs:boolean" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Some Post Secondary</xs:documentation>
														<xs:documentation xml:lang="fr-CA">études postsecondaires partielles</xs:documentation>
													</xs:annotation>
												</xs:element>
												<xs:element name="PostSecondary" type="xs:boolean" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Post Secondary certificate or diploma</xs:documentation>
														<xs:documentation xml:lang="fr-CA">certificat ou diplôme d'études postsecondaires</xs:documentation>
													</xs:annotation>
												</xs:element>
												<xs:element name="UniversityDegree" type="xs:boolean" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">University Degree</xs:documentation>
														<xs:documentation xml:lang="fr-CA">grade universitaire</xs:documentation>
													</xs:annotation>
												</xs:element>
												<xs:element name="RefuseAnswerOrNotKnown" type="xs:boolean" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Refuses to answer or doesn't know</xs:documentation>
														<xs:documentation xml:lang="fr-CA">refuse de répondre ou ne sait pas</xs:documentation>
													</xs:annotation>
												</xs:element>
											</xs:choice>
										</xs:complexType>
									</xs:element>
									<xs:element name="IdentifyAsAboriginal" minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">Are you an Aboriginal person?</xs:documentation>
											<xs:documentation xml:lang="fr-CA">Êtes-vous Autochtone ?</xs:documentation>
										</xs:annotation>
										<xs:simpleType>
											<xs:restriction base="xs:string">
												<xs:enumeration value="Y"/>
												<xs:enumeration value="N"/>
												<xs:enumeration value="X"/>
											</xs:restriction>
										</xs:simpleType>
									</xs:element>
									<xs:element name="IdentifyAsAboriginalGroup" minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">If you wish to provide further details, please specify the group(s) to which you belong.</xs:documentation>
											<xs:documentation xml:lang="fr-CA">Si vous souhaitez fournir plus de détails, veuillez préciser le(s) groupe(s) dont vous faites partie.</xs:documentation>
										</xs:annotation>
										<xs:complexType>
											<xs:sequence>
												<xs:element name="FirstNation" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">North American Indian/First Nation</xs:documentation>
														<xs:documentation xml:lang="fr-CA">Indiens de l'Amérique du Nord/Première Nation</xs:documentation>
													</xs:annotation>
												</xs:element>
												<xs:element name="Metis" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Métis</xs:documentation>
														<xs:documentation xml:lang="fr-CA">Métis</xs:documentation>
													</xs:annotation>
												</xs:element>
												<xs:element name="Inuit" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Inuit</xs:documentation>
														<xs:documentation xml:lang="fr-CA">Inuit</xs:documentation>
													</xs:annotation>
												</xs:element>
											</xs:sequence>
										</xs:complexType>
									</xs:element>
									<xs:element name="IdentifyAsDisabled" minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">Are you a person with a disability?</xs:documentation>
											<xs:documentation xml:lang="fr-CA">Êtes-vous une personne handicapée ?</xs:documentation>
										</xs:annotation>
										<xs:simpleType>
											<xs:restriction base="xs:string">
												<xs:enumeration value="Y"/>
												<xs:enumeration value="N"/>
												<xs:enumeration value="X"/>
											</xs:restriction>
										</xs:simpleType>
									</xs:element>
									<xs:element name="Disablities" minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">If you wish to provide further details, please select the boxes that apply to you.</xs:documentation>
											<xs:documentation xml:lang="fr-CA">Si vous souhaitez fournir plus de détails, veuillez sélectionner les cases qui s'appliquent dans votre cas.</xs:documentation>
										</xs:annotation>
										<xs:complexType>
											<xs:sequence>
												<xs:element name="CoordinationOrDexterity" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Co-ordination or dexterity</xs:documentation>
														<xs:documentation xml:lang="fr-CA">Coordination ou dextérité</xs:documentation>
													</xs:annotation>
												</xs:element>
												<xs:element name="Mobility" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Mobility</xs:documentation>
														<xs:documentation xml:lang="fr-CA">Mobilité</xs:documentation>
													</xs:annotation>
												</xs:element>
												<xs:element name="VisuallyImpairment" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Blind or visual impairment</xs:documentation>
														<xs:documentation xml:lang="fr-CA">Cécité ou malvoyance</xs:documentation>
													</xs:annotation>
												</xs:element>
												<xs:element name="AuditoryImpairment" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Deaf or hard of hearing</xs:documentation>
														<xs:documentation xml:lang="fr-CA">Surdité ou malentendance</xs:documentation>
													</xs:annotation>
												</xs:element>
												<xs:element name="SpeechImpairment" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Speech impairment</xs:documentation>
														<xs:documentation xml:lang="fr-CA">Élocution</xs:documentation>
													</xs:annotation>
												</xs:element>
												<xs:element name="OtherDisability" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Other disability (including learning disabilities, developmental disabilities and all other types of disabilities)(Please specify)</xs:documentation>
														<xs:documentation xml:lang="fr-CA">Autre handicap (difficultés d'apprentissage ou de développement et tout autre type de handicap)</xs:documentation>
													</xs:annotation>
													<xs:simpleType>
														<xs:restriction base="xs:string">
															<xs:minLength value="5"/>
														</xs:restriction>
													</xs:simpleType>
												</xs:element>
											</xs:sequence>
										</xs:complexType>
									</xs:element>
									<xs:element name="IdentifyAsVisibleMinority" minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">Are you a member of a visible minority group?</xs:documentation>
											<xs:documentation xml:lang="fr-CA">Êtes-vous membre d'une minorité visible ?</xs:documentation>
										</xs:annotation>
										<xs:simpleType>
											<xs:restriction base="xs:string">
												<xs:enumeration value="Y"/>
												<xs:enumeration value="N"/>
												<xs:enumeration value="X"/>
											</xs:restriction>
										</xs:simpleType>
									</xs:element>
									<xs:element name="VisibleMinorityGroup" minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">If you wish to provide further details, please select the box(es) that best describes your origin.</xs:documentation>
											<xs:documentation xml:lang="fr-CA">Si vous souhaitez fournir plus de détails, veuillez sélectionner les cases qui indiquent le mieux votre origine.</xs:documentation>
										</xs:annotation>
										<xs:complexType>
											<xs:sequence>
												<xs:element name="Black" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Black</xs:documentation>
														<xs:documentation xml:lang="fr-CA">Noir</xs:documentation>
													</xs:annotation>
												</xs:element>
												<xs:element name="Chinese" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Chinese</xs:documentation>
														<xs:documentation xml:lang="fr-CA">Chinois</xs:documentation>
													</xs:annotation>
												</xs:element>
												<xs:element name="Filipino" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Filipino</xs:documentation>
														<xs:documentation xml:lang="fr-CA">Philippin</xs:documentation>
													</xs:annotation>
												</xs:element>
												<xs:element name="Japanese" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Japanese</xs:documentation>
														<xs:documentation xml:lang="fr-CA">Japonais</xs:documentation>
													</xs:annotation>
												</xs:element>
												<xs:element name="Korean" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Korean</xs:documentation>
														<xs:documentation xml:lang="fr-CA">Coréen</xs:documentation>
													</xs:annotation>
												</xs:element>
												<xs:element name="SouthAsian" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">South Asian/East Indian</xs:documentation>
														<xs:documentation xml:lang="fr-CA">Asiatique du Sud/Indien de l'Est</xs:documentation>
													</xs:annotation>
												</xs:element>
												<xs:element name="SoutheastAsian" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Southeast Asian</xs:documentation>
														<xs:documentation xml:lang="fr-CA">Asiatique du Sud-Est</xs:documentation>
													</xs:annotation>
												</xs:element>
												<xs:element name="WestAsianNorthAfricanOrArab" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Non-White West Asian, North African or Arab</xs:documentation>
														<xs:documentation xml:lang="fr-CA">Asiatique de l'Asie occidentale, Nord-Africain ou Arabe non blanc</xs:documentation>
													</xs:annotation>
												</xs:element>
												<xs:element name="LatinAmerican" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Non-White Latin American</xs:documentation>
														<xs:documentation xml:lang="fr-CA">Latino-Américain non blanc</xs:documentation>
													</xs:annotation>
												</xs:element>
												<xs:element name="MixedOrigin" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Person of Mixed Origin</xs:documentation>
														<xs:documentation xml:lang="fr-CA">Personnes d'origine mixte</xs:documentation>
													</xs:annotation>
												</xs:element>
												<xs:element name="OtherGroup" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Other Visible Minority Group (Please specify)</xs:documentation>
														<xs:documentation xml:lang="fr-CA">Si vous faites partie d'un groupe de minorité visible qui n'est pas mentionné ci-dessus, veuillez le préciser, veuillez les préciser</xs:documentation>
													</xs:annotation>
													<xs:simpleType>
														<xs:restriction base="xs:string">
															<xs:minLength value="5"/>
														</xs:restriction>
													</xs:simpleType>
												</xs:element>
											</xs:sequence>
										</xs:complexType>
									</xs:element>
									<xs:element name="SignedAt" type="osb:Signing" minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">Indicate date of signature of the debtor has given consent to disclose their personal information, otherwise leave blank.</xs:documentation>
											<xs:documentation xml:lang="fr-CA">Indiquer la date de signature du débiteur a donné son consentement à la divulgation de ses informations personnelles, sinon laisser en blanc.</xs:documentation>
										</xs:annotation>
									</xs:element>
									<!-- End of Self-Identification Questions -->
									<xs:element name="Email" minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">Email Address</xs:documentation>
											<xs:documentation xml:lang="fr-CA">Adresse électronique (courriel)</xs:documentation>
										</xs:annotation>
										<xs:simpleType>
											<xs:restriction base="xs:string">
												<xs:minLength value="1"/>
											</xs:restriction>
										</xs:simpleType>
									</xs:element>
								</xs:sequence>
							</xs:extension>
						</xs:complexContent>
					</xs:complexType>
				</xs:element>
				<xs:element name="Address" type="osb:Location" minOccurs="0">
					<xs:annotation>
						<xs:documentation xml:lang="en-CA">Deprecated do not use: Address is kept only for backwards compatibility with previous versions,
							do not use; it does not render on the current version of the form. [was: Address of the Individual / Corporation. Must include city, country and postal code.]</xs:documentation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="HomePhone" type="osb:PhoneNumber" minOccurs="0">
					<xs:annotation>
						<xs:documentation xml:lang="en-CA">Deprecated do not use: Address is kept here only for backwards compatibility with previous versions,
							do not use; it does not render on the current version of the form. [was: Home phone number of individual]</xs:documentation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="WorkPhone" type="osb:PhoneNumber" minOccurs="0">
					<xs:annotation>
						<xs:documentation xml:lang="en-CA">Deprecated do not use: Address is kept only for backwards compatibility with previous versions,
							do not use; it does not render on the current version of the form. [was: Work phone number of individual, contact phone number for corporation]</xs:documentation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="ConsumerDebtsOnly" type="xs:boolean" minOccurs="0">
					<xs:annotation>
						<xs:documentation xml:lang="en-CA">Deprecated do not use: ConsumerDebtsOnly is kept here only for backwards compatibility with previous versions,
							do not use; it does not render on the current version of the form. [was: Is this proceeding for consumer debts only?]</xs:documentation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="PercentDebtBusiness" type="osb:Percentage" default="0" minOccurs="0">
					<xs:annotation>
						<xs:documentation xml:lang="en-CA">Deprecated do not use: PercentDebtBusiness is kept here only for backwards compatibility with previous versions,
							do not use; it does not render on the current version of the form. [was: Enter percentage of debt that is business debt. Must be entered and > 0.00 if ConsumerDebtsOnly is false.]</xs:documentation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="AtAddressSince" type="osb:Date" minOccurs="0">
					<xs:annotation>
						<xs:documentation xml:lang="en-CA">Deprecated do not use: AtAddressSince is kept here only for backwards compatibility with previous versions,
							do not use; it does not render on the current version of the form. [was: The debtor resides or has carried on business at the above address since this date.]</xs:documentation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="PriorReceivershipDate" type="osb:Date" minOccurs="0">
					<xs:annotation>
						<xs:documentation xml:lang="en-CA">Deprecated do not use: PriorReceivershipDate is kept here only for backwards compatibility with previous versions,
							do not use; it does not render on the current version of the form. [was: Receivership prior to this proceeding?]</xs:documentation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="IsGuarantor" type="xs:boolean">
					<xs:annotation>
						<xs:documentation xml:lang="en-CA">Has the debtor guaranteed the debts of another person?</xs:documentation>
						<xs:documentation xml:lang="fr-CA">Le débiteur a-t-il garanti les dettes d'une autre personne ?</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="GuaranteedDebt" minOccurs="0" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation xml:lang="en-CA">Complete if debtor has guaranteed the debts of another person</xs:documentation>
						<xs:documentation xml:lang="fr-CA">Compléter ce qui suit si les dettes d'une autre personne sont garanties par le débiteur</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="TypeOfDebt">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Consumer debts, business debts or other debts</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Dettes de consommation, dettes d'affaires, ou autre dettes</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:enumeration value="Consumer" />
										<xs:enumeration value="Business" />
										<xs:enumeration value="Other" />
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<xs:element name="OtherDebtDescription" type="xs:string" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Description for debts of type "other"</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Description des dettes de type autres (other)</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="GuaranteedDebtor">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Name of person whose debts are guaranteed</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Nom de la personne dont les dettes sont garanties</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:minLength value="1" />
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<xs:element name="AmountGuaranteed" type="osb:Money">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Amount guaranteed</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Montant garanti</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="NameOfBusiness" type="xs:string" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Name of business, if business debt</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Nom de l'entreprise s'il s'agit de dettes d'affaires</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="DebtorBankrupt" type="xs:boolean">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Is the guaranteed debtor bankrupt?</xs:documentation>
									<xs:documentation xml:lang="fr-CA">La personne est-elle en faillite ?</xs:documentation>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
				<xs:element name="Business" minOccurs="0" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation xml:lang="en-CA">Deprecated do not use: The Business section has been moved to Form79bis, this section 
							is kept here only for backwards compatibility with previous versions; it does not render on the current version of the form.
							[was: Complete if the debtor was previously or is presently in business]</xs:documentation>
						<xs:documentation xml:lang="fr-CA">Compléter ce qui suit si le débiteur exploite ou a déjà exploité un commerce</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="TradeName">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Deprecated do not use [was: Trade name of business if different than estate name.]</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Raison sociale si différente du nom de l'actif</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:minLength value="1" />
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<xs:element name="PlaceOfBusiness" type="osb:Location">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Deprecated do not use [was: Address of the business]</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Place d'affaires</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="NatureOfBusiness">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Deprecated do not use [was: Nature of the business]</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Genre d'entreprise</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:minLength value="1" />
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<xs:element name="TypeOfBusiness">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Deprecated do not use [was: Corporation, partnership, or sole proprietorship]</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Personne morale, société ou propriétaire unique, précisez</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:enumeration value="Corporation" />
										<xs:enumeration value="Partnership" />
										<xs:enumeration value="Sole Proprietorship" />
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<xs:element name="Partners" minOccurs="0" maxOccurs="unbounded">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Deprecated do not use [was: Names of business partners.]</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Nom des associés s'il s'agit d'une société</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element name="GivenNames" type="xs:string">
											<xs:annotation>
												<xs:documentation xml:lang="en-CA">Deprecated do not use [was: Partner Given Names]</xs:documentation>
												<xs:documentation xml:lang="fr-CA"></xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="FamilyName">
											<xs:annotation>
												<xs:documentation xml:lang="en-CA">Deprecated do not use [was: Partner Family or Company Name]</xs:documentation>
												<xs:documentation xml:lang="fr-CA"></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="MaxEmployeesBusiness" type="xs:long" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Deprecated do not use [was: During the past 12 months, 
										what was the maximum number of employees that you employed?]</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Au cours des 12 derniers mois, quel est le nombre maximal d'employé que vous avez employé ?</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="PeriodOperationBusiness" type="xs:long" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Deprecated do not use [was: How long (in months) have 
										you been in operation under this current legal name?]</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Depuis combien de temps êtes-vous en opération sous ce nom légal ?</xs:documentation>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
				<xs:element name="Corporation" minOccurs="0">
					<xs:annotation>
						<xs:documentation xml:lang="en-CA">Mandatory if the debtor is a corporation, including an Income Trust</xs:documentation>
						<xs:documentation xml:lang="fr-CA">Obligatoire si la débitrice est une personne morale, y compris une fiducie de revenu</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="PubliclyTraded" type="xs:boolean">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Are the shares of the corporation publicly traded?</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Les actions ou les unités de la personne morale sont-elles disponibles au public ?</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="FederalCharterNumber" type="xs:string" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Deprecated do not use: FederalCharterNumber is kept here only for backwards compatibility with previous versions,
										do not use; it does not render on the current version of the form. [was: Provide Federal Charter Number if applicable]</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Veuillez indiquer le numéro de charte fédérale le cas échéant</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="CorporationTradeName" type="xs:string" minOccurs="0" maxOccurs="unbounded">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Trade name(s) of the corporation (if different from the estate name)</xs:documentation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="PlaceOfBusiness" type="osb:Location" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Place of business (if different from the estate address)</xs:documentation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="PrimaryBusinessActivity" type="xs:string" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Primary business activity of the corporation Note: Mandatory, this field is marked as optional 
										solely for backwards compatibility with earlier versions of the EIS schema, but it is now required for all Corporations.</xs:documentation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="CorporateOfficer" maxOccurs="unbounded">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Names of the corporate officers</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Nom des dirigeants de la personne morale</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element name="GivenNames" type="xs:string">
											<xs:annotation>
												<xs:documentation xml:lang="en-CA">Officer Given Names</xs:documentation>
												<xs:documentation xml:lang="fr-CA"></xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="FamilyName">
											<xs:annotation>
												<xs:documentation xml:lang="en-CA">Officer Family Name</xs:documentation>
												<xs:documentation xml:lang="fr-CA"></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="PersonToBeExamined">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Name of person to be examined pursuant to section 132</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Nom de la personne à interroger</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:complexContent>
										<xs:extension base="osb:Individual">
											<xs:sequence>
												<xs:element name="Title">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Title of person to be examined.</xs:documentation>
														<xs:documentation xml:lang="fr-CA">Titre de la personne à interroger.</xs:documentation>
													</xs:annotation>
													<xs:simpleType>
														<xs:restriction base="xs:string">
															<xs:enumeration value="President" />
															<xs:enumeration value="Vice-President" />
															<xs:enumeration value="Secretary" />
															<xs:enumeration value="Treasurer" />
															<xs:enumeration value="Secretary-Treasurer" />
															<xs:enumeration value="Officer of the Bankrupt Corporation" />
															<xs:enumeration value="Other" />
														</xs:restriction>
													</xs:simpleType>
												</xs:element>
												<xs:element name="TelephoneNum" type="osb:PhoneNumber" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Phone number of person to be examined.</xs:documentation>
														<xs:documentation xml:lang="fr-CA">Numero de téléphone de la personne à interroger.</xs:documentation>
													</xs:annotation>
												</xs:element>
											</xs:sequence>
										</xs:extension>
									</xs:complexContent>
								</xs:complexType>
							</xs:element>
							<xs:element name="Address" type="osb:Location">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Address of the person to be examined</xs:documentation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="Language">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">English (en), French (fr) or other.</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Langue : Anglais (en), Français (fr) ou Autre (other).</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="osb:Language" />
								</xs:simpleType>
							</xs:element>
							<xs:element name="OtherLanguage" type="xs:string" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Other language description</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Description d'une autre langue (other)</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="MaxEmployeesCorp" type="xs:long" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">During the past 12 months, what was the maximum number of employees that you employed?</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Au cours des 12 derniers mois, quel est le nombre maximal d'employé que vous avez employé ?</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="PeriodOperationCorp" type="xs:long" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">How long (in months) have you been in operation under this current legal name?</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Depuis combien de temps (en mois) êtes-vous en opération sous ce nom légal ?</xs:documentation>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
				<xs:element name="ProposalTerms" minOccurs="0">
					<xs:annotation>
						<xs:documentation xml:lang="en-CA">To be completed when filing a Consumer Proposal or Amended Consumer Proposal. Mandatory for Division II Proposals.</xs:documentation>
						<xs:documentation xml:lang="fr-CA">Termes de la proposition de consommateur. Mandatoire pour une proposition de consommateur.</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="ProposalTermA" minOccurs="0" maxOccurs="unbounded">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Term A consists of a defined number of payments of a specified amount.  
										Note: this field is now repeating to allow specification of multiple repeating payments, including lump sums.</xs:documentation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element name="NumberOfPayments" type="xs:integer">
											<xs:annotation>
												<xs:documentation xml:lang="en-CA">The number of payments to be made over the length of the term.</xs:documentation>
												<xs:documentation xml:lang="fr-CA"></xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="PaymentAmount" type="osb:Money">
											<xs:annotation>
												<xs:documentation xml:lang="en-CA">The amount of money of each payment.</xs:documentation>
												<xs:documentation xml:lang="fr-CA"></xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="TotalAmount" type="osb:Money">
											<xs:annotation>
												<xs:documentation xml:lang="en-CA">The total amount paid out after all payments have been made.</xs:documentation>
												<xs:documentation xml:lang="fr-CA"></xs:documentation>
											</xs:annotation>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="GrandTotalAmount" type="osb:Money" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Note: This field is optional to maintain backwards compatibility with the older version 
										of the EIS, but it will be mandatory for Consumer proposal terms moving forward. This field is sum of all  thethe total \
										amounts paid out after all payments have been made.</xs:documentation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="ProposalTermB" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Deprecated do not use: Use a single instance of ProposalTermA to specify a lump sum payment.
										This field is kept here only for backwards compatibility with previous versions, do not use; it does not render on the 
										current version of the form. [was: Term B consists of a lump sum payment.]</xs:documentation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element name="LumpSumAmount" type="osb:Money">
											<xs:annotation>
												<xs:documentation xml:lang="en-CA">Deprecated do not use: Use a single instance of ProposalTermA to specify a lump sum payment.
													This field is kept here only for backwards compatibility with previous versions, do not use; it does not render on the 
													current version of the form. [The amount of money paid as a lump sum.]</xs:documentation>
												<xs:documentation xml:lang="fr-CA"></xs:documentation>
											</xs:annotation>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="ProposalTermC" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Deprecated do not use: Use a single instance of ProposalTermA to specify a lump sum payment 
										followed by a repeating instance of ProposalTermA for the additional defined number of payments of a specific amount.
										This field is kept here only for backwards compatibility with previous versions, do not use; it does not render on the 
										current version of the form. [was: Term C consists of a lump sum payment PLUS a defined number of payments of a specified amount.</xs:documentation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element name="LumpSumAmount" type="osb:Money">
											<xs:annotation>
												<xs:documentation xml:lang="en-CA">Deprecated do not use: Use a single instance of ProposalTermA to specify a lump sum payment.
													This field is kept here only for backwards compatibility with previous versions, do not use; it does not render on the 
													current version of the form. [was: The amount of money paid as a lump sum.]</xs:documentation>
												<xs:documentation xml:lang="fr-CA"></xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="NumberOfPayments" type="xs:integer">
											<xs:annotation>
												<xs:documentation xml:lang="en-CA">Deprecated do not use: Use a repeating instance of ProposalTermA for the additional defined number of payments.
													This field is kept here only for backwards compatibility with previous versions, do not use; it does not render on the 
													current version of the form. [was: The number of payments to be made over the length of the term.]</xs:documentation>
												<xs:documentation xml:lang="fr-CA"></xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="PaymentAmount" type="osb:Money">
											<xs:annotation>
												<xs:documentation xml:lang="en-CA">Deprecated do not use: Use a repeating instance of ProposalTermA for the additional defined number of payments.
													This field is kept here only for backwards compatibility with previous versions, do not use; it does not render on the 
													current version of the form. [was: The amount of money of each payment.]</xs:documentation>
												<xs:documentation xml:lang="fr-CA"></xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="TotalAmount" type="osb:Money">
											<xs:annotation>
												<xs:documentation xml:lang="en-CA">Deprecated do not use: Use a single instance of ProposalTermA to specify a lump sum payment 
													followed by a repeating instance of ProposalTermA for the additional defined number of payments of a specific amount.
													This field is kept here only for backwards compatibility with previous versions, do not use; it does not render on the 
													current version of the form. [was: The total amount paid out after all payments have been made.]
												</xs:documentation>
												<xs:documentation xml:lang="fr-CA"></xs:documentation>
											</xs:annotation>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="OtherProposalTermDescription" type="xs:string" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Note: Monetary amounts must be specified using ProposalTermA above.  Use this field only for describing other non-monetary terms. 
										[was: Term D: If the proposal terms do not follow one of the above terms, enter the description of the terms here.]</xs:documentation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="PlannedProposalCompletionDate" type="osb:Date">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">The anticipated completion date of the Consumer Proposal.</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Date prévue pour l'exécution intégrale de la proposition de consommateur.</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="PrincipalMortgageAmount" type="osb:Money" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Amount outstanding on mortgage on principal residence.</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Solde dû sur l'hypothèque sur la résidence principale</xs:documentation>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
				<xs:element name="TrusteeStatement">
					<xs:annotation>
						<xs:documentation xml:lang="en-CA">Detailed Trustee information, indemnification and creditor meeting information.</xs:documentation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="CreditorsMeeting" type="osb:Event" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Creditors meeting suggested time and place. Mandatory for Ordinary
										Administrations (Corporation only) and Division I Proposals.</xs:documentation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="VirtualMeetingDetails"  minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">Insert details of electronic or digital means of communication, 
										e.g., teleconference number, etc. If populated these fields will replace the corresponding fields of the physical address.</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element name="DetailsLine1" minOccurs="0">
											<xs:annotation>
												<xs:documentation xml:lang="en-CA">Equivalent of Building field</xs:documentation>
												<xs:documentation xml:lang="fr-CA"/>
											</xs:annotation>
											<xs:simpleType>
												<xs:restriction base="xs:string">
													<xs:minLength value="1"/>
													<xs:maxLength value="90"/>
												</xs:restriction>
											</xs:simpleType>
										</xs:element>
										<xs:element name="DetailsLine2" minOccurs="0">
											<xs:annotation>
												<xs:documentation xml:lang="en-CA">Equivalent of Street field</xs:documentation>
												<xs:documentation xml:lang="fr-CA"/>
											</xs:annotation>
											<xs:simpleType>
												<xs:restriction base="xs:string">
													<xs:minLength value="1"/>
													<xs:maxLength value="200"/>
												</xs:restriction>
											</xs:simpleType>
										</xs:element>
										<xs:element name="DetailsLine3" minOccurs="0">
											<xs:annotation>
												<xs:documentation xml:lang="en-CA">Equivalent of City field</xs:documentation>
												<xs:documentation xml:lang="fr-CA"/>
											</xs:annotation>
											<xs:simpleType>
												<xs:restriction base="xs:string">
													<xs:minLength value="1"/>
													<xs:maxLength value="70"/>
												</xs:restriction>
											</xs:simpleType>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="ExaminationRequested" type="xs:boolean" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Is a section 161 examination requested?
										Deprecated: note this field is kept only for backwards compatibility with previous versions,
										do not use; it does not render on the current version of the form.
									</xs:documentation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="TrusteeComments" type="xs:string" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Comments by the trustee
										Deprecated: note this field is kept only for backwards compatibility with previous versions,
										do not use; it does not render on the current version of the form.
									</xs:documentation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="TrusteeName">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Name of the trustee</xs:documentation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element name="GivenNames" type="xs:string">
											<xs:annotation>
												<xs:documentation xml:lang="en-CA">Trustee Given Names</xs:documentation>
												<xs:documentation xml:lang="fr-CA"></xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="FamilyName">
											<xs:annotation>
												<xs:documentation xml:lang="en-CA">Trustee Family or Company Name</xs:documentation>
												<xs:documentation xml:lang="fr-CA"></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="TrusteeLicense">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">License number of the trustee</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Numéro de licence du syndic</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:long">
										<xs:totalDigits value="4" />
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<xs:element name="RequestForDebtorReferral" type="xs:boolean" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">True if making a Request for an investigation under the Debtor Compliance Referral Program</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Vrai si faire une Demande d'enquête en vertu du Programme de renvoi sur la conformité des debiteurs</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="ReasonsForReferral" type="xs:string" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">If yes, provide reasons for referral</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Si oui, fournir les raisons à l'appui votre demande</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="ConflictOfInterest" type="xs:string" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Does a possible conflict of interest exist? If so, explain</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Une possibilité de conflit d'intérêt existe? Si oui, veuillez expliquer</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="IndemnityType" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">The type of indemnification: N/A, Deposit or Guarantee.</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Genre d'indemnisation : S/O, Depôt ou Garantie (Utilisez les choises suivantes)</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:enumeration value="N/A" />
										<xs:enumeration value="Deposit" />
										<xs:enumeration value="Guarantee" />
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<xs:element name="Indemnity" type="xs:string" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">This element will contain either the full string of type, name and
										amount for backwards compatibility to 1.0 or just the name of the Depositor or Guarantor and used in
										conjunction with IndemnityType and IndemnityAmount</xs:documentation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="IndemnityAmount" type="osb:Money" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">The dollar amount of the indemnity.</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Montant ou envergure de l'indemnité.</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="TaxRefundAssigned" type="xs:boolean" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Is post bankruptcy tax refund assigned to trustee? Was mandatory
										for Summary Administrations and not used for Division II Proposals.
										Deprecated: note this field is kept only for backwards compatibility with previous versions,
										do not use; it does not render on the current version of the form.
									</xs:documentation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="TrusteeAbsent" type="xs:boolean" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Was trustee absent when file was submitted?</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Syndic absent lors du dépôt du dossier ?</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="en-CA">Provide any additional information related to the form.</xs:documentation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation>
					</xs:annotation>
				</xs:element>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
</xs:schema>

<!-- XSD 1.1 with assertions and french error messages -->
<?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:xerces="http://xerces.apache.org" xmlns:xs="http://www.w3.org/2001/XMLSchema"
	elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:include schemaLocation="Globals.xsd" />
	<xs:element name="EIS">
		<xs:annotation>
			<xs:documentation xml:lang="en-CA">Estate Information Summary</xs:documentation>
			<xs:documentation xml:lang="fr-CA">Fiche de renseignements sur l'actif</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="ProceedingType">
					<xs:annotation>
						<xs:documentation xml:lang="en-CA">Type of Proceeding</xs:documentation>
						<xs:documentation xml:lang="fr-CA">Genre de procedure</xs:documentation>
					</xs:annotation>
					<xs:simpleType>
						<xs:restriction base="xs:string">
							<xs:enumeration value="Assignment" />
							<xs:enumeration value="Receiving Order" />
							<xs:enumeration value="Referal" /> <!-- Deprecated: note Referal is kept only for backwards compatibility with previous versions,
										do not use; it does not render on the current version of the form. -->
							<xs:enumeration value="Bankruptcy Order" />
							<xs:enumeration value="Proposal" />
						</xs:restriction>
					</xs:simpleType>
				</xs:element>
				<xs:element name="EstateType">
					<xs:annotation>
						<xs:documentation xml:lang="en-CA">Individual or Corporation</xs:documentation>
						<xs:documentation xml:lang="fr-CA">Personne physique or morale</xs:documentation>
					</xs:annotation>
					<xs:simpleType>
						<xs:restriction base="xs:string">
							<xs:enumeration value="Individual" />
							<xs:enumeration value="Corporation" />
						</xs:restriction>
					</xs:simpleType>
				</xs:element>
				<xs:element name="AdministrationType">
					<xs:annotation>
						<xs:documentation xml:lang="en-CA">Type of Administration: Summary, Ordinary, Division I Proposal or Division II Proposal</xs:documentation>
						<xs:documentation xml:lang="fr-CA">Genre d'administration : Faillite sommaire, Faillite ordinaire, Proposition de la section I ou Section II (proposition de consommateur)</xs:documentation>
					</xs:annotation>
					<xs:simpleType>
						<xs:restriction base="xs:string">
							<xs:enumeration value="Summary" />
							<xs:enumeration value="Ordinary" />
							<xs:enumeration value="Division I Proposal" />
							<xs:enumeration value="Division II Proposal" />
						</xs:restriction>
					</xs:simpleType>
				</xs:element>
				<xs:element name="Estate" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation xml:lang="en-CA">Information related to the bankrupt/debtor. GivenNames is mandatory for an Individual filing.</xs:documentation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:complexContent>
							<xs:extension base="osb:LegalEntity">
								<xs:sequence>
									<xs:element name="BirthDate" type="osb:Date" minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">Deprecated do not use: BirthDate has been moved to Form79bis and is kept here 
												only for backwards compatibility with previous versions, do not use; it does not render on the current version 
												of the form. [was: Date of birth (mandatory for individual)</xs:documentation>
											<xs:documentation xml:lang="fr-CA">Date de naissance (mandatoire pour une personne physique)</xs:documentation>
										</xs:annotation>
									</xs:element>
									<xs:element name="PreviousBankruptcy" type="xs:boolean"  minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">Deprecated: Note PreviousBankruptcy is kept here only for backwards 
												compatibility with previous versions, do not use; it does not render on the current version of the form. 
												[was: True if individual was previously bankrupt]</xs:documentation>
											<xs:documentation xml:lang="fr-CA">Vrai si la personne physique a une faillite précedent</xs:documentation>
										</xs:annotation>
									</xs:element>
									<xs:element name="Language" type="osb:Language">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">English (en), French (fr) or other</xs:documentation>
											<xs:documentation xml:lang="fr-CA">Anglais (en), Français (fr) or autre</xs:documentation>
										</xs:annotation>
									</xs:element>
									<xs:element name="OtherLanguage" type="xs:string" minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">Other language description</xs:documentation>
											<xs:documentation xml:lang="fr-CA">Description de l'autre langue</xs:documentation>
										</xs:annotation>
									</xs:element>
									<xs:element name="PreviousCurrentProceeding" type="xs:boolean" minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">Note: Has the debtor previously been bankrupt or made a proposal under the Bankruptcy and Insolvency Act in Canada? 
												(ie. Does this debtor have a previous and/or current BIA proceedings? 
												Mandatory for new filings. Defined as optional for backwards compatibility.</xs:documentation>
											<xs:documentation xml:lang="fr-CA"/>
										</xs:annotation>
									</xs:element>
									<xs:element name="PreviousCurrentEstateNo" type="xs:string" minOccurs="0" maxOccurs="unbounded">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">List all estate numbers for any bankruptcy order application, bankruptcy, proposal or receivership related to the debtor.
												(ie. List the previous and/or current estate numbers associated with this debtor). Mandatory if PreviousCurrentProceeding is True.</xs:documentation>
											<xs:documentation xml:lang="fr-CA"/>
										</xs:annotation>
									</xs:element>
									<xs:element name="IncomeTrust" type="xs:boolean" minOccurs="0"/>
									<xs:element name="NumberOfPreviousBankruptcies" type="xs:long" minOccurs="0">
									<xs:annotation>
										<xs:documentation xml:lang="en-CA">Deprecated: Note NumberOfPreviousBankruptcies
										    is kept here only for backwards compatibility with previous versions,
											do not use; it does not render on the current version of the form.
										</xs:documentation>
										<xs:documentation xml:lang="fr-CA"></xs:documentation>
									</xs:annotation>
									</xs:element>
									<xs:element name="Address" type="osb:Location" minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">Address of the Individual / Corporation. Must include city, country and postal code.</xs:documentation>
											<xs:documentation xml:lang="fr-CA"></xs:documentation>
										</xs:annotation>
									</xs:element>
									<xs:element name="HomePhone" type="osb:PhoneNumber" minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">Home phone number of individual</xs:documentation>
											<xs:documentation xml:lang="fr-CA"></xs:documentation>
										</xs:annotation>
									</xs:element>
									<xs:element name="WorkPhone" type="osb:PhoneNumber" minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">Work phone number of individual, contact phone number for corporation</xs:documentation>
											<xs:documentation xml:lang="fr-CA"></xs:documentation>
										</xs:annotation>
									</xs:element>
									<xs:element name="ConsumerDebtsOnly" type="xs:boolean" minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">Is this proceeding for consumer debts only?</xs:documentation>
											<xs:documentation xml:lang="fr-CA"></xs:documentation>
										</xs:annotation>
									</xs:element>
									<xs:element name="PercentDebtBusiness" type="osb:Percentage" default="0" minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">Enter percentage of debt that is business debt. Must be entered and > 0.00 if ConsumerDebtsOnly is false.</xs:documentation>
											<xs:documentation xml:lang="fr-CA"></xs:documentation>
										</xs:annotation>
									</xs:element>
									<xs:element name="NAICS" type="xs:integer" minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">If 50% or more of debt is business, provide the 6-digit NAICS code of the primary business activity.</xs:documentation>
											<xs:documentation xml:lang="fr-CA"></xs:documentation>
										</xs:annotation>
									</xs:element>
									<xs:element name="CRABusinessNumber" type="xs:string" minOccurs="0" maxOccurs="unbounded">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">Enter Business Number(s), if applicable.</xs:documentation>
											<xs:documentation xml:lang="fr-CA">Inscrire le(s) numéro(s) d'entreprise, le cas échéant.</xs:documentation>
										</xs:annotation>
									</xs:element>
									<xs:element name="AtAddressSince" type="osb:Date" minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">The debtor resides or has carried on business at the above address since this date.</xs:documentation>
											<xs:documentation xml:lang="fr-CA"></xs:documentation>
										</xs:annotation>
									</xs:element>
									<xs:element name="PriorReceivership" type="xs:boolean" minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">Deprecated do not use: PriorReceivership is kept here only for backwards compatibility with previous versions,
												do not use; it does not render on the current version of the form. [was: True if individual had a prior receivership. Mandatory for new filings. 
												Defined as optional for backwards compatibility.</xs:documentation>
											<xs:documentation xml:lang="fr-CA"/>
										</xs:annotation>
									</xs:element>
									<xs:element name="PriorReceivershipDate" type="osb:Date" minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">Deprecated do not use: PriorReceivershipDate is kept here only for backwards compatibility with previous versions,
												do not use; it does not render on the current version of the form. [was: Date of receivership prior to this proceeding?</xs:documentation>
											<xs:documentation xml:lang="fr-CA"></xs:documentation>
										</xs:annotation>
									</xs:element>
									<!-- Self-Identification Questions -->
									<xs:element name="Gender" minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">What is your gender? (Female, Male, Other, I prefer not to answer)</xs:documentation>
											<xs:documentation xml:lang="fr-CA">À quel genre vous identifiez-vous (Femme - F, Homme - M, Autre - O, Je préfère ne pas répondre - N) ?</xs:documentation>
										</xs:annotation>
										<xs:simpleType>
											<xs:restriction base="xs:string">
												<xs:enumeration value="F"/>
												<xs:enumeration value="M"/>
												<xs:enumeration value="O"/>
												<xs:enumeration value="N"/>
											</xs:restriction>
										</xs:simpleType>
									</xs:element>
									<xs:element name="LevelOfEducation" minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">Highest level of education completed by the bankrupt/debtor</xs:documentation>
											<xs:documentation xml:lang="fr-CA">Plus haut niveau d'études complété par le failli ou le débiteur</xs:documentation>
										</xs:annotation>
										<xs:complexType>
											<xs:choice>
												<xs:element name="ZeroToEightYears" type="xs:boolean" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">0-8 Years</xs:documentation>
														<xs:documentation xml:lang="fr-CA">0 à 8 années</xs:documentation>
													</xs:annotation>
												</xs:element>
												<xs:element name="SomeHighSchool" type="xs:boolean" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Some High School</xs:documentation>
														<xs:documentation xml:lang="fr-CA">études secondaires partielles</xs:documentation>
													</xs:annotation>
												</xs:element>
												<xs:element name="HighSchool" type="xs:boolean" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">High School</xs:documentation>
														<xs:documentation xml:lang="fr-CA">diplôme d'études secondaires</xs:documentation>
													</xs:annotation>
												</xs:element>
												<xs:element name="SomePostSecondary" type="xs:boolean" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Some Post Secondary</xs:documentation>
														<xs:documentation xml:lang="fr-CA">études postsecondaires partielles</xs:documentation>
													</xs:annotation>
												</xs:element>
												<xs:element name="PostSecondary" type="xs:boolean" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Post Secondary certificate or diploma</xs:documentation>
														<xs:documentation xml:lang="fr-CA">certificat ou diplôme d'études postsecondaires</xs:documentation>
													</xs:annotation>
												</xs:element>
												<xs:element name="UniversityDegree" type="xs:boolean" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">University Degree</xs:documentation>
														<xs:documentation xml:lang="fr-CA">grade universitaire</xs:documentation>
													</xs:annotation>
												</xs:element>
												<xs:element name="RefuseAnswerOrNotKnown" type="xs:boolean" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Refuses to answer or doesn't know</xs:documentation>
														<xs:documentation xml:lang="fr-CA">refuse de répondre ou ne sait pas</xs:documentation>
													</xs:annotation>
												</xs:element>
											</xs:choice>
										</xs:complexType>
									</xs:element>
									<xs:element name="IdentifyAsAboriginal" minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">Are you an Aboriginal person?</xs:documentation>
											<xs:documentation xml:lang="fr-CA">Êtes-vous Autochtone ?</xs:documentation>
										</xs:annotation>
										<xs:simpleType>
											<xs:restriction base="xs:string">
												<xs:enumeration value="Y"/>
												<xs:enumeration value="N"/>
												<xs:enumeration value="X"/>
											</xs:restriction>
										</xs:simpleType>
									</xs:element>
									<xs:element name="IdentifyAsAboriginalGroup" minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">If you wish to provide further details, please specify the group(s) to which you belong.</xs:documentation>
											<xs:documentation xml:lang="fr-CA">Si vous souhaitez fournir plus de détails, veuillez préciser le(s) groupe(s) dont vous faites partie.</xs:documentation>
										</xs:annotation>
										<xs:complexType>
											<xs:sequence>
												<xs:element name="FirstNation" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">North American Indian/First Nation</xs:documentation>
														<xs:documentation xml:lang="fr-CA">Indiens de l'Amérique du Nord/Première Nation</xs:documentation>
													</xs:annotation>
												</xs:element>
												<xs:element name="Metis" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Métis</xs:documentation>
														<xs:documentation xml:lang="fr-CA">Métis</xs:documentation>
													</xs:annotation>
												</xs:element>
												<xs:element name="Inuit" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Inuit</xs:documentation>
														<xs:documentation xml:lang="fr-CA">Inuit</xs:documentation>
													</xs:annotation>
												</xs:element>
											</xs:sequence>
										</xs:complexType>
									</xs:element>
									<xs:element name="IdentifyAsDisabled" minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">Are you a person with a disability?</xs:documentation>
											<xs:documentation xml:lang="fr-CA">Êtes-vous une personne handicapée ?</xs:documentation>
										</xs:annotation>
										<xs:simpleType>
											<xs:restriction base="xs:string">
												<xs:enumeration value="Y"/>
												<xs:enumeration value="N"/>
												<xs:enumeration value="X"/>
											</xs:restriction>
										</xs:simpleType>
									</xs:element>
									<xs:element name="Disablities" minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">If you wish to provide further details, please select the boxes that apply to you.</xs:documentation>
											<xs:documentation xml:lang="fr-CA">Si vous souhaitez fournir plus de détails, veuillez sélectionner les cases qui s'appliquent dans votre cas.</xs:documentation>
										</xs:annotation>
										<xs:complexType>
											<xs:sequence>
												<xs:element name="CoordinationOrDexterity" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Co-ordination or dexterity</xs:documentation>
														<xs:documentation xml:lang="fr-CA">Coordination ou dextérité</xs:documentation>
													</xs:annotation>
												</xs:element>
												<xs:element name="Mobility" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Mobility</xs:documentation>
														<xs:documentation xml:lang="fr-CA">Mobilité</xs:documentation>
													</xs:annotation>
												</xs:element>
												<xs:element name="VisuallyImpairment" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Blind or visual impairment</xs:documentation>
														<xs:documentation xml:lang="fr-CA">Cécité ou malvoyance</xs:documentation>
													</xs:annotation>
												</xs:element>
												<xs:element name="AuditoryImpairment" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Deaf or hard of hearing</xs:documentation>
														<xs:documentation xml:lang="fr-CA">Surdité ou malentendance</xs:documentation>
													</xs:annotation>
												</xs:element>
												<xs:element name="SpeechImpairment" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Speech impairment</xs:documentation>
														<xs:documentation xml:lang="fr-CA">Élocution</xs:documentation>
													</xs:annotation>
												</xs:element>
												<xs:element name="OtherDisability" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Other disability (including learning disabilities, developmental disabilities and all other types of disabilities)(Please specify)</xs:documentation>
														<xs:documentation xml:lang="fr-CA">Autre handicap (difficultés d'apprentissage ou de développement et tout autre type de handicap)</xs:documentation>
													</xs:annotation>
													<xs:simpleType>
														<xs:restriction base="xs:string">
															<xs:minLength value="5"/>
														</xs:restriction>
													</xs:simpleType>
												</xs:element>
											</xs:sequence>
										</xs:complexType>
									</xs:element>
									<xs:element name="IdentifyAsVisibleMinority" minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">Are you a member of a visible minority group?</xs:documentation>
											<xs:documentation xml:lang="fr-CA">Êtes-vous membre d'une minorité visible ?</xs:documentation>
										</xs:annotation>
										<xs:simpleType>
											<xs:restriction base="xs:string">
												<xs:enumeration value="Y"/>
												<xs:enumeration value="N"/>
												<xs:enumeration value="X"/>
											</xs:restriction>
										</xs:simpleType>
									</xs:element>
									<xs:element name="VisibleMinorityGroup" minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">If you wish to provide further details, please select the box(es) that best describes your origin.</xs:documentation>
											<xs:documentation xml:lang="fr-CA">Si vous souhaitez fournir plus de détails, veuillez sélectionner les cases qui indiquent le mieux votre origine.</xs:documentation>
										</xs:annotation>
										<xs:complexType>
											<xs:sequence>
												<xs:element name="Black" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Black</xs:documentation>
														<xs:documentation xml:lang="fr-CA">Noir</xs:documentation>
													</xs:annotation>
												</xs:element>
												<xs:element name="Chinese" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Chinese</xs:documentation>
														<xs:documentation xml:lang="fr-CA">Chinois</xs:documentation>
													</xs:annotation>
												</xs:element>
												<xs:element name="Filipino" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Filipino</xs:documentation>
														<xs:documentation xml:lang="fr-CA">Philippin</xs:documentation>
													</xs:annotation>
												</xs:element>
												<xs:element name="Japanese" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Japanese</xs:documentation>
														<xs:documentation xml:lang="fr-CA">Japonais</xs:documentation>
													</xs:annotation>
												</xs:element>
												<xs:element name="Korean" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Korean</xs:documentation>
														<xs:documentation xml:lang="fr-CA">Coréen</xs:documentation>
													</xs:annotation>
												</xs:element>
												<xs:element name="SouthAsian" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">South Asian/East Indian</xs:documentation>
														<xs:documentation xml:lang="fr-CA">Asiatique du Sud/Indien de l'Est</xs:documentation>
													</xs:annotation>
												</xs:element>
												<xs:element name="SoutheastAsian" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Southeast Asian</xs:documentation>
														<xs:documentation xml:lang="fr-CA">Asiatique du Sud-Est</xs:documentation>
													</xs:annotation>
												</xs:element>
												<xs:element name="WestAsianNorthAfricanOrArab" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Non-White West Asian, North African or Arab</xs:documentation>
														<xs:documentation xml:lang="fr-CA">Asiatique de l'Asie occidentale, Nord-Africain ou Arabe non blanc</xs:documentation>
													</xs:annotation>
												</xs:element>
												<xs:element name="LatinAmerican" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Non-White Latin American</xs:documentation>
														<xs:documentation xml:lang="fr-CA">Latino-Américain non blanc</xs:documentation>
													</xs:annotation>
												</xs:element>
												<xs:element name="MixedOrigin" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Person of Mixed Origin</xs:documentation>
														<xs:documentation xml:lang="fr-CA">Personnes d'origine mixte</xs:documentation>
													</xs:annotation>
												</xs:element>
												<xs:element name="OtherGroup" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Other Visible Minority Group (Please specify)</xs:documentation>
														<xs:documentation xml:lang="fr-CA">Si vous faites partie d'un groupe de minorité visible qui n'est pas mentionné ci-dessus, veuillez le préciser, veuillez les préciser</xs:documentation>
													</xs:annotation>
													<xs:simpleType>
														<xs:restriction base="xs:string">
															<xs:minLength value="5"/>
														</xs:restriction>
													</xs:simpleType>
												</xs:element>
											</xs:sequence>
										</xs:complexType>
									</xs:element>
									<xs:element name="SignedAt" type="osb:Signing" minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">Indicate date of signature of the debtor has given consent to disclose their personal information, otherwise leave blank.</xs:documentation>
											<xs:documentation xml:lang="fr-CA">Indiquer la date de signature du débiteur a donné son consentement à la divulgation de ses informations personnelles, sinon laisser en blanc.</xs:documentation>
										</xs:annotation>
									</xs:element>
									<!-- End of Self-Identification Questions -->
									<xs:element name="Email" minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en-CA">Email Address</xs:documentation>
											<xs:documentation xml:lang="fr-CA">Adresse électronique (courriel)</xs:documentation>
										</xs:annotation>
										<xs:simpleType>
											<xs:restriction base="xs:string">
												<xs:minLength value="1"/>
											</xs:restriction>
										</xs:simpleType>
									</xs:element>
								</xs:sequence>
							</xs:extension>
						</xs:complexContent>
					</xs:complexType>
				</xs:element>
				<xs:element name="Address" type="osb:Location" minOccurs="0">
					<xs:annotation>
						<xs:documentation xml:lang="en-CA">Deprecated do not use: Address is kept only for backwards compatibility with previous versions,
							do not use; it does not render on the current version of the form. [was: Address of the Individual / Corporation. Must include city, country and postal code.]</xs:documentation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="HomePhone" type="osb:PhoneNumber" minOccurs="0">
					<xs:annotation>
						<xs:documentation xml:lang="en-CA">Deprecated do not use: Address is kept here only for backwards compatibility with previous versions,
							do not use; it does not render on the current version of the form. [was: Home phone number of individual]</xs:documentation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="WorkPhone" type="osb:PhoneNumber" minOccurs="0">
					<xs:annotation>
						<xs:documentation xml:lang="en-CA">Deprecated do not use: Address is kept only for backwards compatibility with previous versions,
							do not use; it does not render on the current version of the form. [was: Work phone number of individual, contact phone number for corporation]</xs:documentation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="ConsumerDebtsOnly" type="xs:boolean" minOccurs="0">
					<xs:annotation>
						<xs:documentation xml:lang="en-CA">Deprecated do not use: ConsumerDebtsOnly is kept here only for backwards compatibility with previous versions,
							do not use; it does not render on the current version of the form. [was: Is this proceeding for consumer debts only?]</xs:documentation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="PercentDebtBusiness" type="osb:Percentage" default="0" minOccurs="0">
					<xs:annotation>
						<xs:documentation xml:lang="en-CA">Deprecated do not use: PercentDebtBusiness is kept here only for backwards compatibility with previous versions,
							do not use; it does not render on the current version of the form. [was: Enter percentage of debt that is business debt. Must be entered and > 0.00 if ConsumerDebtsOnly is false.]</xs:documentation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="AtAddressSince" type="osb:Date" minOccurs="0">
					<xs:annotation>
						<xs:documentation xml:lang="en-CA">Deprecated do not use: AtAddressSince is kept here only for backwards compatibility with previous versions,
							do not use; it does not render on the current version of the form. [was: The debtor resides or has carried on business at the above address since this date.]</xs:documentation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="PriorReceivershipDate" type="osb:Date" minOccurs="0">
					<xs:annotation>
						<xs:documentation xml:lang="en-CA">Deprecated do not use: PriorReceivershipDate is kept here only for backwards compatibility with previous versions,
							do not use; it does not render on the current version of the form. [was: Receivership prior to this proceeding?]</xs:documentation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="IsGuarantor" type="xs:boolean">
					<xs:annotation>
						<xs:documentation xml:lang="en-CA">Has the debtor guaranteed the debts of another person?</xs:documentation>
						<xs:documentation xml:lang="fr-CA">Le débiteur a-t-il garanti les dettes d'une autre personne ?</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="GuaranteedDebt" minOccurs="0" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation xml:lang="en-CA">Complete if debtor has guaranteed the debts of another person</xs:documentation>
						<xs:documentation xml:lang="fr-CA">Compléter ce qui suit si les dettes d'une autre personne sont garanties par le débiteur</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="TypeOfDebt">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Consumer debts, business debts or other debts</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Dettes de consommation, dettes d'affaires, ou autre dettes</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:enumeration value="Consumer" />
										<xs:enumeration value="Business" />
										<xs:enumeration value="Other" />
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<xs:element name="OtherDebtDescription" type="xs:string" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Description for debts of type "other"</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Description des dettes de type autres (other)</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="GuaranteedDebtor">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Name of person whose debts are guaranteed</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Nom de la personne dont les dettes sont garanties</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:minLength value="1" />
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<xs:element name="AmountGuaranteed" type="osb:Money">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Amount guaranteed</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Montant garanti</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="NameOfBusiness" type="xs:string" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Name of business, if business debt</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Nom de l'entreprise s'il s'agit de dettes d'affaires</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="DebtorBankrupt" type="xs:boolean">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Is the guaranteed debtor bankrupt?</xs:documentation>
									<xs:documentation xml:lang="fr-CA">La personne est-elle en faillite ?</xs:documentation>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
				<xs:element name="Business" minOccurs="0" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation xml:lang="en-CA">Deprecated do not use: The Business section has been moved to Form79bis, this section 
							is kept here only for backwards compatibility with previous versions; it does not render on the current version of the form.
							[was: Complete if the debtor was previously or is presently in business]</xs:documentation>
						<xs:documentation xml:lang="fr-CA">Compléter ce qui suit si le débiteur exploite ou a déjà exploité un commerce</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="TradeName">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Deprecated do not use [was: Trade name of business if different than estate name.]</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Raison sociale si différente du nom de l'actif</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:minLength value="1" />
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<xs:element name="PlaceOfBusiness" type="osb:Location">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Deprecated do not use [was: Address of the business]</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Place d'affaires</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="NatureOfBusiness">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Deprecated do not use [was: Nature of the business]</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Genre d'entreprise</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:minLength value="1" />
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<xs:element name="TypeOfBusiness">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Deprecated do not use [was: Corporation, partnership, or sole proprietorship]</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Personne morale, société ou propriétaire unique, précisez</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:enumeration value="Corporation" />
										<xs:enumeration value="Partnership" />
										<xs:enumeration value="Sole Proprietorship" />
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<xs:element name="Partners" minOccurs="0" maxOccurs="unbounded">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Deprecated do not use [was: Names of business partners.]</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Nom des associés s'il s'agit d'une société</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element name="GivenNames" type="xs:string">
											<xs:annotation>
												<xs:documentation xml:lang="en-CA">Deprecated do not use [was: Partner Given Names]</xs:documentation>
												<xs:documentation xml:lang="fr-CA"></xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="FamilyName">
											<xs:annotation>
												<xs:documentation xml:lang="en-CA">Deprecated do not use [was: Partner Family or Company Name]</xs:documentation>
												<xs:documentation xml:lang="fr-CA"></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="MaxEmployeesBusiness" type="xs:long" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Deprecated do not use [was: During the past 12 months, 
										what was the maximum number of employees that you employed?]</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Au cours des 12 derniers mois, quel est le nombre maximal d'employé que vous avez employé ?</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="PeriodOperationBusiness" type="xs:long" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Deprecated do not use [was: How long (in months) have 
										you been in operation under this current legal name?]</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Depuis combien de temps êtes-vous en opération sous ce nom légal ?</xs:documentation>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
				<xs:element name="Corporation" minOccurs="0">
					<xs:annotation>
						<xs:documentation xml:lang="en-CA">Mandatory if the debtor is a corporation, including an Income Trust</xs:documentation>
						<xs:documentation xml:lang="fr-CA">Obligatoire si la débitrice est une personne morale, y compris une fiducie de revenu</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="PubliclyTraded" type="xs:boolean">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Are the shares of the corporation publicly traded?</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Les actions ou les unités de la personne morale sont-elles disponibles au public ?</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="FederalCharterNumber" type="xs:string" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Deprecated do not use: FederalCharterNumber is kept here only for backwards compatibility with previous versions,
										do not use; it does not render on the current version of the form. [was: Provide Federal Charter Number if applicable]</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Veuillez indiquer le numéro de charte fédérale le cas échéant</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="CorporationTradeName" type="xs:string" minOccurs="0" maxOccurs="unbounded">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Trade name(s) of the corporation (if different from the estate name)</xs:documentation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="PlaceOfBusiness" type="osb:Location" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Place of business (if different from the estate address)</xs:documentation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="PrimaryBusinessActivity" type="xs:string" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Primary business activity of the corporation Note: Mandatory, this field is marked as optional 
										solely for backwards compatibility with earlier versions of the EIS schema, but it is now required for all Corporations.</xs:documentation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="CorporateOfficer" maxOccurs="unbounded">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Names of the corporate officers</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Nom des dirigeants de la personne morale</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element name="GivenNames" type="xs:string">
											<xs:annotation>
												<xs:documentation xml:lang="en-CA">Officer Given Names</xs:documentation>
												<xs:documentation xml:lang="fr-CA"></xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="FamilyName">
											<xs:annotation>
												<xs:documentation xml:lang="en-CA">Officer Family Name</xs:documentation>
												<xs:documentation xml:lang="fr-CA"></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="PersonToBeExamined">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Name of person to be examined pursuant to section 132</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Nom de la personne à interroger</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:complexContent>
										<xs:extension base="osb:Individual">
											<xs:sequence>
												<xs:element name="Title">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Title of person to be examined.</xs:documentation>
														<xs:documentation xml:lang="fr-CA">Titre de la personne à interroger.</xs:documentation>
													</xs:annotation>
													<xs:simpleType>
														<xs:restriction base="xs:string">
															<xs:enumeration value="President" />
															<xs:enumeration value="Vice-President" />
															<xs:enumeration value="Secretary" />
															<xs:enumeration value="Treasurer" />
															<xs:enumeration value="Secretary-Treasurer" />
															<xs:enumeration value="Officer of the Bankrupt Corporation" />
															<xs:enumeration value="Other" />
														</xs:restriction>
													</xs:simpleType>
												</xs:element>
												<xs:element name="TelephoneNum" type="osb:PhoneNumber" minOccurs="0">
													<xs:annotation>
														<xs:documentation xml:lang="en-CA">Phone number of person to be examined.</xs:documentation>
														<xs:documentation xml:lang="fr-CA">Numero de téléphone de la personne à interroger.</xs:documentation>
													</xs:annotation>
												</xs:element>
											</xs:sequence>
										</xs:extension>
									</xs:complexContent>
								</xs:complexType>
							</xs:element>
							<xs:element name="Address" type="osb:Location">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Address of the person to be examined</xs:documentation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="Language">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">English (en), French (fr) or other.</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Langue : Anglais (en), Français (fr) ou Autre (other).</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="osb:Language" />
								</xs:simpleType>
							</xs:element>
							<xs:element name="OtherLanguage" type="xs:string" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Other language description</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Description d'une autre langue (other)</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="MaxEmployeesCorp" type="xs:long" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">During the past 12 months, what was the maximum number of employees that you employed?</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Au cours des 12 derniers mois, quel est le nombre maximal d'employé que vous avez employé ?</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="PeriodOperationCorp" type="xs:long" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">How long (in months) have you been in operation under this current legal name?</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Depuis combien de temps (en mois) êtes-vous en opération sous ce nom légal ?</xs:documentation>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
				<xs:element name="ProposalTerms" minOccurs="0">
					<xs:annotation>
						<xs:documentation xml:lang="en-CA">To be completed when filing a Consumer Proposal or Amended Consumer Proposal. Mandatory for Division II Proposals.</xs:documentation>
						<xs:documentation xml:lang="fr-CA">Termes de la proposition de consommateur. Mandatoire pour une proposition de consommateur.</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="ProposalTermA" minOccurs="0" maxOccurs="unbounded">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Term A consists of a defined number of payments of a specified amount.  
										Note: this field is now repeating to allow specification of multiple repeating payments, including lump sums.</xs:documentation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element name="NumberOfPayments" type="xs:integer">
											<xs:annotation>
												<xs:documentation xml:lang="en-CA">The number of payments to be made over the length of the term.</xs:documentation>
												<xs:documentation xml:lang="fr-CA"></xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="PaymentAmount" type="osb:Money">
											<xs:annotation>
												<xs:documentation xml:lang="en-CA">The amount of money of each payment.</xs:documentation>
												<xs:documentation xml:lang="fr-CA"></xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="TotalAmount" type="osb:Money">
											<xs:annotation>
												<xs:documentation xml:lang="en-CA">The total amount paid out after all payments have been made.</xs:documentation>
												<xs:documentation xml:lang="fr-CA"></xs:documentation>
											</xs:annotation>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="GrandTotalAmount" type="osb:Money" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Note: This field is optional to maintain backwards compatibility with the older version 
										of the EIS, but it will be mandatory for Consumer proposal terms moving forward. This field is sum of all  thethe total \
										amounts paid out after all payments have been made.</xs:documentation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="ProposalTermB" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Deprecated do not use: Use a single instance of ProposalTermA to specify a lump sum payment.
										This field is kept here only for backwards compatibility with previous versions, do not use; it does not render on the 
										current version of the form. [was: Term B consists of a lump sum payment.]</xs:documentation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element name="LumpSumAmount" type="osb:Money">
											<xs:annotation>
												<xs:documentation xml:lang="en-CA">Deprecated do not use: Use a single instance of ProposalTermA to specify a lump sum payment.
													This field is kept here only for backwards compatibility with previous versions, do not use; it does not render on the 
													current version of the form. [The amount of money paid as a lump sum.]</xs:documentation>
												<xs:documentation xml:lang="fr-CA"></xs:documentation>
											</xs:annotation>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="ProposalTermC" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Deprecated do not use: Use a single instance of ProposalTermA to specify a lump sum payment 
										followed by a repeating instance of ProposalTermA for the additional defined number of payments of a specific amount.
										This field is kept here only for backwards compatibility with previous versions, do not use; it does not render on the 
										current version of the form. [was: Term C consists of a lump sum payment PLUS a defined number of payments of a specified amount.</xs:documentation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element name="LumpSumAmount" type="osb:Money">
											<xs:annotation>
												<xs:documentation xml:lang="en-CA">Deprecated do not use: Use a single instance of ProposalTermA to specify a lump sum payment.
													This field is kept here only for backwards compatibility with previous versions, do not use; it does not render on the 
													current version of the form. [was: The amount of money paid as a lump sum.]</xs:documentation>
												<xs:documentation xml:lang="fr-CA"></xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="NumberOfPayments" type="xs:integer">
											<xs:annotation>
												<xs:documentation xml:lang="en-CA">Deprecated do not use: Use a repeating instance of ProposalTermA for the additional defined number of payments.
													This field is kept here only for backwards compatibility with previous versions, do not use; it does not render on the 
													current version of the form. [was: The number of payments to be made over the length of the term.]</xs:documentation>
												<xs:documentation xml:lang="fr-CA"></xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="PaymentAmount" type="osb:Money">
											<xs:annotation>
												<xs:documentation xml:lang="en-CA">Deprecated do not use: Use a repeating instance of ProposalTermA for the additional defined number of payments.
													This field is kept here only for backwards compatibility with previous versions, do not use; it does not render on the 
													current version of the form. [was: The amount of money of each payment.]</xs:documentation>
												<xs:documentation xml:lang="fr-CA"></xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="TotalAmount" type="osb:Money">
											<xs:annotation>
												<xs:documentation xml:lang="en-CA">Deprecated do not use: Use a single instance of ProposalTermA to specify a lump sum payment 
													followed by a repeating instance of ProposalTermA for the additional defined number of payments of a specific amount.
													This field is kept here only for backwards compatibility with previous versions, do not use; it does not render on the 
													current version of the form. [was: The total amount paid out after all payments have been made.]
												</xs:documentation>
												<xs:documentation xml:lang="fr-CA"></xs:documentation>
											</xs:annotation>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="OtherProposalTermDescription" type="xs:string" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Note: Monetary amounts must be specified using ProposalTermA above.  Use this field only for describing other non-monetary terms. 
										[was: Term D: If the proposal terms do not follow one of the above terms, enter the description of the terms here.]</xs:documentation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="PlannedProposalCompletionDate" type="osb:Date">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">The anticipated completion date of the Consumer Proposal.</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Date prévue pour l'exécution intégrale de la proposition de consommateur.</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="PrincipalMortgageAmount" type="osb:Money" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Amount outstanding on mortgage on principal residence.</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Solde dû sur l'hypothèque sur la résidence principale</xs:documentation>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
				<xs:element name="TrusteeStatement">
					<xs:annotation>
						<xs:documentation xml:lang="en-CA">Detailed Trustee information, indemnification and creditor meeting information.</xs:documentation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="CreditorsMeeting" type="osb:Event" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Creditors meeting suggested time and place. Mandatory for Ordinary
										Administrations (Corporation only) and Division I Proposals.</xs:documentation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="VirtualMeetingDetails"  minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">Insert details of electronic or digital means of communication, 
										e.g., teleconference number, etc. If populated these fields will replace the corresponding fields of the physical address.</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element name="DetailsLine1" minOccurs="0">
											<xs:annotation>
												<xs:documentation xml:lang="en-CA">Equivalent of Building field</xs:documentation>
												<xs:documentation xml:lang="fr-CA"/>
											</xs:annotation>
											<xs:simpleType>
												<xs:restriction base="xs:string">
													<xs:minLength value="1"/>
													<xs:maxLength value="90"/>
												</xs:restriction>
											</xs:simpleType>
										</xs:element>
										<xs:element name="DetailsLine2" minOccurs="0">
											<xs:annotation>
												<xs:documentation xml:lang="en-CA">Equivalent of Street field</xs:documentation>
												<xs:documentation xml:lang="fr-CA"/>
											</xs:annotation>
											<xs:simpleType>
												<xs:restriction base="xs:string">
													<xs:minLength value="1"/>
													<xs:maxLength value="200"/>
												</xs:restriction>
											</xs:simpleType>
										</xs:element>
										<xs:element name="DetailsLine3" minOccurs="0">
											<xs:annotation>
												<xs:documentation xml:lang="en-CA">Equivalent of City field</xs:documentation>
												<xs:documentation xml:lang="fr-CA"/>
											</xs:annotation>
											<xs:simpleType>
												<xs:restriction base="xs:string">
													<xs:minLength value="1"/>
													<xs:maxLength value="70"/>
												</xs:restriction>
											</xs:simpleType>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="ExaminationRequested" type="xs:boolean" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Is a section 161 examination requested?
										Deprecated: note this field is kept only for backwards compatibility with previous versions,
										do not use; it does not render on the current version of the form.
									</xs:documentation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="TrusteeComments" type="xs:string" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Comments by the trustee
										Deprecated: note this field is kept only for backwards compatibility with previous versions,
										do not use; it does not render on the current version of the form.
									</xs:documentation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="TrusteeName">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Name of the trustee</xs:documentation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element name="GivenNames" type="xs:string">
											<xs:annotation>
												<xs:documentation xml:lang="en-CA">Trustee Given Names</xs:documentation>
												<xs:documentation xml:lang="fr-CA"></xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="FamilyName">
											<xs:annotation>
												<xs:documentation xml:lang="en-CA">Trustee Family or Company Name</xs:documentation>
												<xs:documentation xml:lang="fr-CA"></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="TrusteeLicense">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">License number of the trustee</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Numéro de licence du syndic</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:long">
										<xs:totalDigits value="4" />
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<xs:element name="RequestForDebtorReferral" type="xs:boolean" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">True if making a Request for an investigation under the Debtor Compliance Referral Program</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Vrai si faire une Demande d'enquête en vertu du Programme de renvoi sur la conformité des debiteurs</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="ReasonsForReferral" type="xs:string" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">If yes, provide reasons for referral</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Si oui, fournir les raisons à l'appui votre demande</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="ConflictOfInterest" type="xs:string" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Does a possible conflict of interest exist? If so, explain</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Une possibilité de conflit d'intérêt existe? Si oui, veuillez expliquer</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="IndemnityType" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">The type of indemnification: N/A, Deposit or Guarantee.</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Genre d'indemnisation : S/O, Depôt ou Garantie (Utilisez les choises suivantes)</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:enumeration value="N/A" />
										<xs:enumeration value="Deposit" />
										<xs:enumeration value="Guarantee" />
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<xs:element name="Indemnity" type="xs:string" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">This element will contain either the full string of type, name and
										amount for backwards compatibility to 1.0 or just the name of the Depositor or Guarantor and used in
										conjunction with IndemnityType and IndemnityAmount</xs:documentation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="IndemnityAmount" type="osb:Money" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">The dollar amount of the indemnity.</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Montant ou envergure de l'indemnité.</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="TaxRefundAssigned" type="xs:boolean" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Is post bankruptcy tax refund assigned to trustee? Was mandatory
										for Summary Administrations and not used for Division II Proposals.
										Deprecated: note this field is kept only for backwards compatibility with previous versions,
										do not use; it does not render on the current version of the form.
									</xs:documentation>
									<xs:documentation xml:lang="fr-CA"></xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="TrusteeAbsent" type="xs:boolean" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en-CA">Was trustee absent when file was submitted?</xs:documentation>
									<xs:documentation xml:lang="fr-CA">Syndic absent lors du dépôt du dossier ?</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="en-CA">Provide any additional information related to the form.</xs:documentation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation>
					</xs:annotation>
				</xs:element>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
</xs:schema>
