<?xml version="1.0"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
				xmlns:commons="http://www.ftc2.com/xsd/RETSCommons/2007-04"
				targetNamespace="http://www.ftc2.com/xsd/RETSCommons/2007-04"
				elementFormDefault="qualified"
				attributeFormDefault="unqualified">
	<xs:include schemaLocation="http://www.ftc2.com/xsd/RETSCommons/2007-04/Primitives.xsd"/>

	<xs:element name="TestContainer">
		<xs:complexType>
			<xs:sequence>
				<xs:element	name="Remarks"
								type="commons:Remark"/>
				<xs:element	name="Measurement"
								type="commons:empty-string"/>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
</xs:schema>