<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns="http://water.usgs.gov/XML/AQ" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://water.usgs.gov/XML/AQ" elementFormDefault="qualified" version="1.0">
	<xsd:include schemaLocation="../shared/IEEE754FloatValue.xsd"/>
	<xsd:complexType name="ElevationType" abstract="false">
		<xsd:annotation>
			<xsd:documentation>
				<Definition>Altitude. The elevation of an object from a known level or datum.</Definition>
			</xsd:documentation>
		</xsd:annotation>
		<xsd:all>
			<xsd:element name="Elevation" type="IEEE754FloatValueType" minOccurs="0" maxOccurs="1">
				<xsd:annotation>
					<xsd:documentation>
						<Definition>A measured or computed value that consists of the value and attributes that define the precision of the value, the units of the value, and the encoding of the value.</Definition>
						<Nwisdb>SITEFILE_##.alt_va</Nwisdb>
					</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="Method" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>
						<Nwisdb>SITEFILE_##.alt_meth_cd</Nwisdb>
					</xsd:documentation>
				</xsd:annotation>
				<xsd:simpleType>
					<xsd:restriction base="xsd:token"/>
				</xsd:simpleType>
			</xsd:element>
			<xsd:element name="Datum" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>
						<Nwisdb>SITEFILE_##.alt_datum_va</Nwisdb>
					</xsd:documentation>
				</xsd:annotation>
				<xsd:simpleType>
					<xsd:restriction base="xsd:token"/>
				</xsd:simpleType>
			</xsd:element>
			<xsd:element name="Accuracy" type="xsd:token" minOccurs="0" maxOccurs="1">
				<xsd:annotation>
					<xsd:documentation>
						<Definition>The accuracy of the elevation in terms of the possible error in feet. An accuracy of +/- 0.1 foot would be entered as ".1".</Definition>
					</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
		</xsd:all>
	</xsd:complexType>
</xsd:schema>
