<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns="http://www.ieee.org/ATML/2007/01/UUTInstance" xmlns:c="http://www.ieee.org/ATML/2007/02/Common" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.ieee.org/ATML/2007/01/UUTInstance" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.01">
	<xs:import namespace="http://www.ieee.org/ATML/2007/02/Common" schemaLocation="Common.xsd"/>
	<xs:element name="UUTInstance">
		<xs:annotation>
			<xs:documentation>UUT Instance</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:complexContent>
				<xs:extension base="c:HardwareInstance">
					<xs:attribute name="version" type="c:NonBlankString"/>
					<xs:attribute name="name" type="c:NonBlankString"/>
					<xs:attributeGroup ref="c:DocumentRootAttributes"/>
				</xs:extension>
			</xs:complexContent>
		</xs:complexType>
	</xs:element>
</xs:schema>

