<?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="Form77">
		<xs:annotation>
			<xs:documentation>Notice of Disallowance of Claim, Right to Priority or Security or Notice of Valuation of Claim (Subsection 135(3) of the Act)</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="Bankrupt" type="osb:Individual" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation>Name of Debtor</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:choice>
					<xs:sequence>
						<xs:annotation>
							<xs:documentation>Disallowed the claim in whole or in part</xs:documentation>
						</xs:annotation>
						<xs:element name="InWhole" type="xs:boolean">
							<xs:annotation>
								<xs:documentation>True if the claim, right to a
priority, or security on the property has been disallowed in whole.</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="DisallowedAmount" type="osb:Money" minOccurs="0">
							<xs:annotation>
								<xs:documentation>Amount disallowed if not in whole.</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="Reasons">
							<xs:annotation>
								<xs:documentation>Reasons for the disallowance</xs:documentation>
							</xs:annotation>
							<xs:simpleType>
								<xs:restriction base="xs:string">
									<xs:minLength value="1"/>
								</xs:restriction>
							</xs:simpleType>
						</xs:element>
					</xs:sequence>
					<xs:sequence>
						<xs:annotation>
							<xs:documentation>Proven claim</xs:documentation>
						</xs:annotation>
						<xs:element name="RevaluedAmount" type="osb:Money">
							<xs:annotation>
								<xs:documentation>Revalued Amount of proved claim</xs:documentation>
							</xs:annotation>
						</xs:element>
					</xs:sequence>
				</xs:choice>
				<xs:element name="SignedAt" type="osb:Signing">
					<xs:annotation>
						<xs:documentation>Signed at location and date</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="Trustee">
					<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="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>
