<?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="StreamDefinition.xsd"/>
	<xsd:complexType name="UnitValuesStreamGroup">
		<xsd:annotation>
			<xsd:documentation>
				<Definition>The sequence of the unit value components is 1) date and time, 2) the unit value, 3) the precision of the data value as reported. This value is a 1-digit number representing the number of places of accuracy, 4) the SourceFlags indicate the source of the unit value, 5)the remark code of the daily value.</Definition>
			</xsd:documentation>
		</xsd:annotation>
	    <xsd:sequence>
			<xsd:element ref="StreamDefinition">
                 <xsd:annotation>
                    <xsd:documentation>
                        <Definition>The definition of the data stream data elements.</Definition>
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
			<xsd:element name="Data" type="xsd:string">
                <xsd:annotation>
                    <xsd:documentation>
                        <Definition>The data stream that is comprised of may unit values, each of which contain the data elements defined in the StreamDefinition.</Definition>
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
	    </xsd:sequence>
	</xsd:complexType>
</xsd:schema>
