<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns="http://www.ieee.org/ATML/2007/02/UUTInstance" xmlns:hw="http://www.ieee.org/ATML/2007/HardwareCommon" xmlns:c="http://www.ieee.org/ATML/2007/Common" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.ieee.org/ATML/2007/02/UUTInstance" elementFormDefault="qualified" attributeFormDefault="unqualified" version="0.02">
	<xs:import namespace="http://www.ieee.org/ATML/2007/HardwareCommon" schemaLocation="HardwareCommon.xsd"/>
	<xs:import namespace="http://www.ieee.org/ATML/2007/Common" schemaLocation="Common.xsd"/>
	<xs:element name="UUTInstance">
		<xs:annotation>
			<xs:documentation>UUT Instance. Child element SerialNumber is required. If there is no associated UUTDescription document, the appropriate child element of Definition/Identification/IdentificationNumbers is required.</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:complexContent>
				<xs:extension base="c:HardwareInstance">
					<xs:attribute name="documentVersion" type="c:NonBlankString" use="required">
						<xs:annotation>
							<xs:documentation>Identifies a version number or level for the UUTInstance document itself, distinct from Definition/Identification/Version. </xs:documentation>
						</xs:annotation>
					</xs:attribute>
					<xs:attributeGroup ref="c:DocumentRootAttributes"/>
					<xs:attribute name="name" type="c:NonBlankString" use="optional"/>
				</xs:extension>
			</xs:complexContent>
		</xs:complexType>
	</xs:element>
</xs:schema>

