<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2006 rel. 3 U (http://www.altova.com) by Eugene Song (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="TextTEDS.xsd"/>
	<xs:element name="TransducerChannelIdentificationTEDS" type="stml:TransducerChannelIdentificationTEDSType" substitutionGroup="stml:TextTEDS">
		<xs:annotation>
			<xs:documentation>1451 Smart Sensor TransducerChannelIdentification TEDS schema</xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:complexType name="TransducerChannelIdentificationTEDSDataBlockType">
		<xs:sequence>
			<xs:element name="ManufactruereID" type="stml:_String"/>
			<xs:element name="ModelNo" type="stml:_String" minOccurs="0" maxOccurs="255"/>
			<xs:element name="VersionCode" type="stml:_String" minOccurs="0" maxOccurs="255"/>
			<xs:element name="SerialNo" type="stml:_String" minOccurs="0" maxOccurs="255"/>
			<xs:element name="ChannelDescription" type="stml:_String" minOccurs="0" maxOccurs="65535"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="TransducerChannelIdentificationTEDSType">
		<xs:complexContent>
			<xs:extension base="stml:TextTEDSType">
				<xs:sequence>
					<xs:element name="XMLText" type="stml:TransducerChannelIdentificationTEDSDataBlockType"/>
					<xs:element name="XMLSum" type="stml:UInt16"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
</xs:schema>
