<?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:element name="WaterYear" type="xsd:positiveInteger">
		<xsd:annotation>
			<xsd:documentation>
				<Definition>A water year as defined from October 1 through September 30.</Definition>
			</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
</xsd:schema>
