<?xml version="1.0" encoding="UTF-8"?>
<xs:schema targetNamespace="http://www.osb.gc.ca/eFiling" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:element name="TrusteeAlert">
		<xs:annotation>
			<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">Trustee Alert that accompanies a submission</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="TrusteeAlert">
					<xs:annotation>
						<xs:documentation xml:lang="fr-CA"></xs:documentation><xs:documentation xml:lang="en-CA">A brief text to describe the problem/concern</xs:documentation>
					</xs:annotation>
					<xs:simpleType>
						<xs:restriction base="xs:string"/>
					</xs:simpleType>
				</xs:element>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
</xs:schema>
