<?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:simpleType name="TimeDurationType">
      <xsd:annotation>
         <xsd:documentation/>
      </xsd:annotation>
      <xsd:restriction base="xsd:string">
         <xsd:pattern value="[0-9][0-9]:[0-9][0-9]"/>
      </xsd:restriction>
   </xsd:simpleType>
   <xsd:element name="TimeDuration" type="TimeDurationType"/>
</xsd:schema>
