<?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:stml="http://localhost/1451HTTPAPI" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://localhost/1451HTTPAPI" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:include schemaLocation="SmartTransducerDataModel.xsd"/>
	<xs:element name="UserTransducerNameTEDS" type="stml:UserTransducerNameTEDSType"/>
	<xs:complexType name="UserTransdNameTEDSDataBlockType">
		<xs:annotation>
			<xs:documentation>Structure of the user transducer name TEDS data block</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="TEDSID">
				<xs:annotation>
					<xs:documentation>TEDS Identification Header</xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:sequence>
						<xs:element name="Type" type="xs:short" default="3"/>
						<xs:element name="Length" type="xs:short" default="4"/>
						<xs:element name="Value" type="stml:UInt8Array"/>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
			<xs:element name="Format">
				<xs:annotation>
					<xs:documentation>Format description of this TEDS</xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:sequence>
						<xs:element name="Type" type="xs:short" default="4"/>
						<xs:element name="Length" type="xs:short" default="1"/>
						<xs:element name="Value" type="stml:UInt8"/>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
			<xs:element name="TCName">
				<xs:annotation>
					<xs:documentation>TIM or Transducer Channel Name</xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:sequence>
						<xs:element name="Type" type="xs:short" default="5"/>
						<xs:element name="Length" type="xs:short"/>
						<xs:element name="Value" type="stml:_String"/>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="UserTransducerNameTEDSType">
		<xs:annotation>
			<xs:documentation>This is a required TEDS for the TIM and recommended for all Transducers. The User’s transducer name TEDS provides a place to store the name by which the system or the end user will know this transducer.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="TEDSLength" type="stml:UInt32">
				<xs:annotation>
					<xs:documentation>TEDS length</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="UserTransdNameTEDSDataBlock" type="stml:UserTransdNameTEDSDataBlockType"/>
			<xs:element name="CheckSum" type="stml:UInt16">
				<xs:annotation>
					<xs:documentation>Checksum</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
</xs:schema>
