<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:ca="urn:IEEE-1671:2009.01:Capabilities" xmlns:hc="urn:IEEE-1671:2009.01:HardwareCommon" xmlns:c="urn:IEEE-1671:2009.01:Common" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:IEEE-1671:2009.01:Capabilities" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.01">
	<xs:annotation>
		<xs:documentation xml:lang="en">
      This schema is specified in IEEE 1671-2006, "IEEE Trial-Use Standard
      for Automatic Test Markup Language (ATML) for Exchanging Automatic Test 
      Equipment and Test Information via XML."
      This schema is a World Wide Web Consortium (W3C) Extensible
      Markup Language (XML) binding of the ATML Common component defined in IEEE
      1671-2006, "IEEE Trial-Use Standard for Automatic Test Markup 
      Language (ATML) for Exchanging Automatic Test Equipment and Test
      Information via XML."
      The purpose of this schema is to provide unique types and attributes 
      for ATML schemas. 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) 2006 Institute of Electrical and Electronics
      Engineers, Inc.

      USE AT YOUR OWN RISK
    </xs:documentation>
	</xs:annotation>
	<xs:import namespace="urn:IEEE-1671:2009.01:Common" schemaLocation="Common.xsd"/>
	<xs:import namespace="urn:IEEE-1671:2009.01:HardwareCommon" schemaLocation="HardwareCommon.xsd"/>
	<xs:element name="Capabilities">
		<xs:annotation>
			<xs:documentation>List of Capabilities</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:complexContent>
				<xs:extension base="ca:Capabilities">
					<xs:attribute name="version" type="c:NonBlankString"/>
					<xs:attribute name="name" type="c:NonBlankString"/>
					<xs:attributeGroup ref="c:DocumentRootAttributes"/>
				</xs:extension>
			</xs:complexContent>
		</xs:complexType>
	</xs:element>
	<xs:complexType name="Capabilities">
		<xs:annotation>
			<xs:documentation>Collector element used to group a list of capabilities</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="Capability" type="hc:Capability" maxOccurs="unbounded"/>
		</xs:sequence>
	</xs:complexType>
</xs:schema>
