<?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="Directive6Ra">
		<xs:annotation>
			<xs:documentation>Assessment Certificate</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="TrusteeName">
					<xs:annotation>
						<xs:documentation>Name of trustee or administrator of consumer proposal</xs:documentation>
					</xs:annotation>
					<xs:simpleType>
						<xs:restriction base="xs:string">
							<xs:minLength value="1"/>
						</xs:restriction>
					</xs:simpleType>
				</xs:element>
				<xs:element name="DebtorName" type="osb:Individual" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation>Name of debtor</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="AssessmentDate" type="osb:Date">
					<xs:annotation>
						<xs:documentation>Date of assessment</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="RegisteredIndividual" minOccurs="0">
					<xs:annotation>
						<xs:documentation>Name of registered individual who assisted in the performance of the assessment, if applicable.</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="GivenNames" type="xs:string">
								<xs:annotation>
									<xs:documentation>Individual Given Names</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="FamilyName">
								<xs:annotation>
									<xs:documentation>Individual 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="TrusteeDeclaration" type="osb:DeclarantPerson">
					<xs:annotation>
						<xs:documentation>Signed by trustee</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="DesignatedArea" type="xs:boolean">
					<xs:annotation>
						<xs:documentation>Check if the assessment was performed in a designated area or pursuant to the
extraordinary circumstances provision</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="Option">
					<xs:annotation>
						<xs:documentation>Option chosen by debtor: (a)Consumer proposal, (b)Division 1 proposal or (c)Assignment in bankruptcy</xs:documentation>
					</xs:annotation>
					<xs:simpleType>
						<xs:restriction base="xs:string">
							<xs:enumeration value="Consumer proposal"/>
							<xs:enumeration value="Division 1 proposal"/>
							<xs:enumeration value="Assignment in bankruptcy"/>
						</xs:restriction>
					</xs:simpleType>
				</xs:element>
				<xs:element name="AdviceReceived">
					<xs:annotation>
						<xs:documentation>Identify if the Debtor has or has not received advice in the last 6 months</xs:documentation>
					</xs:annotation>
					<xs:simpleType>
						<xs:restriction base="xs:string">
							<xs:enumeration value="Not Received"/>
							<xs:enumeration value="Received"/>
						</xs:restriction>
					</xs:simpleType>
				</xs:element>
				<xs:element name="AmountPaid" type="osb:Money" minOccurs="0">
					<xs:annotation>
						<xs:documentation>Amount paid for other advice received, if applicable</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="DebtorDeclaration" type="osb:DeclarantPerson" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation>Debtor 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>
