<?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="IEEE754FloatValue.xsd"/>

   <xsd:complexType name="IEEE754UncertaintyFloatValueType" abstract="false">
      <xsd:annotation>
         <xsd:documentation>
            <Definition>A measured or computed value that consists of the value and attributes that define the precision of the value, the units of the value, the encoding of the value, the uncertainty value, and the method of determination of uncertainty.</Definition>
         </xsd:documentation>
      </xsd:annotation>
      <xsd:simpleContent>
         <xsd:extension base="IEEE754FloatValueType">
            <xsd:attribute name="uncertainty" type="xsd:string" use="optional">
               <xsd:annotation>
                  <xsd:documentation>
                     <Definition>The value of uncertainty of the Float value.</Definition>
                  </xsd:documentation>
               </xsd:annotation>
            </xsd:attribute>
            <xsd:attribute name="uncertaintyCode" type="xsd:string" use="optional">
               <xsd:annotation>
                  <xsd:documentation>
                     <Definition>The code indicating method of determination of the value of uncertainty.</Definition>
                  </xsd:documentation>
               </xsd:annotation>
            </xsd:attribute>
         </xsd:extension>
      </xsd:simpleContent>
   </xsd:complexType>
</xsd:schema>
