<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2006 rel. 3 sp2 (http://www.altova.com) by Ronald Taylor (STS) -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:hc="http://www.ieee.org/ATML/2007/HardwareCommon" xmlns:c="http://www.ieee.org/ATML/2007/Common" xmlns="http://www.ieee.org/ATML/2007/02/TestStationInstance" xmlns:ti="http://www.ieee.org/ATML/2007/02/TestEquipmentInstance" targetNamespace="http://www.ieee.org/ATML/2007/02/TestStationInstance" elementFormDefault="qualified" attributeFormDefault="unqualified" version="0.03">
	<xs:import namespace="http://www.ieee.org/ATML/2007/Common" schemaLocation="Common.xsd"/>
	<xs:import namespace="http://www.ieee.org/ATML/2007/HardwareCommon" schemaLocation="HardwareCommon.xsd"/>
	<xs:import namespace="http://www.ieee.org/ATML/2007/02/TestEquipmentInstance" schemaLocation="TestEquipmentInstance.xsd"/>
	<xs:element name="TestStationInstance">
		<xs:annotation>
			<xs:documentation>This schema defines the information associated with a Test Station.</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:complexContent>
				<xs:extension base="ti:TestEquipmentInstanceType">
					<xs:sequence>
						<xs:element name="Instruments">
							<xs:annotation>
								<xs:documentation>This element is a list of all instruments in the test station.</xs:documentation>
							</xs:annotation>
							<xs:complexType>
								<xs:sequence>
									<xs:element name="Instrument" maxOccurs="unbounded">
										<xs:complexType>
											<xs:complexContent>
												<xs:extension base="c:ItemDescriptionReference">
													<xs:attribute name="ID" type="c:NonBlankString" use="required">
														<xs:annotation>
															<xs:documentation>ID for the component</xs:documentation>
														</xs:annotation>
													</xs:attribute>
												</xs:extension>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
								</xs:sequence>
							</xs:complexType>
						</xs:element>
					</xs:sequence>
					<xs:attributeGroup ref="c:DocumentRootAttributes"/>
				</xs:extension>
			</xs:complexContent>
		</xs:complexType>
	</xs:element>
</xs:schema>

