<?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="Form14">
		<xs:annotation>
			<xs:documentation>Administrator's Statement of Receipts and Disbursements
(Consumer Proposal)
(Rule 98)</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="SRDType">
					<xs:annotation>
						<xs:documentation>Identify the type of submission: Final, Amended or Interim</xs:documentation>
					</xs:annotation>
					<xs:simpleType>
						<xs:restriction base="xs:string">
							<xs:enumeration value="Final"/>
							<xs:enumeration value="Amended"/>
							<xs:enumeration value="Interim"/>
						</xs:restriction>
					</xs:simpleType>
				</xs:element>
				<xs:element name="Receipts" minOccurs="0" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation>An itemized list of receipts.</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="Description">
								<xs:annotation>
									<xs:documentation> Eg.: Cash, Realization of assets, miscellaneous...</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:minLength value="1"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<xs:element name="Receipt" type="osb:DescriptionAmount" maxOccurs="unbounded">
								<xs:annotation>
									<xs:documentation>Itemize the receipts</xs:documentation>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
						<xs:attribute name="num" type="xs:positiveInteger" use="required"/>
					</xs:complexType>
				</xs:element>
				<xs:element name="TrustClaims" type="osb:DescriptionAmount" minOccurs="0" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation>Less trust claims</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="TotalReceipts" type="osb:Money">
					<xs:annotation>
						<xs:documentation>Total Receipts available to the Proposal</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="OfficialReceiverFees" type="osb:Money">
					<xs:annotation>
						<xs:documentation>Filing fees paid to official receiver</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="CourtFees" type="osb:Money" minOccurs="0">
					<xs:annotation>
						<xs:documentation>Fees paid to the court / registrar</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="FeesPaid" type="osb:Money">
					<xs:annotation>
						<xs:documentation>Sum of Official Receiver Fees and Court Fees</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="CounsellingFees" type="osb:Money" minOccurs="0">
					<xs:annotation>
						<xs:documentation>Counselling Fees</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="CounsellingTaxes" minOccurs="0" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation>Applicable taxes for Counselling services</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="TaxType" type="osb:TaxType">
								<xs:annotation>
									<xs:documentation>Type of Tax: PST, GST, HST</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="TaxAmount" type="osb:Money">
								<xs:annotation>
									<xs:documentation>Total tax amount of that type</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="TaxDescription" type="xs:string" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Extra information related to tax amount</xs:documentation>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
				<xs:element name="CounsellingGSTTaxNumber" type="xs:string" minOccurs="0">
					<xs:annotation>
						<xs:documentation>GST Tax Number for Quebec filings.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="TotalCounsellingFees" type="osb:Money" minOccurs="0">
					<xs:annotation>
						<xs:documentation>Sum of Counselling Fees and Counselling Taxes</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="AdminFeeFiling" type="osb:Money">
					<xs:annotation>
						<xs:documentation>Administrator's fee payable on filing a copy of the consumer proposal with the official receiver. Part of Preparatory Fees.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="AdminFeeCourtApproval" type="osb:Money">
					<xs:annotation>
						<xs:documentation>Administrator's fee payable on the approval or deemed approval of the consumer proposal by the court. Part of Preparatory Fees.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="MoneysDistributed" type="osb:Money" minOccurs="0">
					<xs:annotation>
						<xs:documentation>TotalReceipts - FeesPaid - CounsellingFees - CounsellingTaxes - FilingFee- CourtApprovalFee - Taxes on Preparatory Fees. </xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="MoneysDistributed20" type="osb:Money" minOccurs="0">
					<xs:annotation>
						<xs:documentation>20% of MoneysDistributed</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="TotalAdministratorFees" type="osb:Money">
					<xs:annotation>
						<xs:documentation>Sum of FilingFee, CourtApprovalFee and MoneysDistributed20</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="TotalRemuneration" type="osb:Money">
					<xs:annotation>
						<xs:documentation>Total of above portions of trustee fees and administrative disbursements</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="ApplicableTaxes" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation>Applicable taxes</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="TaxType" type="osb:TaxType">
								<xs:annotation>
									<xs:documentation>Type of Tax: PST, GST, HST</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="TaxAmount" type="osb:Money">
								<xs:annotation>
									<xs:documentation>Total tax amount of that type</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="TaxDescription" type="xs:string" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Extra information related to tax amount</xs:documentation>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
				<xs:element name="GSTTaxNumber" type="xs:string" minOccurs="0">
					<xs:annotation>
						<xs:documentation>GST Tax Number for Quebec filings.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="TotalRemunerationAndTaxes" type="osb:Money">
					<xs:annotation>
						<xs:documentation>Total Administrator's remuneration and GST, TPS and/or TVQ</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="TotalDisbursements" type="osb:Money">
					<xs:annotation>
						<xs:documentation>Total Disbursements</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="AmountForDistribution" type="osb:Money">
					<xs:annotation>
						<xs:documentation>Amount available for distribution</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="AmountRefundedToDebtor" type="osb:Money" minOccurs="0">
					<xs:annotation>
						<xs:documentation>Funds that have been returned to the Debtor</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="UndistributedAssets" type="osb:Money" minOccurs="0">
					<xs:annotation>
						<xs:documentation>Money sent back to OSB because it isn't worthy for distribution to creditors</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="SecuredCreditor" minOccurs="0">
					<xs:annotation>
						<xs:documentation>Proved Claim, Current and Interim Dividend and Levy information for secured creditors</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="ProvedClaim" type="osb:Money">
								<xs:annotation>
									<xs:documentation>Amount of proved claims</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="InterimGrossDividend" type="osb:Money" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Sum of interim gross dividends, excluding current gross dividend</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="InterimLevy" type="osb:Money" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Sum of interim levies, excluding current levy</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="InterimNetDividend" type="osb:Money" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Sum of interim net dividends, excluding current net dividend</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="CurrentGrossDividend" type="osb:Money">
								<xs:annotation>
									<xs:documentation>Current gross dividend</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="CurrentLevy" type="osb:Money">
								<xs:annotation>
									<xs:documentation>Current levy amount</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="CurrentNetDividend" type="osb:Money">
								<xs:annotation>
									<xs:documentation>Current net dividend</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="DividendPercent" type="osb:Percentage" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Percentage of Dividend</xs:documentation>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
				<xs:element name="PreferredCreditor" minOccurs="0">
					<xs:annotation>
						<xs:documentation>Proved Claim, Current and Interim Dividend and Levy information for  preferred creditors</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="ProvedClaim" type="osb:Money">
								<xs:annotation>
									<xs:documentation>Amount of proved claims</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="InterimGrossDividend" type="osb:Money" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Sum of interim gross dividends, excluding current gross dividend</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="InterimLevy" type="osb:Money" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Sum of interim levies, excluding current levy</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="InterimNetDividend" type="osb:Money" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Sum of interim net dividends, excluding current net dividend</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="CurrentGrossDividend" type="osb:Money">
								<xs:annotation>
									<xs:documentation>Current gross dividend</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="CurrentLevy" type="osb:Money">
								<xs:annotation>
									<xs:documentation>Current levy amount</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="CurrentNetDividend" type="osb:Money">
								<xs:annotation>
									<xs:documentation>Current net dividend</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="DividendPercent" type="osb:Percentage" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Percentage of Dividend</xs:documentation>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
				<xs:element name="UnsecuredCreditor" minOccurs="0">
					<xs:annotation>
						<xs:documentation>Proved Claim, Current and Interim Dividend and Levy information unsecured creditors</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="ProvedClaim" type="osb:Money">
								<xs:annotation>
									<xs:documentation>Amount of proved claims</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="InterimGrossDividend" type="osb:Money" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Sum of interim gross dividends, excluding current gross dividend</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="InterimLevy" type="osb:Money" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Sum of interim levies, excluding current levy</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="InterimNetDividend" type="osb:Money" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Sum of interim net dividends, excluding current net dividend</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="CurrentGrossDividend" type="osb:Money">
								<xs:annotation>
									<xs:documentation>Current gross dividend</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="CurrentLevy" type="osb:Money">
								<xs:annotation>
									<xs:documentation>Current levy amount</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="CurrentNetDividend" type="osb:Money">
								<xs:annotation>
									<xs:documentation>Current net dividend</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="DividendPercent" type="osb:Percentage" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Percentage of Dividend</xs:documentation>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
				<xs:element name="SuperintendentLevy" type="osb:Money">
					<xs:annotation>
						<xs:documentation>Levy payable under section 147</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="TotalDividendLevy" type="osb:Money">
					<xs:annotation>
						<xs:documentation>Total Dividends and Levy and Other Distribution</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="Status">
					<xs:annotation>
						<xs:documentation>Status of the Consumer Proposal. Pick from list</xs:documentation>
					</xs:annotation>
					<xs:simpleType>
						<xs:restriction base="xs:string">
							<xs:enumeration value="Annulled by Court"/>
							<xs:enumeration value="Court Approval Refused"/>
							<xs:enumeration value="Creditor Acceptance Rejected"/>
							<xs:enumeration value="Deemed Annulled"/>
							<xs:enumeration value="Full Performance"/>
							<xs:enumeration value="Withdrawn"/>
							<xs:enumeration value="Ongoing"/>
						</xs:restriction>
					</xs:simpleType>
				</xs:element>
				<xs:element name="StatusDate" type="osb:Date">
					<xs:annotation>
						<xs:documentation>The date the proposal's status came into effect.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="Inspector" minOccurs="0" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation>Approved by the following inspectors</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="GivenNames" type="xs:string">
								<xs:annotation>
									<xs:documentation>Inspector Given Names</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="FamilyName">
								<xs:annotation>
									<xs:documentation>Inspector 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="Notes" type="xs:string" minOccurs="0" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation>Notes involved in this filing</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="SignedAtDate" type="osb:Date">
					<xs:annotation>
						<xs:documentation>Date signed by Administrator</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="AdditionalInformation" type="xs:string" minOccurs="0" maxOccurs="unbounded">
					<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>
