<?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="Form75">
		<xs:annotation>
			<xs:documentation>Demand for Repossession of Goods (Paragraph 81.1(1)(a) of the Act)</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="Receiver" type="osb:LegalEntity">
					<xs:annotation>
						<xs:documentation>Name of purchaser, trustee or receiver.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="SupplierName">
					<xs:annotation>
						<xs:documentation>Name of supplier</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:complexContent>
							<xs:extension base="osb:LegalEntity">
								<xs:sequence>
									<xs:element name="Address" type="osb:Location"/>
								</xs:sequence>
							</xs:extension>
						</xs:complexContent>
					</xs:complexType>
				</xs:element>
				<xs:element name="Purchaser" type="osb:Individual">
					<xs:annotation>
						<xs:documentation>Purchaser of goods</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="Description" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation>Description of the goods being repossessed.</xs:documentation>
					</xs:annotation>
					<xs:simpleType>
						<xs:restriction base="xs:string">
							<xs:minLength value="1"/>
						</xs:restriction>
					</xs:simpleType>
				</xs:element>
				<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="Supplier" type="osb:Individual">
					<xs:annotation>
						<xs:documentation>Signing Supplier</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="Phone">
					<xs:annotation>
						<xs:documentation>Supplier's Phone Number </xs:documentation>
					</xs:annotation>
					<xs:simpleType>
						<xs:restriction base="osb:PhoneNumber">
							<xs:minLength value="1"/>
						</xs:restriction>
					</xs:simpleType>
				</xs:element>
				<xs:element name="Fax">
					<xs:annotation>
						<xs:documentation>Supplier's Fax Number</xs:documentation>
					</xs:annotation>
					<xs:simpleType>
						<xs:restriction base="osb:PhoneNumber">
							<xs:minLength value="1"/>
						</xs:restriction>
					</xs:simpleType>
				</xs:element>
				<xs:element name="Email">
					<xs:annotation>
						<xs:documentation>Supplier's E-mail Address</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>
