<?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="AgencySiteUseType" abstract="false">
      <xsd:annotation>
         <xsd:documentation source="http://wwwnwis.er.usgs.gov/dbms/4.7/cm-dd.html#SITEFILE.agency_use_cd">
            <Definition>Agency site use. The site's data collection status.</Definition>
         </xsd:documentation>
      </xsd:annotation>
      <xsd:sequence>
         <xsd:element name="Code">
            <xsd:annotation>
               <xsd:documentation>
                  <Definition>Agency site use code. A code abbreviating the data collection status at a site.</Definition>
               </xsd:documentation>
            </xsd:annotation>
            <xsd:simpleType>
               <xsd:restriction base="xsd:token">
                  <xsd:length value="1"/>
               </xsd:restriction>
            </xsd:simpleType>
         </xsd:element>
         <xsd:element name="Description">
            <xsd:annotation>
               <xsd:documentation>
                  <Definition>Agency site use description. A description of the data collection status at a site.</Definition>
               </xsd:documentation>
            </xsd:annotation>
            <xsd:simpleType>
               <xsd:restriction base="xsd:token">
                  <xsd:minLength value="1"/>
                  <xsd:maxLength value="45"/>
               </xsd:restriction>
            </xsd:simpleType>
         </xsd:element>
      </xsd:sequence>
   </xsd:complexType>
</xsd:schema>
