<?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:complexType name="NationalWaterUseType" abstract="false">
      <xsd:annotation>
         <xsd:documentation>
            <Definition>National water use category. A nationally designated category of functional water use at a site.</Definition>
         </xsd:documentation>
      </xsd:annotation>
      <xsd:sequence>
         <xsd:element name="Code">
            <xsd:annotation>
               <xsd:documentation>
                  <Definition>National water use category code. A code which represents the category of functional water use at a site.</Definition>
               </xsd:documentation>
            </xsd:annotation>
            <xsd:simpleType>
               <xsd:restriction base="xsd:token">
                  <xsd:length value="2"/>
               </xsd:restriction>
            </xsd:simpleType>
         </xsd:element>
         <xsd:element name="Name" type="xsd:token">
            <xsd:annotation>
               <xsd:documentation>
                  <Definition>National water use category name. The name of a nationally designated category of functional water use at a site.</Definition>
               </xsd:documentation>
            </xsd:annotation>
         </xsd:element>
         <xsd:element name="Description">
            <xsd:annotation>
               <xsd:documentation source="http://wwwnwis.er.usgs.gov/dbms/4.7/cm-dd.html#NAT_WATER_USE_CD">
                  <Definition>National water use category description. The description of a nationally designated category of functional water use at a site.</Definition>
               </xsd:documentation>
            </xsd:annotation>
            <xsd:simpleType>
               <xsd:restriction base="xsd:token">
                  <xsd:minLength value="1"/>
                  <xsd:maxLength value="512"/>
               </xsd:restriction>
            </xsd:simpleType>
         </xsd:element>
      </xsd:sequence>
   </xsd:complexType>
</xsd:schema>
