<?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="PartialDateType">
      <xsd:annotation>
         <xsd:documentation/>
      </xsd:annotation>
      <xsd:union>
         <xsd:simpleType>
            <xsd:restriction base="xsd:date"/>
         </xsd:simpleType>
         <xsd:simpleType>
            <xsd:restriction base="xsd:gYearMonth"/>
         </xsd:simpleType>
         <xsd:simpleType>
            <xsd:restriction base="xsd:gYear"/>
         </xsd:simpleType>
      </xsd:union>
   </xsd:simpleType>
</xsd:schema>
