<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema version="5.0" 
            xmlns:nwis="http://water.usgs.gov/XML/NWIS/5.0"
            
            xmlns:xsd="http://www.w3.org/2001/XMLSchema"
            
            elementFormDefault="qualified">

	<xsd:include schemaLocation="StreamDefinition.xsd"/>

	<xsd:element 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 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:sequence>
	</xsd:element>
</xsd:schema>
