<?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="Form1">
		<xs:annotation>
			<xs:documentation>General Title for Proceedings.  (Rule 9)</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="District" type="osb:Province" minOccurs="0">
					<xs:annotation>
						<xs:documentation>District Code</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="Division" type="xs:string" minOccurs="0">
					<xs:annotation>
						<xs:documentation>Division number</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="Debtor" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation>Name of debtor</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:complexContent>
							<xs:extension base="osb:LegalEntity">
								<xs:sequence>
									<xs:element name="Location" type="osb:CityProvince" minOccurs="0">
										<xs:annotation>
											<xs:documentation>Location of bankrupt</xs:documentation>
										</xs:annotation>
									</xs:element>
									<xs:element name="StyleOfCause" type="xs:string" minOccurs="0">
										<xs:annotation>
											<xs:documentation>Style of Cause</xs:documentation>
										</xs:annotation>
									</xs:element>
									<xs:element name="EstateNumber" type="xs:string" minOccurs="0" maxOccurs="unbounded">
										<xs:annotation>
											<xs:documentation>Estate number</xs:documentation>
										</xs:annotation>
									</xs:element>
								</xs:sequence>
							</xs:extension>
						</xs:complexContent>
					</xs:complexType>
				</xs:element>
				<xs:element name="CourtNumber" type="xs:string" minOccurs="0" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation>Court number</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="SummaryAdministration" type="xs:boolean">
					<xs:annotation>
						<xs:documentation>True if a Summary Administration. False for Ordinary Administrations, Division I and Division II Proposals.</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>
