<?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="LocationAndTitleTEDS" type="stml:LocationAndTitleTEDSType" substitutionGroup="stml:TextTEDS">
		<xs:annotation>
			<xs:documentation>1451 Smart Sensor LocationAndTitle TEDS schema</xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:complexType name="LocationAndTitleDataBlockType">
		<xs:sequence>
			<xs:element name="LocationAndTitle" maxOccurs="255">
				<xs:complexType>
					<xs:sequence>
						<xs:element name="URL4TEDS" type="stml:_String"/>
						<xs:element name="TEDSTitle" type="stml:_String"/>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="LocationAndTitleTEDSType">
		<xs:complexContent>
			<xs:extension base="stml:TextTEDSType">
				<xs:sequence>
					<xs:element name="XMLText" type="stml:LocationAndTitleDataBlockType"/>
					<xs:element name="XMLSum" type="stml:UInt16"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
</xs:schema>
