<?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:complexType name="AquifersTypeType" abstract="false">
      <xsd:annotation>
         <xsd:documentation source="http://wwwnwis.er.usgs.gov/nwisdocs4_6/gw/gwcoding_Sect2-1.pdf">
            <Definition>The type of aquifer(s) penetrated by a well.</Definition>
         </xsd:documentation>
      </xsd:annotation>
      <xsd:sequence>
         <xsd:element name="Code">
            <xsd:annotation>
               <xsd:documentation>
                  <Definition>A code indicating the type of aquifer(s) penetrated by a well.</Definition>
                  <Nwisdb>SITEFILE_##.aqfr_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="Name">
            <xsd:annotation>
               <xsd:documentation>
                  <Definition>A description of the type of aquifer(s) penetrated by a well.</Definition>
               </xsd:documentation>
            </xsd:annotation>
            <xsd:simpleType>
               <xsd:restriction base="xsd:token">
                  <xsd:minLength value="1"/>
                  <xsd:maxLength value="49"/>
               </xsd:restriction>
            </xsd:simpleType>
         </xsd:element>
      </xsd:sequence>
   </xsd:complexType>
</xsd:schema>
