<?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="Form67">
		<xs:annotation>
			<xs:documentation>Notice of Bankruptcy and First Meeting of Creditors (Subsection 102(1) of the Act)</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:choice>
					<xs:element name="BankruptName" type="osb:LegalEntity" maxOccurs="unbounded">
						<xs:annotation>
							<xs:documentation>Name of bankrupt who filed an assignment.</xs:documentation>
						</xs:annotation>
					</xs:element>
					<xs:element name="AgainstBankruptName" type="osb:LegalEntity" maxOccurs="unbounded">
						<xs:annotation>
							<xs:documentation>Name of bankrupt to whom a receiving order was made against</xs:documentation>
						</xs:annotation>
					</xs:element>
				</xs:choice>
				<xs:element name="AssignmentDate" type="xs:date">
					<xs:annotation>
						<xs:documentation>Date of the assignment or receiving order</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="NameOfTrustee">
					<xs:annotation>
						<xs:documentation>The name of the trustee appointed by the official receiver or the court</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="GivenNames">
								<xs:annotation>
									<xs:documentation>Trustee Given Names</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string"/>
								</xs:simpleType>
							</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="MeetingOffice">
					<xs:annotation>
						<xs:documentation>Description of office where the creditor meeting will be held</xs:documentation>
					</xs:annotation>
					<xs:simpleType>
						<xs:restriction base="xs:string">
							<xs:minLength value="1"/>
						</xs:restriction>
					</xs:simpleType>
				</xs:element>
				<xs:element name="MeetingLocation" type="osb:Event">
					<xs:annotation>
						<xs:documentation>Address, date and time of the creditor meeting</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="TrusteeDeclaration" type="osb:DeclarantPerson">
					<xs:annotation>
						<xs:documentation>Declaration by trustee</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>
