<?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="MapType" abstract="false">
      <xsd:annotation>
         <xsd:documentation>
            <Definition>Map. A USGS topographical map.</Definition>
         </xsd:documentation>
      </xsd:annotation>
      <xsd:sequence>
         <xsd:element name="Name">
            <xsd:annotation>
               <xsd:documentation>
                  <Definition>Map name. A USGS topographical map name.</Definition>
                  <Nwisdb>SITEFILE_##.map_nm</Nwisdb>
               </xsd:documentation>
            </xsd:annotation>
            <xsd:simpleType>
               <xsd:restriction base="xsd:token">
                  <xsd:minLength value="1"/>
                  <xsd:maxLength value="20"/>
               </xsd:restriction>
            </xsd:simpleType>
         </xsd:element>
         <xsd:element name="Scale" type="xsd:token" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
               <xsd:documentation>
                  <Definition>Map scale. The ratio of a single unit of distance on a map to the equivalent distance on the ground.</Definition>
               </xsd:documentation>
            </xsd:annotation>
         </xsd:element>
      </xsd:sequence>
   </xsd:complexType>
</xsd:schema>
