<?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="Form36">
		<xs:annotation>
			<xs:documentation>Proxy (Subsection 102(2) and paragraphs 51(1)(e) and 66.15(3)(b) of the Act)</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="Creditor" type="osb:ClaimantPerson">
					<xs:annotation>
						<xs:documentation>Name and location of Creditor</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="Appointee" type="osb:ClaimantPerson">
					<xs:annotation>
						<xs:documentation>Name and location of person appointed by creditor to be a proxy</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:choice>
					<xs:annotation>
						<xs:documentation>Creditor and witness</xs:documentation>
					</xs:annotation>
					<xs:sequence>
						<xs:annotation>
							<xs:documentation>Individual creditor and witness</xs:documentation>
						</xs:annotation>
						<xs:element name="IndividualCreditor" type="osb:Individual">
							<xs:annotation>
								<xs:documentation>Name of Individual Creditor</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="IndividualWitness" type="osb:Individual">
							<xs:annotation>
								<xs:documentation>Name of Individual Witness</xs:documentation>
							</xs:annotation>
						</xs:element>
					</xs:sequence>
					<xs:sequence>
						<xs:annotation>
							<xs:documentation>Corporate creditor and witness</xs:documentation>
						</xs:annotation>
						<xs:element name="SigningOfficer" type="osb:Individual">
							<xs:annotation>
								<xs:documentation>Name of Signing Officer</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="Corporation">
							<xs:annotation>
								<xs:documentation>Corporation name</xs:documentation>
							</xs:annotation>
							<xs:simpleType>
								<xs:restriction base="xs:string">
									<xs:minLength value="1"/>
								</xs:restriction>
							</xs:simpleType>
						</xs:element>
						<xs:element name="CorporateWitness" type="osb:Individual">
							<xs:annotation>
								<xs:documentation>Name of Corporate Witness</xs:documentation>
							</xs:annotation>
						</xs:element>
					</xs:sequence>
				</xs:choice>
				<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>
