<?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="Form401">
		<xs:annotation>
			<xs:documentation>Notice of Hearing of Application for Court Approval of Proposal
(Paragraph 58(b) of the Act)</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="CourtName" type="xs:string" minOccurs="0">
					<xs:annotation>
						<xs:documentation>Name of Court.  This field is optional to allow flexibility in specifying the court information.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="CourtLocation" type="xs:string" minOccurs="0">
					<xs:annotation>
						<xs:documentation>Location of Court.  This field is optional to allow flexibility in specifying the court information.</xs:documentation>
					</xs:annotation>
				</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="CourtAddress" type="xs:string" minOccurs="0">
					<xs:annotation>
						<xs:documentation>Court address where the application will be made.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="ApplicationDateTime" type="osb:DateTime">
					<xs:annotation>
						<xs:documentation>Date and time the application will be made to the court.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="DebtorName" type="xs:string">
					<xs:annotation>
						<xs:documentation>Name of the person whose proposal is being approved.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="CreditorMeetingDate" type="osb:Date">
					<xs:annotation>
						<xs:documentation>Date the creditor meeting was held that accepted the proposal.</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>
