<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSPY v5 rel. 4 U (http://www.xmlspy.com) by Martin Oswald (Q-DAS GmbH) -->
<xsd:schema targetNamespace="QML" xmlns="QML" xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.1.0">
	<xsd:include schemaLocation="RepType-V_1_2_1.xsd"/>
	<xsd:element name="QML">
		<xsd:complexType>
			<xsd:choice>
				<xsd:element name="Reports">
					<xsd:complexType>
						<xsd:sequence>
							<xsd:element name="Report" type="ReportType"/>
						</xsd:sequence>
					</xsd:complexType>
				</xsd:element>
			</xsd:choice>
			<xsd:attribute name="qmlVersion" use="required">
				<xsd:simpleType>
					<xsd:restriction base="xsd:string">
						<xsd:enumeration value="1.1.0"/>
						<xsd:enumeration value="1.2.0"/>
						<xsd:enumeration value="1.2.1"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
			<xsd:attribute name="company" type="xsd:string"/>
			<xsd:attribute name="project" type="xsd:string"/>
			<xsd:attribute name="gageType" type="xsd:string"/>
			<xsd:attribute name="xsdVersion" type="xsd:string"/>
			<xsd:attribute name="qmlSchemaLocation" type="xsd:string" use="required"/>
			<xsd:attribute name="k0100" type="xsd:integer" use="optional"/>
		</xsd:complexType>
	</xsd:element>
</xsd:schema>

