<?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="Form63">
		<xs:annotation>
			<xs:documentation>Mediation Settlement Agreement (Rule 105(18))</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="MediationDate" type="xs:date">
					<xs:annotation>
						<xs:documentation>Date Mediation was held</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="MediationResults">
					<xs:annotation>
						<xs:documentation>Results of the Mediation</xs:documentation>
					</xs:annotation>
					<xs:simpleType>
						<xs:restriction base="xs:string">
							<xs:minLength value="1"/>
						</xs:restriction>
					</xs:simpleType>
				</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="BankruptName" type="osb:Individual" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation>Name of Bankrupt</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="BankruptCounsel" type="osb:Individual" minOccurs="0">
					<xs:annotation>
						<xs:documentation>Name of Bankrupt's Counsel, if applicable.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="TrusteeName" type="osb:Individual">
					<xs:annotation>
						<xs:documentation>Name of Trustee</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="TrusteeCounsel" type="osb:Individual" minOccurs="0">
					<xs:annotation>
						<xs:documentation>Name of Trustee's Counsel, if applicable.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="CreditorName" type="osb:Individual" minOccurs="0">
					<xs:annotation>
						<xs:documentation>Name of creditor, if applicable.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="CreditorCounsel" type="osb:Individual" minOccurs="0">
					<xs:annotation>
						<xs:documentation>Name of Creditor's Counsel, if applicable.</xs:documentation>
					</xs:annotation>
				</xs:element>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
</xs:schema>
