<?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:include schemaLocation="ThermoelectricPowerPlantCoolingMethod.xsd"/>
   <xsd:include schemaLocation="ThermoelectricPowerPlantFuel.xsd"/>
   <xsd:include schemaLocation="WaterUseSite.xsd"/>
   <xsd:complexType name="ThermoelectricPowerPlantType" abstract="false">
      <xsd:annotation>
         <xsd:documentation>
            <Definition>Thermoelectric power plant. A power plant site where fuel is burned to produce electricity.</Definition>
         </xsd:documentation>
      </xsd:annotation>
      <xsd:complexContent>
         <xsd:extension base="WaterUseSiteType">
            <xsd:sequence>
               <xsd:element name="ThermoelectricPowerPlantFuel" type="ThermoelectricPowerPlantFuelType"
                            minOccurs="0"
                            maxOccurs="3">
                  <xsd:annotation>
                     <xsd:documentation>
                        <Definition>Thermoelectric power plant fuel. The fuel burned at a thermoelectric power plant to produce electricity.</Definition>
                     </xsd:documentation>
                  </xsd:annotation>
               </xsd:element>
               <xsd:element name="ThermoelectricPowerPlantCoolingMethod"
                            type="ThermoelectricPowerPlantCoolingMethodType"
                            minOccurs="0"
                            maxOccurs="1">
                  <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:element>
            </xsd:sequence>
         </xsd:extension>
      </xsd:complexContent>
   </xsd:complexType>
   <xsd:element name="ThermoelectricPowerPlant" type="ThermoelectricPowerPlantType"
                substitutionGroup="WaterUseSite"/>
</xsd:schema>
