<?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="Form60">
		<xs:annotation>
			<xs:documentation>Request for Mediation Made by Trustee (Subsections 68(6), 68(7) and 170.1(5))</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="TrusteeName">
					<xs:annotation>
						<xs:documentation>Name Of Trustee</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="GivenNames" type="xs:string">
								<xs:annotation>
									<xs:documentation>Trustee Given Names</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="FamilyName">
								<xs:annotation>
									<xs:documentation>Trustee Family or Company Name</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="BankruptName" type="osb:Individual" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation>BankruptName</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="AssignmentDate" type="xs:date">
					<xs:annotation>
						<xs:documentation>Date Assignment was made</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="DisagreementSurplusIncome" type="xs:boolean">
					<xs:annotation>
						<xs:documentation>There is disagreement as to the amount of surplus income to be paid
by the bankrupt. Subsection 68(6)</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="CreditorRequest" minOccurs="0">
					<xs:annotation>
						<xs:documentation>The name and address of the creditor who made a written request to proceed with the mediation process. Subsection 68(7)</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="Name" type="osb:LegalEntity">
								<xs:annotation>
									<xs:documentation>Name</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="Address" type="osb:Location">
								<xs:annotation>
									<xs:documentation>Address</xs:documentation>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
				<xs:element name="NotAgreeWithDischarge" type="xs:boolean">
					<xs:annotation>
						<xs:documentation>The bankrupt does not agree with the discharge recommendation of the trustee. Subsection 170.1(4)</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="OpposedToDischarge" type="xs:boolean">
					<xs:annotation>
						<xs:documentation>The trustee is opposed to the discharge of the bankrupt on a
ground referred to in paragraph 173(1)(m) or (n) of the Act.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="CreditorOpposed" minOccurs="0">
					<xs:annotation>
						<xs:documentation>The name and address of the creditor who is opposed to the discharge of the bankrupt on a ground referred to in paragraph
173(1)(m) or (n) of the Act.</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="Name" type="osb:LegalEntity">
								<xs:annotation>
									<xs:documentation>Name</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="Address" type="osb:Location">
								<xs:annotation>
									<xs:documentation>Address</xs:documentation>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
				<xs:element name="Party" minOccurs="0" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation>The name, address, phone numbers of all involved parties.</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="Name" type="osb:LegalEntity">
								<xs:annotation>
									<xs:documentation>Name</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="Address" type="osb:Location">
								<xs:annotation>
									<xs:documentation>Address</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="Phone" type="osb:PhoneNumber">
								<xs:annotation>
									<xs:documentation>Phone</xs:documentation>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
					</xs:complexType>
				</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="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>
