<?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 Sandra Anthony (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="Form83">
		<xs:annotation>
			<xs:documentation>Report of Trustee (Subsections 171(1) and (2) of the Act)</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="TrusteeName">
					<xs:annotation>
						<xs:documentation>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:element name="TrusteeLocation">
					<xs:annotation>
						<xs:documentation>Location or company name of the 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="BankruptName" type="osb:LegalEntity" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation>Name of bankrupt</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="AssignmentOrOrderDate" type="osb:Date">
					<xs:annotation>
						<xs:documentation>1. Date of the assignment or date a receiving order was issued against the bankrupt or the date the bankrupt did file a proposal which subsequently was deemed to be an assignment</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="PreviousTrustee" type="osb:LegalEntity" minOccurs="0">
					<xs:annotation>
						<xs:documentation>1. Name of previous trustee, if applicable</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="BusinessName">
					<xs:annotation>
						<xs:documentation>2. Bankrupt carried on business in this 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="BusinessLocation" type="osb:Location">
					<xs:annotation>
						<xs:documentation>2. Bankrupt carried on business at this location</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="BankruptCityProvince" type="osb:CityProvince">
					<xs:annotation>
						<xs:documentation>3. Residence of individual or principal place of business for a corporation</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="Corporate" minOccurs="0">
					<xs:annotation>
						<xs:documentation>3. If bankrupt is a corporation, a list of directors and officers is mandatory</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="Director" minOccurs="0" maxOccurs="unbounded">
								<xs:annotation>
									<xs:documentation>Director of the corporation</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element name="NameLocation">
											<xs:complexType>
												<xs:complexContent>
													<xs:extension base="osb:Individual">
														<xs:sequence>
															<xs:element name="Location" type="osb:Location"/>
														</xs:sequence>
													</xs:extension>
												</xs:complexContent>
											</xs:complexType>
										</xs:element>
										<xs:element name="Position">
											<xs:simpleType>
												<xs:restriction base="xs:string"/>
											</xs:simpleType>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="Officer" minOccurs="0" maxOccurs="unbounded">
								<xs:annotation>
									<xs:documentation>Officer of the corporation</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element name="NameLocation">
											<xs:complexType>
												<xs:complexContent>
													<xs:extension base="osb:Individual">
														<xs:sequence>
															<xs:element name="Location" type="osb:Location"/>
														</xs:sequence>
													</xs:extension>
												</xs:complexContent>
											</xs:complexType>
										</xs:element>
										<xs:element name="Position" type="xs:string"/>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
				<xs:element name="ActivePerson" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation>4a. Persons who actively controlled the day to day operations or business of the bankrupt</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="NameLocation">
								<xs:annotation>
									<xs:documentation>Name and address of the controlling persons</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:complexContent>
										<xs:extension base="osb:Individual">
											<xs:sequence>
												<xs:element name="Location" type="osb:Location">
													<xs:annotation>
														<xs:documentation>Address</xs:documentation>
													</xs:annotation>
												</xs:element>
											</xs:sequence>
										</xs:extension>
									</xs:complexContent>
								</xs:complexType>
							</xs:element>
							<xs:element name="Position">
								<xs:annotation>
									<xs:documentation>Position of the controlling persons</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="ResponsiblePerson" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation>4b. Persons who were responsible for, or under whose directions were incurred, the greater proportion of the bankrupts liabilities</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="NameLocation">
								<xs:annotation>
									<xs:documentation>Name and Address of the responsible persons</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:complexContent>
										<xs:extension base="osb:Individual">
											<xs:sequence>
												<xs:element name="Location" type="osb:Location">
													<xs:annotation>
														<xs:documentation>Address</xs:documentation>
													</xs:annotation>
												</xs:element>
											</xs:sequence>
										</xs:extension>
									</xs:complexContent>
								</xs:complexType>
							</xs:element>
							<xs:element name="Position">
								<xs:annotation>
									<xs:documentation>Position of the responsible persons</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="Opinion">
					<xs:annotation>
						<xs:documentation>5. Opinion of trustee wrt satisfactory accounting and substantial disappearance of property</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="SatisfactoryAccounting" type="xs:boolean">
								<xs:annotation>
									<xs:documentation>The deficiency between the assets and the liabilities of the debtor has (or has not) been satisfactorily accounted for</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="SubstantialDisappearance" type="xs:boolean">
								<xs:annotation>
									<xs:documentation>If not satisfactory accounting, there is evidence of a substantial disappearance of property</xs:documentation>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
					</xs:complexType>
				</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="ProbableCause" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation>6. Probable cause(s) of bankruptcy</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="Cause">
								<xs:annotation>
									<xs:documentation>The probable cause of bankruptcy. Pick from list</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:enumeration value="misfortune"/>
										<xs:enumeration value="inexperience"/>
										<xs:enumeration value="incompetence"/>
										<xs:enumeration value="carelessness"/>
										<xs:enumeration value="over-expansion"/>
										<xs:enumeration value="unwarranted speculation"/>
										<xs:enumeration value="gross negligence"/>
										<xs:enumeration value="fraud"/>
										<xs:enumeration value="other"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
				<xs:element name="OtherCauseDescription" type="xs:string" minOccurs="0">
					<xs:annotation>
						<xs:documentation>6. If other was chosen, describe other probable cause</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="Source4a" minOccurs="0">
					<xs:annotation>
						<xs:documentation>7a(i) State or name the source of information and verification thereof regarding active persons named in 4a.</xs:documentation>
					</xs:annotation>
					<xs:simpleType>
						<xs:restriction base="xs:string"/>
					</xs:simpleType>
				</xs:element>
				<xs:element name="Source4b" type="xs:string" minOccurs="0">
					<xs:annotation>
						<xs:documentation>7a(ii). State or name the source of information and verification thereof regarding active persons
named in 4b.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="OpinionBasis" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation>7b. Basis of opinion on satisfactory accounting and on substantial disappearance of property in 5.  Describe what facts or information and verification or investigation thereof.</xs:documentation>
					</xs:annotation>
					<xs:simpleType>
						<xs:restriction base="xs:string">
							<xs:minLength value="1"/>
						</xs:restriction>
					</xs:simpleType>
				</xs:element>
				<xs:element name="TrusteeOsbDeclaration" type="osb:DeclarantPerson">
					<xs:annotation>
						<xs:documentation>Trustee's declaration</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>
