<?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="AquifersType.xsd"/>
   <xsd:include schemaLocation="../shared/IEEE754FloatValue.xsd"/>
   <xsd:include schemaLocation="Site.xsd"/>
   <xsd:complexType name="GroundWaterSiteType" abstract="false">
      <xsd:annotation>
         <xsd:documentation source="http://wwwnwis.er.usgs.gov/nwisdocs4_6/gw/gwcoding_Sect2-1.pdf">
            <Definition>Ground water site. A site where ground water is monitored.</Definition>
         </xsd:documentation>
      </xsd:annotation>
      <xsd:complexContent>
         <xsd:extension base="SiteType">
            <xsd:sequence>
               <xsd:element name="Type">
                  <xsd:annotation>
                     <xsd:documentation source="http://wwwnwis.er.usgs.gov/nwisdocs4_6/gw/gwcoding_Sect2-1.pdf">
                        <Definition>Ground water site type.</Definition>
                        <Nwisdb>SITEFILE_##.gw_type_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="AquifersTypeCode" type="AquifersTypeType" minOccurs="0" maxOccurs="1">
                  <xsd:annotation>
                     <xsd:documentation>
                        <Definition>Aquifers type code. The type of aquifer(s) penetrated by a ground water well.</Definition>
                        <Nwisdb>SITEFILE_##.aqfr_type_cd</Nwisdb>
                     </xsd:documentation>
                  </xsd:annotation>
               </xsd:element>
               <xsd:element name="WellDepth" type="IEEE754FloatValueType" minOccurs="0" maxOccurs="1">
                  <xsd:annotation>
                     <xsd:documentation>
                        <Definition>Well depth. The depth of the finished well, in feet below land-surface datum. The depth of the well is the greatest depth to which the well can be sounded; if measurement is not practical, enter the reported depth at which the well was finished.</Definition>
                        <Nwisdb>SITEFILE_##.well_depth_va</Nwisdb>
                     </xsd:documentation>
                  </xsd:annotation>
               </xsd:element>
               <xsd:element name="HoleDepth" type="IEEE754FloatValueType" minOccurs="0" maxOccurs="1">
                  <xsd:annotation>
                     <xsd:documentation>
                        <Definition>Hole depth. Enter the total depth to which the hole was drilled, in feet below the land-surface datum, even though it may have been plugged back in completing the well. For collector or Ranney type wells, enter the depth of the central shaft. For multiple-well fields, interconnected wells, ponds, tunnels, or drains, leave the space blank and enter the data into the Miscellaneous Special-Cases Record.</Definition>
                        <Nwisdb>SITEFILE_##.hole_depth_va</Nwisdb>
                     </xsd:documentation>
                  </xsd:annotation>
               </xsd:element>
               <xsd:element name="DepthDataSource" type="xsd:token" minOccurs="0" maxOccurs="1">
                  <xsd:annotation>
                     <xsd:documentation>
                        <Definition>Source of depth data.</Definition>
                        <Nwisdb>SITEFILE_##.depth_src_cd</Nwisdb>
                     </xsd:documentation>
                  </xsd:annotation>
               </xsd:element>
            </xsd:sequence>
         </xsd:extension>
      </xsd:complexContent>
   </xsd:complexType>
   <xsd:element name="GroundWaterSite" type="GroundWaterSiteType" substitutionGroup="Site"/>
</xsd:schema>
