<?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="ManufacturerDefinedTEDS" type="stml:ManufacturerDefinedTEDSType"/>
	<xs:complexType name="ManufacturerDefinedTEDSType">
		<xs:annotation>
			<xs:documentation>Manufacturer-defined TEDS may be in any format required by the manufacturer’s application software. A generic system shall not attempt to parse these TEDS or interpret their content in any manner. </xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="TEDSLength" type="stml:UInt32"/>
			<xs:element name="ManufDefTEDSDataBlock">
				<xs:complexType>
					<xs:sequence>
						<xs:element name="TEDSID">
							<xs:complexType>
								<xs:sequence>
									<xs:element name="Type" type="xs:short"/>
									<xs:element name="Length" type="xs:short"/>
									<xs:element name="Value" type="stml:UInt8Array"/>
								</xs:sequence>
							</xs:complexType>
						</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
			<xs:element name="CheckSum" type="stml:UInt16"/>
		</xs:sequence>
	</xs:complexType>
</xs:schema>

