<?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="DailyValueDataStream">
		<xsd:annotation>
			<xsd:documentation>
				<Definition>The daily values stream defines a daily value time-series where the daily values are packaged as a stream of data where the daily values and the components of the daily values are separated by a delimiter. The default separator is a comma. The daily values items contained in the stream are stream contains of one or more daily values, each of which consist of;  1) The date of the daily value(YYYYMMDD), 2) type of daily value (E or C), 3) data aging code, 4) daily value, 5) precision of the value, 6) remark code.</Definition>
			</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="StreamDefinition"/>
				<xsd:element name="Data" type="xsd:string"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
</xsd:schema>
