<?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="SiteUseType" abstract="false">
      <xsd:annotation>
         <xsd:documentation source="http://wwwnwis.er.usgs.gov/nwisdocs4_6/gw/gwcoding_Sect2-1.pdf">
            <Definition>Site use. The use of the site or purpose for which the site was constructed (the former always holds precedence over the latter).</Definition>
         </xsd:documentation>
      </xsd:annotation>
      <xsd:sequence>
         <xsd:element name="Code">
            <xsd:annotation>
               <xsd:documentation>
                  <Definition>Site use code. A code indicating the use of the site or purpose for which the site was constructed.</Definition>
               </xsd:documentation>
            </xsd:annotation>
            <xsd:simpleType>
               <xsd:restriction base="xsd:token">
                  <xsd:minLength value="1"/>
                  <xsd:maxLength value="1"/>
               </xsd:restriction>
            </xsd:simpleType>
         </xsd:element>
         <xsd:element name="Description">
            <xsd:annotation>
               <xsd:documentation>
                  <Definition>Site use description.</Definition>
               </xsd:documentation>
            </xsd:annotation>
            <xsd:simpleType>
               <xsd:restriction base="xsd:token">
                  <xsd:minLength value="1"/>
                  <xsd:maxLength value="24"/>
               </xsd:restriction>
            </xsd:simpleType>
         </xsd:element>
      </xsd:sequence>
   </xsd:complexType>
</xsd:schema>
