<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:ta="urn:IEEE-1671.5:2009.02:TestAdapterDescription" xmlns:te="urn:IEEE-1671:2009.02:TestEquipment" xmlns:hc="urn:IEEE-1671:2009.02:HardwareCommon" xmlns:c="urn:IEEE-1671:2009.02:Common" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:IEEE-1671.5:2009.02:TestAdapterDescription" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.03">
<xs:annotation>
<xs:documentation xml:lang="en">

This schema is specified in IEEE Std 1671.5-2008, "IEEE Trial-Use Standard
for Automatic Test Markup Language (ATML) for Exchanging Automatic Test 
Equipment and Test Information via XML:Exchanging Test Adapter Descriptions."
 
This schema is a World Wide Web Consortium (W3C) Extensible 
Markup Language (XML) binding of the ATML Test Adapter component defined in IEEE
Std 1671.5-2008,"IEEE Trial-Use Standard for Automatic Test Markup 
Language (ATML) for Exchanging Automatic Test Equipment and Test
Information via XML:Exchanging Test Adapter Descriptions."

The purpose of this schema is to allow the creation of IEEE Std 1671.5-2008
Test Adapter Description 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:2009.02:Common" schemaLocation="Common.xsd"/>
	<xs:import namespace="urn:IEEE-1671:2009.02:TestEquipment" schemaLocation="TestEquipment.xsd"/>
	<xs:element name="TestAdapterDescription">
		<xs:annotation>
			<xs:documentation>This schema defines the information associated with a Test Adapter.</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:complexContent>
				<xs:extension base="te:TestEquipment">
					<xs:attributeGroup ref="c:DocumentRootAttributes"/>
				</xs:extension>
			</xs:complexContent>
		</xs:complexType>
	</xs:element>
</xs:schema>
