<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns="urn:P-IEEE-1671.5:2008.03:TestAdapterDescription" xmlns:te="urn:P-IEEE-1671:2008.03:TestEquipment" xmlns:hc="urn:IEEE-1671:2008.01:HardwareCommon" xmlns:c="urn:IEEE-1671:2008.01:Common" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:P-IEEE-1671.5:2008.03:TestAdapterDescription" elementFormDefault="qualified" attributeFormDefault="unqualified" version="0.15">
	<xs:import namespace="urn:IEEE-1671:2008.01:Common" schemaLocation="Common.xsd"/>
	<xs:import namespace="urn:P-IEEE-1671:2008.03: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>
