<?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="GeographicLocationTEDS" type="stml:GeographicLocationTEDSType" substitutionGroup="stml:TextTEDS">
		<xs:annotation>
			<xs:documentation>1451 Smart Sensor GeographicLocation TEDS schema</xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:complexType name="GeographicLocationTEDSDataBlockType">
		<xs:sequence>
			<xs:element name="Longtitude" type="stml:_String"/>
			<xs:element name="Latitude" type="stml:_String"/>
			<xs:element name="Altitude" type="stml:_String"/>
			<xs:element name="Position" type="stml:_String"/>
			<xs:element name="Orientation" type="stml:_String"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="GeographicLocationTEDSType">
		<xs:complexContent>
			<xs:extension base="stml:TextTEDSType">
				<xs:sequence>
					<xs:element name="XMLText" type="stml:GeographicLocationTEDSDataBlockType"/>
					<xs:element name="XMLSum" type="stml:UInt16"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
</xs:schema>

