<?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="BasinType" abstract="false">
      <xsd:annotation>
         <xsd:documentation source="http://wwwnwis.er.usgs.gov/dbms/4.7/cm-dd.html#SITEFILE.basin_cd">
            <Definition>Basin. The drainage basin a site is located in.</Definition>
         </xsd:documentation>
      </xsd:annotation>
      <xsd:sequence>
         <xsd:element name="Code">
            <xsd:annotation>
               <xsd:documentation>
                  <Definition>A code representing the drainage basin a site is located in.</Definition>
                  <Nwisdb>SITEFILE_##.basin_cd</Nwisdb>
               </xsd:documentation>
            </xsd:annotation>
            <xsd:simpleType>
               <xsd:restriction base="xsd:token">
                  <xsd:length value="2"/>
               </xsd:restriction>
            </xsd:simpleType>
         </xsd:element>
      </xsd:sequence>
   </xsd:complexType>
</xsd:schema>
