<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSPY v2004 rel. 2 U (http://www.xmlspy.com) by Dean Farwell (Allstream IT Services) -->
<!-- edited with XML Spy v4.3 U (http://www.xmlspy.com) by Carolyn Benard (Department of Innovation, Science and Economic Development Canada) -->
<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="Form21">
		<xs:annotation>
			<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">Assignment for the General Benefit of Creditors
(Corporation or other Legal Entity) (Section 49 of the Act)</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="IndentureDate" type="osb:Date">
					<xs:annotation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">Date of the indenture.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="Debtor" type="osb:LegalEntity" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">Name of debtor</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="Address" type="osb:Location" minOccurs="0">
					<xs:annotation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">Address of the Individual / Corporation</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="Trustee">
					<xs:annotation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">Name of Trustee</xs:documentation>
					</xs:annotation>
					<xs:simpleType>
						<xs:restriction base="xs:string">
							<xs:minLength value="1"/>
						</xs:restriction>
					</xs:simpleType>
				</xs:element>
				<xs:choice>
					<xs:element name="NaturalPerson" type="xs:boolean" minOccurs="0"/>
					<xs:element name="CorporateOrOtherLegalEntity" type="xs:boolean" minOccurs="0"/>
				</xs:choice>
				<xs:element name="SignedAt" type="osb:Signing">
					<xs:annotation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">Date and Location where the document was signed.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="Witness" type="xs:string">
					<xs:annotation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">Name of person present at the signing.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="AdditionalInformation" type="xs:string" minOccurs="0">
					<xs:annotation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">Provide any additional information related to the form.</xs:documentation>
					</xs:annotation>
				</xs:element>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
</xs:schema>
