<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema version="5.0" 
            xmlns:nwis="http://water.usgs.gov/XML/NWIS/5.0"
            
            xmlns:xsd="http://www.w3.org/2001/XMLSchema"
            
            elementFormDefault="qualified">
   <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:sequence>
         <xsd:element name="Elevation" type="IEEE754FloatValueType" minOccurs="1" 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">
            <xsd:annotation>
               <xsd:documentation>
                  <Nwisdb>SITEFILE_##.alt_meth_cd</Nwisdb>
               </xsd:documentation>
            </xsd:annotation>
            <xsd:simpleType>
               <xsd:restriction base="xsd:token">
                  <xsd:length value="1"/>
               </xsd:restriction>
            </xsd:simpleType>
         </xsd:element>
         <xsd:element name="Datum">
            <xsd:annotation>
               <xsd:documentation>
                  <Nwisdb>SITEFILE_##.alt_datum_va</Nwisdb>
               </xsd:documentation>
            </xsd:annotation>
            <xsd:simpleType>
               <xsd:restriction base="xsd:token">
                  <xsd:minLength value="1"/>
                  <xsd:maxLength value="10"/>
               </xsd:restriction>
            </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:sequence>
   </xsd:complexType>
</xsd:schema>
