<?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="Area.xsd"/>
   <xsd:complexType name="TimeZoneType" abstract="false">
      <xsd:annotation>
         <xsd:documentation source="http://wwwnwis.er.usgs.gov/nwisdocs4_6/gw/gwcoding_Sect2-1.pdf">
            <Definition>Time zone. The time zone code of a site location.</Definition>
            <Nwisdb>TZ</Nwisdb>
         </xsd:documentation>
      </xsd:annotation>
      <xsd:complexContent>
         <xsd:extension base="AreaType">
            <xsd:sequence>
               <xsd:element name="Code">
                  <xsd:annotation>
                     <xsd:documentation>
                        <Nwisdb>TZ.tz_cd</Nwisdb>
                     </xsd:documentation>
                  </xsd:annotation>
                  <xsd:simpleType>
                     <xsd:restriction base="xsd:token">
                        <xsd:minLength value="1"/>
                        <xsd:maxLength value="6"/>
                     </xsd:restriction>
                  </xsd:simpleType>
               </xsd:element>
               <xsd:element name="Name" minOccurs="0">
                  <xsd:annotation>
                     <xsd:documentation>
                        <Nwisdb>TZ.tz_nm</Nwisdb>
                     </xsd:documentation>
                  </xsd:annotation>
                  <xsd:simpleType>
                     <xsd:restriction base="xsd:token">
                        <xsd:minLength value="1"/>
                        <xsd:maxLength value="32"/>
                     </xsd:restriction>
                  </xsd:simpleType>
               </xsd:element>
               <xsd:element name="Description" minOccurs="0">
                  <xsd:annotation>
                     <xsd:documentation>
                        <Nwisdb>TZ.tz_ds</Nwisdb>
                     </xsd:documentation>
                  </xsd:annotation>
                  <xsd:simpleType>
                     <xsd:restriction base="xsd:token">
                        <xsd:minLength value="1"/>
                        <xsd:maxLength value="255"/>
                     </xsd:restriction>
                  </xsd:simpleType>
               </xsd:element>
               <xsd:element name="UTCOffset" type="xsd:duration" minOccurs="0">
                  <xsd:annotation>
                     <xsd:documentation>
                        <Nwisdb>TZ.tz_utc_offset_tm</Nwisdb>
                     </xsd:documentation>
                  </xsd:annotation>
               </xsd:element>
               <xsd:element name="DSTCode" minOccurs="0">
                  <xsd:annotation>
                     <xsd:documentation>
                        <Nwisdb>TZ.tz_dst_cd</Nwisdb>
                     </xsd:documentation>
                  </xsd:annotation>
                  <xsd:simpleType>
                     <xsd:restriction base="xsd:token">
                        <xsd:minLength value="1"/>
                        <xsd:maxLength value="6"/>
                     </xsd:restriction>
                  </xsd:simpleType>
               </xsd:element>
               <xsd:element name="DSTName" minOccurs="0">
                  <xsd:annotation>
                     <xsd:documentation>
                        <Nwisdb>TZ.tz_dst_nm</Nwisdb>
                     </xsd:documentation>
                  </xsd:annotation>
                  <xsd:simpleType>
                     <xsd:restriction base="xsd:token">
                        <xsd:minLength value="1"/>
                        <xsd:maxLength value="64"/>
                     </xsd:restriction>
                  </xsd:simpleType>
               </xsd:element>
               <xsd:element name="DSTOffset" type="xsd:duration" minOccurs="0">
                  <xsd:annotation>
                     <xsd:documentation>
                        <Definition>Daylight Saving Time offset time. The number of hours offset from UTC time when Daylight Saving Time is in effect, in ISO format.</Definition>
                     </xsd:documentation>
                  </xsd:annotation>
               </xsd:element>
            </xsd:sequence>
         </xsd:extension>
      </xsd:complexContent>
   </xsd:complexType>
</xsd:schema>
