<?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="ThermoelectricPowerPlantCoolingMethodType" abstract="false">
      <xsd:annotation>
         <xsd:documentation>
            <Definition>Thermoelectric power plant cooling method. A method used to cool water at a thermoelectric power plant.</Definition>
         </xsd:documentation>
      </xsd:annotation>
      <xsd:sequence>
         <xsd:element name="Code">
            <xsd:annotation>
               <xsd:documentation>
                  <Definition>Thermoelectric power plant cooling method code. A code indicating a method used to cool water at a thermoelectric power plant.</Definition>
               </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>
