<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- edited with XMLSPY v2004 rel. 2 U (http://www.xmlspy.com) by Joel Farquhar (Allstream Inc.) -->
<!-- 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="DividendSheet">
		<xs:annotation>
			<xs:documentation>A Dividend sheet</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="DividendType" minOccurs="0">
					<xs:annotation>
						<xs:documentation>Identify the type of submission: Final, Amended, Interim or Supplementary.</xs:documentation>
					</xs:annotation>
					<xs:simpleType>
						<xs:restriction base="xs:string">
							<xs:enumeration value="Final"/>
							<xs:enumeration value="Amended"/>
							<xs:enumeration value="Interim"/>
							<xs:enumeration value="Supplementary"/>
						</xs:restriction>
					</xs:simpleType>
				</xs:element>
				<xs:element name="Dividend" minOccurs="0" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation>Details of the Unsecured Creditors dividend information.  The element is still named Dividend for backwards compatibility.</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="CreditorName">
								<xs:annotation>
									<xs:documentation>Name of creditor</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:minLength value="1"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<xs:element name="CreditorAddress" type="osb:Location">
								<xs:annotation>
									<xs:documentation>Address of creditor</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="AccountNumber" type="xs:string" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Creditor account number</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="Claim" type="osb:Money" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Amount of claim</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="TotalDividend" type="osb:Money">
								<xs:annotation>
									<xs:documentation>Amount of the Gross Dividend for an Unsecured Creditor.  The element is still named TotalDividend for backwards compatibility.</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="TotalLevy" type="osb:Money" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Amount of the Levy for an Unsecured Creditor. The element is still named TotalLevy for backwards compatibility.</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="TotalPayment" type="osb:Money" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Amount of the Net Dividend for an Unsecured Creditor. The element is still named TotalPayment for backwards compatibility.</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="InterimPayment" type="osb:Money" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Amount of interim payment</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="Payment" type="osb:Money" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Amount of payment</xs:documentation>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
						<xs:attribute name="secured" type="xs:boolean" use="optional" default="0"/>
					</xs:complexType>
				</xs:element>
				<xs:element name="TotalUnsecured" minOccurs="0">
					<xs:annotation>
						<xs:documentation>Sub-Total of all the Unsecured Creditors dividend informaton.</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="Claim" type="osb:Money" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Total amount of claims from Unsecured Creditors.</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="TotalDividend" type="osb:Money" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Total Gross Dividends for Unsecured Creditors.  The element is still named TotalDividend for backwards compatibility.</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="TotalLevy" type="osb:Money" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Total Levies for Unsecured Creditors. The element is still named TotalLevy for backwards compatibility.</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="TotalPayment" type="osb:Money" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Total Net Dividends for Unsecured Creditors. The element is still named TotalPayment for backwards compatibility.</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="InterimPayment" type="osb:Money" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Total amount of interim payments to Unsecured Creditors.</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="Payment" type="osb:Money" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Total amount of payments to Unsecured Creditors.</xs:documentation>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
				<xs:element name="Secured" minOccurs="0" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation>Details of the Secured Creditors dividend information.  </xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="CreditorName">
								<xs:annotation>
									<xs:documentation>Name of creditor</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:minLength value="1"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<xs:element name="CreditorAddress" type="osb:Location">
								<xs:annotation>
									<xs:documentation>Address of creditor</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="AccountNumber" type="xs:string" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Creditor account number</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="Claim" type="osb:Money" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Amount of claim</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="TotalDividend" type="osb:Money">
								<xs:annotation>
									<xs:documentation>Amount of the Gross Dividend for a Secured Creditor.  The element is still named TotalDividend for backwards compatibility.</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="TotalLevy" type="osb:Money" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Amount of the Levy for a Secured Creditor. The element is still named TotalLevy for backwards compatibility.</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="TotalPayment" type="osb:Money" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Amount of the Net Dividend for a Secured Creditor. The element is still named TotalPayment for backwards compatibility.</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="InterimPayment" type="osb:Money" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Amount of interim payment</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="Payment" type="osb:Money" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Amount of payment</xs:documentation>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
				<xs:element name="TotalSecured" minOccurs="0">
					<xs:annotation>
						<xs:documentation>Sub-Total of all the Secured Creditors dividend informaton.</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="Claim" type="osb:Money" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Total amount of claims from Secured Creditors.</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="TotalDividend" type="osb:Money" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Total Gross Dividends for Secured Creditors.  The element is still named TotalDividend for backwards compatibility.</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="TotalLevy" type="osb:Money" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Total Levies for Secured Creditors. The element is still named TotalLevy for backwards compatibility.</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="TotalPayment" type="osb:Money" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Total Net Dividend for Secured Creditors. The element is still named TotalPayment for backwards compatibility.</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="InterimPayment" type="osb:Money" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Total amount of interim payments to Secured Creditors</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="Payment" type="osb:Money" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Total amount of payments to Secured Creditors.</xs:documentation>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
				<xs:element name="Preferred" minOccurs="0" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation>Details of the Preferred Creditors dividend information.  </xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="CreditorName">
								<xs:annotation>
									<xs:documentation>Name of creditor</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:minLength value="1"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<xs:element name="CreditorAddress" type="osb:Location">
								<xs:annotation>
									<xs:documentation>Address of creditor</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="AccountNumber" type="xs:string" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Creditor account number</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="Claim" type="osb:Money" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Amount of claim</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="TotalDividend" type="osb:Money">
								<xs:annotation>
									<xs:documentation>Amount of the Gross Dividend for a Preferred Creditor.  The element is still named TotalDividend for backwards compatibility.</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="TotalLevy" type="osb:Money" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Amount of the Levy for a Preferred Creditor. The element is still named TotalLevy for backwards compatibility.</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="TotalPayment" type="osb:Money" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Amount of the Net Dividend for a Preferred Creditor. The element is still named TotalPayment for backwards compatibility.</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="InterimPayment" type="osb:Money" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Amount of interim payment</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="Payment" type="osb:Money" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Amount of payment</xs:documentation>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
				<xs:element name="TotalPreferred" minOccurs="0">
					<xs:annotation>
						<xs:documentation>Sub-Total of all the Preferred Creditors dividend informaton.</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="Claim" type="osb:Money" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Total amount of claims from Preferred Creditors.</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="TotalDividend" type="osb:Money" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Total Gross Dividends for Preferred Creditors.  The element is still named TotalDividend for backwards compatibility.</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="TotalLevy" type="osb:Money" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Total Levies for Preferred Creditors. The element is still named TotalLevy for backwards compatibility.</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="TotalPayment" type="osb:Money" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Total Net Dividends for Preferred Creditors. The element is still named TotalPayment for backwards compatibility.</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="InterimPayment" type="osb:Money" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Total amount of interim payments to Preferred Creditors.</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="Payment" type="osb:Money" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Total amount of payments to Preferred Creditors.</xs:documentation>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
				<xs:element name="GrandTotals" minOccurs="0">
					<xs:annotation>
						<xs:documentation>Grand Total of all Unsecured, Secured and Preferred Creditors dividend informaton.</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="Claim" type="osb:Money" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Total amount of claims from all creditors.</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="TotalDividend" type="osb:Money">
								<xs:annotation>
									<xs:documentation>Grand total amount of the Gross Dividends for all Creditors.  The element is still named TotalDividend for backwards compatibility.</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="TotalLevy" type="osb:Money">
								<xs:annotation>
									<xs:documentation>Grand total amount of the Levies for all Creditors. The element is still named TotalLevy for backwards compatibility.</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="TotalPayment" type="osb:Money" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Grand Total amount of the Net Dividends for all Creditors. The element is still named TotalPayment for backwards compatibility.</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="InterimPayment" type="osb:Money" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Total amount of interim payments to all creditors.</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="Payment" type="osb:Money" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Total amount of payments to all creditors.</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>
