<?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="Form88">
		<xs:annotation>
			<xs:documentation>Notice of Hearing and Trustee's Report to the Court After Three Years (Subsection 34(2) of the Act)</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="Bankrupt" type="osb:LegalEntity" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation>Name of bankrupt</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="Reasons" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation>Reasons for not being able to  fully administer the estate.</xs:documentation>
					</xs:annotation>
					<xs:simpleType>
						<xs:restriction base="xs:string">
							<xs:minLength value="1"/>
						</xs:restriction>
					</xs:simpleType>
				</xs:element>
				<xs:element name="Months" type="xs:integer">
					<xs:annotation>
						<xs:documentation>The number of months before applying for a discharge after this date.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="CourtLocation" type="osb:Event">
					<xs:annotation>
						<xs:documentation>Court location, date and time where the hearing will occur.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="Property" minOccurs="0" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation>Property not sold or realized</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="Description">
								<xs:annotation>
									<xs:documentation>Description of property not sold or realized</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:minLength value="1"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<xs:element name="Value" type="osb:Money">
								<xs:annotation>
									<xs:documentation>Value of property not sold or realized</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="Reason">
								<xs:annotation>
									<xs:documentation>Reason property not sold or realized</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="SignedAt" type="osb:Signing">
					<xs:annotation>
						<xs:documentation>SignedAt</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="Trustee">
					<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">
					<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>
