<?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="Form34">
		<xs:annotation>
			<xs:documentation>Report of Trustee on Non-filing of Cash-flow Statement or Proposal
(Paragraph 50.4(8)(b) of the Act)</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="Trustee" type="osb:Individual">
					<xs:annotation>
						<xs:documentation>Trustee of the proposal</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="TrusteeCompany">
					<xs:annotation>
						<xs:documentation>Company Name of the 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="Debtor" type="osb:LegalEntity">
					<xs:annotation>
						<xs:documentation>Name of the insolvent person or company.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="FiledDate" type="osb:Date">
					<xs:annotation>
						<xs:documentation>Date the notice of intention to make a proposal was filed with the official receiver.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="LateCashFlow" type="xs:boolean">
					<xs:annotation>
						<xs:documentation>True if cash flow has not been filed within 10 days.  One of LateCashFlow or LateProposal must be true.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="LateProposal" type="xs:boolean">
					<xs:annotation>
						<xs:documentation>True if proposal has not been filed within 30 days.  One of LateCashFlow or LateProposal must be true.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="SignedAt" type="osb:Signing">
					<xs:annotation>
						<xs:documentation>Signed at location and date</xs:documentation>
					</xs:annotation>
				</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>
