<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2006 rel. 3 U (http://www.altova.com) by Myriam V Estrella (NIST) -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:stml="http://localhost/1451HTTPAPI" targetNamespace="http://localhost/1451HTTPAPI" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:include schemaLocation="SmartTransducerDataModel.xsd"/>
	<xs:include schemaLocation="SmartTransducerTEDS.xsd"/>
	<xs:include schemaLocation="TIM.xsd"/>
	<xs:include schemaLocation="TransducerChannel.xsd"/>
	<xs:include schemaLocation="TransducerChannelProxy.xsd"/>
	<xs:include schemaLocation="Sensor.xsd"/>
	<xs:include schemaLocation="Actuator.xsd"/>
	<xs:include schemaLocation="EventSensor.xsd"/>
	<xs:element name="SmartTransducerML">
		<xs:annotation>
			<xs:documentation>IEEE 1451 Smart Transducer XML Schema</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:all>
				<xs:element ref="stml:TIM"/>
				<xs:element ref="stml:TransducerChannelProxy"/>
				<xs:element ref="stml:ControlGroup"/>
				<xs:element ref="stml:VectorGroup"/>
				<xs:element ref="stml:TransducerChannel"/>
				<xs:element ref="stml:SmartTransducerTEDS"/>
			</xs:all>
			<xs:attribute name="version" type="xs:token" default="1.0"/>
		</xs:complexType>
	</xs:element>
</xs:schema>

