<?xml version="1.0" encoding="UTF-8"?>
<xs:schema targetNamespace="urn:IEEE-1671.2:2009.03:InstrumentInstance" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.09" xmlns:insti="urn:IEEE-1671.2:2009.03:InstrumentInstance" xmlns:te="urn:IEEE-1671:2010:TestEquipment" xmlns:hc="urn:IEEE-1671:2010:HardwareCommon" xmlns:c="urn:IEEE-1671:2010:Common" xmlns:xs="http://www.w3.org/2001/XMLSchema">
	<xs:annotation>
		<xs:documentation xml:lang="en">

This schema is specified in IEEE Std 1671.2-2008, "IEEE Trial-Use Standard
for Automatic Test Markup Language (ATML) for Exchanging Automatic Test 
Equipment and Test Information via XML:Exchanging Instrument Descriptions."
 
This schema is a World Wide Web Consortium (W3C) Extensible 
Markup Language (XML) binding of the ATML Instrument Instance component defined in IEEE
Std 1671.2-2008,"IEEE Trial-Use Standard for Automatic Test Markup 
Language (ATML) for Exchanging Automatic Test Equipment and Test
Information via XML:Exchanging Instrument Descriptions."

The purpose of this schema is to allow the creation of IEEE Std 1671.2-2008
Instrument Instance instance documents.
This schema uses the W3C XML Schema definition
language as the encoding. This allows for interoperability and 
the exchange of ATML component instances between various systems.
This schema shall not be modified but may be included in 
derivative works. 

Copyright (c) 2009 Institute of Electrical and Electronics 
Engineers, Inc.

USE AT YOUR OWN RISK

</xs:documentation>
	</xs:annotation>
	<xs:import namespace="urn:IEEE-1671:2010:TestEquipment" schemaLocation="TestEquipment.xsd"/>
	<xs:import namespace="urn:IEEE-1671:2010:HardwareCommon" schemaLocation="HardwareCommon.xsd"/>
	<xs:import namespace="urn:IEEE-1671:2010:Common" schemaLocation="Common.xsd"/>
	<xs:element name="InstrumentInstance" type="insti:InstrumentInstance">
		<xs:annotation>
			<xs:documentation>The InstrumentInstance element shall identify a specific instrument. 
</xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:complexType name="InstrumentInstance">
		<xs:annotation>
			<xs:documentation>The InstrumentInstance element shall identify a specific instrument. 
</xs:documentation>
		</xs:annotation>
		<xs:complexContent>
			<xs:extension base="c:HardwareInstance">
				<xs:sequence>
					<xs:element name="Paths" type="te:Paths" minOccurs="0">
						<xs:annotation>
							<xs:documentation>The InstrumentInstance/Paths child element shall identify the characteristics of the signal paths through the specific Instrument and interface hardware
</xs:documentation>
						</xs:annotation>
					</xs:element>
					<xs:element name="Capabilities" type="hc:Capabilities" minOccurs="0">
						<xs:annotation>
							<xs:documentation>The InstrumentInstance/Capabilities child element shall identify the capabilities of a specific instrument. 
</xs:documentation>
						</xs:annotation>
					</xs:element>
					<xs:element name="Extension" type="c:Extension" minOccurs="0">
						<xs:annotation>
							<xs:documentation>The InstrumentInstance/Extension child element shall provide a specific extension point for use cases that require elements not provided in the basic structure.
</xs:documentation>
						</xs:annotation>
					</xs:element>
				</xs:sequence>
				<xs:attribute name="name" type="c:NonBlankString" use="optional">
					<xs:annotation>
						<xs:documentation>A string that permits the name of the instance document to be indicated.</xs:documentation>
					</xs:annotation>
				</xs:attribute>
				<xs:attribute name="version" type="c:NonBlankString" use="optional">
					<xs:annotation>
						<xs:documentation>A string that permits the version of the instance document to be indicated.</xs:documentation>
					</xs:annotation>
				</xs:attribute>
				<xs:attributeGroup ref="c:DocumentRootAttributes"/>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
</xs:schema>

