<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- edited with XMLSPY v2004 rel. 2 U (http://www.xmlspy.com) by Dean Farwell (Allstream IT Services) -->
<!-- edited with XML Spy v4.4 U (http://www.xmlspy.com) by Dean Farwell (Montage) -->
<xs:schema targetNamespace="http://www.osb.gc.ca/eFiling" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:osb="http://www.osb.gc.ca/eFiling" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:include schemaLocation="Globals.xsd"/>
	<xs:element name="EIS">
		<xs:annotation>
			<xs:documentation>Estate Information Summary</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="ProceedingType">
					<xs:annotation>
						<xs:documentation>Type of Proceeding</xs:documentation>
					</xs:annotation>
					<xs:simpleType>
						<xs:restriction base="xs:string">
							<xs:enumeration value="Assignment"/>
							<xs:enumeration value="Receiving Order"/>
							<xs:enumeration value="Referal"/>
							<xs:enumeration value="Bankruptcy Order"/>
							<xs:enumeration value="Proposal"/>
						</xs:restriction>
					</xs:simpleType>
				</xs:element>
				<xs:element name="EstateType">
					<xs:annotation>
						<xs:documentation>Individual or Corporation</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>Type of Administration: Summary, Ordinary, Division I Proposal or Division II Proposal</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>Information related to the bankrupt/debtor.  GivenNames is mandatory for an Individual filing.  Maximum 1 estate for Ordinary Administrations and Division I Proposals.</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>Date of birth (mandatory for individual)</xs:documentation>
										</xs:annotation>
									</xs:element>
									<xs:element name="PreviousBankruptcy" type="xs:boolean">
										<xs:annotation>
											<xs:documentation>True if individual was previously bankrupt</xs:documentation>
										</xs:annotation>
									</xs:element>
									<xs:element name="Language" type="osb:Language">
										<xs:annotation>
											<xs:documentation>English (en), French (fr) or other.</xs:documentation>
										</xs:annotation>
									</xs:element>
									<xs:element name="OtherLanguage" type="xs:string" minOccurs="0">
										<xs:annotation>
											<xs:documentation>Other language description</xs:documentation>
										</xs:annotation>
									</xs:element>
									<xs:element name="PreviousCurrentProceeding" type="xs:boolean" minOccurs="0">
										<xs:annotation>
											<xs:documentation>Does this debtor have a previous and/or current BIA proceedings? Mandatory for new filings. Defined as optional for backwards compatibility.</xs:documentation>
										</xs:annotation>
									</xs:element>
									<xs:element name="PreviousCurrentEstateNo" type="xs:string" minOccurs="0" maxOccurs="unbounded">
										<xs:annotation>
											<xs:documentation>List the previous and/or current estate numbers associated with this debtor. Mandatory if PreviousCurrentProceeding is True.</xs:documentation>
										</xs:annotation>
									</xs:element>
									<xs:element name="PriorReceivership" type="xs:boolean" minOccurs="0">
										<xs:annotation>
											<xs:documentation>True if individual had a prior receivership. Mandatory for new filings. Defined as optional for backwards compatibility.</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>Address of the Individual / Corporation. Must include city, country and postal code.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="HomePhone" type="osb:PhoneNumber" minOccurs="0">
					<xs:annotation>
						<xs:documentation>Home phone number of individual</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="WorkPhone" type="osb:PhoneNumber" minOccurs="0">
					<xs:annotation>
						<xs:documentation>Work phone number of individual, contact phone number for corporation</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="ConsumerDebtsOnly" type="xs:boolean">
					<xs:annotation>
						<xs:documentation>Is this proceeding for consumer debts only?</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="PercentDebtBusiness" type="osb:Percentage" default="0" minOccurs="0">
					<xs:annotation>
						<xs:documentation>Enter percentage of debt that is business debt.  Must be entered and > 0.00 if ConsumerDebtsOnly is false.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="AtAddressSince" type="osb:Date">
					<xs:annotation>
						<xs:documentation>The debtor resides or has carried on business at the above address since this date.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="PriorReceivershipDate" type="osb:Date" minOccurs="0">
					<xs:annotation>
						<xs:documentation>Receivership prior to this proceeding?</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="IsGuarantor" type="xs:boolean">
					<xs:annotation>
						<xs:documentation>Has the debtor guaranteed the debts of another person?</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="GuaranteedDebt" minOccurs="0" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation>Complete if debtor has guaranteed the debts of another person</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="TypeOfDebt">
								<xs:annotation>
									<xs:documentation>Consumer, business or other</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>Description for debts of type "other"</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="GuaranteedDebtor">
								<xs:annotation>
									<xs:documentation>Name of person whose debts are guaranteed</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>Amount guaranteed</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="NameOfBusiness" type="xs:string" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Name of business, if business debt</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="DebtorBankrupt" type="xs:boolean">
								<xs:annotation>
									<xs:documentation>Is the guaranteed debtor bankrupt?</xs:documentation>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
				<xs:element name="Business" minOccurs="0" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation>Complete if the debtor was previously or is presently in business</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="TradeName">
								<xs:annotation>
									<xs:documentation>Trade name of business if different than estate name.</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>Address of the business</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="NatureOfBusiness">
								<xs:annotation>
									<xs:documentation>Nature of the business</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>Corporation, partnership, or sole proprietorship</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>Names of business partners.</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element name="GivenNames" type="xs:string">
											<xs:annotation>
												<xs:documentation>Partner Given Names</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="FamilyName">
											<xs:annotation>
												<xs:documentation>Partner Family or Company Name</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:sequence>
					</xs:complexType>
				</xs:element>
				<xs:element name="Corporation" minOccurs="0">
					<xs:annotation>
						<xs:documentation>Mandatory if the debtor is a corporation</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="PubliclyTraded" type="xs:boolean">
								<xs:annotation>
									<xs:documentation>Are the shares of the corporation publicly traded?</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="FederalCharterNumber" type="xs:string" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Complete in the case of a federal charter</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="CorporateOfficer" maxOccurs="unbounded">
								<xs:annotation>
									<xs:documentation>Names of the corporate officers</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element name="GivenNames" type="xs:string">
											<xs:annotation>
												<xs:documentation>Officer Given Names</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="FamilyName">
											<xs:annotation>
												<xs:documentation>Officer Family Name</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>Name of person to be examined pursuant to section 132</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:complexContent>
										<xs:extension base="osb:Individual">
											<xs:sequence>
												<xs:element name="Title">
													<xs:annotation>
														<xs:documentation>Title of person to be examined.</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>Phone number of person to be examined.</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>Address of the corporation</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="Language">
								<xs:annotation>
									<xs:documentation>English (en), French (fr) or 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>Other language description</xs:documentation>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
				<xs:element name="ProposalTerms" minOccurs="0">
					<xs:annotation>
						<xs:documentation>The specific terms of the Consumer Proposal.  Choose one ONLY of A, B, C or Other(D).  Mandatory for Division II Proposals</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="ProposalTermA" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Term A consists of a defined number of payments of a specified amount.</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element name="NumberOfPayments" type="xs:integer">
											<xs:annotation>
												<xs:documentation>The number of payments to be made over the length of the term.</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="PaymentAmount" type="osb:Money">
											<xs:annotation>
												<xs:documentation>The amount of money of each payment.</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="TotalAmount" type="osb:Money">
											<xs:annotation>
												<xs:documentation>The total amount paid out after all payments have been made.</xs:documentation>
											</xs:annotation>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="ProposalTermB" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Term B consists of a lump sum payment.</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element name="LumpSumAmount" type="osb:Money">
											<xs:annotation>
												<xs:documentation>The amount of money paid as a lump sum.</xs:documentation>
											</xs:annotation>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="ProposalTermC" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Term C consists of a lump sum payment PLUS a defined number of payments of a specified amount.</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element name="LumpSumAmount" type="osb:Money">
											<xs:annotation>
												<xs:documentation>The amount of money paid as a lump sum.</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="NumberOfPayments" type="xs:integer">
											<xs:annotation>
												<xs:documentation>The number of payments to be made over the length of the term.</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="PaymentAmount" type="osb:Money">
											<xs:annotation>
												<xs:documentation>The amount of money of each payment.</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="TotalAmount" type="osb:Money">
											<xs:annotation>
												<xs:documentation>The total amount paid out after all payments have been made.</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>Term D: If the proposal terms do not follow one of the above terms, enter the description of the terms here.</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="PlannedProposalCompletionDate" type="osb:Date">
								<xs:annotation>
									<xs:documentation>The anticipated completion date of the Consumer Proposal.</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="PrincipalMortgageAmount" type="osb:Money" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Amount outstanding on mortgage on principal residence.</xs:documentation>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
				<xs:element name="TrusteeStatement">
					<xs:annotation>
						<xs:documentation>Detailed Trustee information, indemnification and creditor meeting information.</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="CreditorsMeeting" type="osb:Event" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Creditors meeting suggested time and place.  Mandatory for Ordinary Administrations (Corporation only) and Division I Proposals.</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="ExaminationRequested" type="xs:boolean">
								<xs:annotation>
									<xs:documentation>Is a section 161 examination requested?</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="TrusteeComments" type="xs:string" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Comments by the trustee</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="TrusteeName">
								<xs:annotation>
									<xs:documentation>Name of the trustee</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element name="GivenNames" type="xs:string">
											<xs:annotation>
												<xs:documentation>Trustee Given Names</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="FamilyName">
											<xs:annotation>
												<xs:documentation>Trustee Family or Company Name</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>License number of the trustee</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:long">
										<xs:totalDigits value="4"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<xs:element name="ConflictOfInterest" type="xs:string" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Does a possible conflict of interest exist? If so, explain</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="IndemnityType" minOccurs="0">
								<xs:annotation>
									<xs:documentation>The type of indemnification: N/A, Deposit or Guarantee.</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>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:annotation>
							</xs:element>
							<xs:element name="IndemnityAmount" type="osb:Money" minOccurs="0">
								<xs:annotation>
									<xs:documentation>The dollar amount of the indemnity.</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="TaxRefundAssigned" type="xs:boolean" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Is post bankruptcy tax refund assigned to trustee? Mandatory for Summary Administrations, do not use for Division II Proposals.</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="TrusteeAbsent" type="xs:boolean" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Was trustee absent when file was submitted?</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>Provide any additional information related to the form.</xs:documentation>
					</xs:annotation>
				</xs:element>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
</xs:schema>
