<?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:osb="http://www.osb.gc.ca/eFiling" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:include schemaLocation="Globals.xsd"/>
	<xs:element name="Form13S">
		<xs:annotation>
			<xs:documentation>Trustee's Statement of Receipts and Disbursements (Supplementary) (Sections 152, 155 of the Act; Rule 62)</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="SRDType">
					<xs:annotation>
						<xs:documentation>Identify the type of submission - Supplementary</xs:documentation>
					</xs:annotation>
					<xs:simpleType>
						<xs:restriction base="xs:string">
							<xs:enumeration value="Supplementary"/>
						</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="PaymentsToSecured" type="osb:DescriptionAmount" minOccurs="0" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation>Less payments made to secured creditors, deemed trust or property claim.  To be subtracted from Total(Net) Receipts</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="NecessaryDisbursements" type="osb:DescriptionAmount" minOccurs="0" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation>Less Necessary Disbursements relating directly to realization.  Formerly CostToAll.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="TotalNecessaryDisbursements" type="osb:NegativeMoney" minOccurs="0">
					<xs:annotation>
						<xs:documentation>Total of necessary disbursements. To be subtracted from Total(Net) Receipts</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="NetReceipts" type="osb:NegativeMoney" minOccurs="0">
					<xs:annotation>
						<xs:documentation>Total Receipts.  Name NetReceipts maintained to avoid confusion with deleted element TotalReceipts.</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" minOccurs="0">
					<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="OtherDisbursements" type="osb:DescriptionAmount" minOccurs="0" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation>Other Disbursements</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="AdministrativeDisbursement" type="osb:Money" minOccurs="0">
					<xs:annotation>
						<xs:documentation>Administrative disbursement</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="EligibleTariff" type="osb:Money" minOccurs="0">
					<xs:annotation>
						<xs:documentation>Uncollected Fees from Previous SRD</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="Trustee100" minOccurs="0">
					<xs:annotation>
						<xs:documentation>Trustee fees at 100% on the first $975 or less of receipts</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="Basis" type="osb:Money">
								<xs:annotation>
									<xs:documentation>Basis amount</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="Portion" type="osb:Money">
								<xs:annotation>
									<xs:documentation>100% of Basis amount</xs:documentation>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
				<xs:element name="Trustee35" minOccurs="0">
					<xs:annotation>
						<xs:documentation>Trustee fees at 35% of the next $1025 or less of receipts</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="Basis" type="osb:Money">
								<xs:annotation>
									<xs:documentation> Basis amount</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="Portion" type="osb:Money">
								<xs:annotation>
									<xs:documentation>35% of Basis amount</xs:documentation>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
				<xs:element name="Trustee50" minOccurs="0">
					<xs:annotation>
						<xs:documentation>Trustee fees at 50% of the remainder</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="Basis" type="osb:Money">
								<xs:annotation>
									<xs:documentation>Basis amount</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="Portion" type="osb:Money">
								<xs:annotation>
									<xs:documentation>50% of Basis amount</xs:documentation>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
				<xs:element name="TotalRemuneration" type="osb:Money" minOccurs="0">
					<xs:annotation>
						<xs:documentation>Total of above portions of trustee fees and administrative disbursements</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="TotalAdjustedRemuneration" type="osb:Money" minOccurs="0">
					<xs:annotation>
						<xs:documentation>Total trustee remuneration adjusted for available funds.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="RemunerationTaxes" minOccurs="0" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation>Applicable taxes to the trustee remuneration</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="RemunerationGSTTaxNumber" 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" minOccurs="0">
					<xs:annotation>
						<xs:documentation>Total Trustee's remuneration and GST, TPS and/or TVQ</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="TotalDisbursements" type="osb:Money" minOccurs="0">
					<xs:annotation>
						<xs:documentation>Total Disbursements</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="AmountForDistribution" type="osb:Money" minOccurs="0">
					<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="ProvedClaims" type="osb:Money" minOccurs="0">
					<xs:annotation>
						<xs:documentation>Amount of proved claims.  To be recorded as part of the following Creditor details, but included here for backwards compatibility.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="SecuredCreditor" minOccurs="0">
					<xs:annotation>
						<xs:documentation>Proved Claim, Dividend and Levy information for secured creditors</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="ProvedClaim" type="osb:Money" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Amount of proved claims</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="DividendAmount" type="osb:Money" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Amount of 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, Dividend and Levy information for  preferred creditors</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="ProvedClaim" type="osb:Money" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Amount of proved claims</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="DividendAmount" type="osb:Money" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Amount of 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, Dividend and Levy information unsecured creditors</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="ProvedClaim" type="osb:Money" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Amount of proved claims</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="DividendAmount" type="osb:Money" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Amount of 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="Dividend" type="osb:Money" minOccurs="0">
					<xs:annotation>
						<xs:documentation>Net dividend, calculated as AmountForDistribution - AmountRefundedToDebtor - UndistributedAssets - Levy</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="SuperintendentLevy" type="osb:Money" minOccurs="0">
					<xs:annotation>
						<xs:documentation>Levy payable under section 147</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="TotalDividendLevy" type="osb:Money" minOccurs="0">
					<xs:annotation>
						<xs:documentation>Total Dividends and Levy and Other Distribution</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="Status" type="osb:DischargeType" minOccurs="0" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation>Status of the Bankrupt's discharge</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="StatusDate" type="osb:Date" minOccurs="0" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation>The date the Bankrupt's discharge 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" minOccurs="0">
					<xs:annotation>
						<xs:documentation>Date signed by trustee</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="Trustee" minOccurs="0">
					<xs:annotation>
						<xs:documentation>Trustee</xs:documentation>
					</xs:annotation>
					<xs:simpleType>
						<xs:restriction base="xs:string">
							<xs:minLength value="1"/>
						</xs:restriction>
					</xs:simpleType>
				</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>
