<?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:include schemaLocation="../shared/TimeZone.xsd"/>
   <xsd:complexType name="SiteTimeZoneType" abstract="false">
      <xsd:annotation>
         <xsd:documentation>
            <Definition>Site time zone. The time zone a site is located in.</Definition>
         </xsd:documentation>
      </xsd:annotation>
      <xsd:sequence>
         <xsd:element name="ObservesDST" type="xsd:boolean">
            <xsd:annotation>
               <xsd:documentation>
                  <Definition>Observes Daylight Saving Time flag. Indicates whether observations made at a site recognize time offsets imposed by U.S. Daylight Saving Time, or an analogous offset scheme used in some another part of the world.</Definition>
               </xsd:documentation>
            </xsd:annotation>
         </xsd:element>
         <xsd:element name="TimeZone" type="TimeZoneType" minOccurs="1" maxOccurs="1">
            <xsd:annotation>
               <xsd:documentation>
                  <Definition>Time zone. The time zone code of a site location.</Definition>
                  <Nwisdb>TZ</Nwisdb>
               </xsd:documentation>
            </xsd:annotation>
         </xsd:element>
      </xsd:sequence>
   </xsd:complexType>
</xsd:schema>
