<?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="LocationType" abstract="true">
      <xsd:annotation>
         <xsd:documentation source="http://en.wikipedia.org/wiki/Location_%28geography%29"/>
      </xsd:annotation>
   </xsd:complexType>
</xsd:schema>
