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

	<xsd:element name="DataAgingCode" type="xsd:string" default="W">
		<xsd:annotation>
			<xsd:documentation>
				<Definition>The code indicating the data aging status of the information. This indicates the level of review the data has undergone.</Definition>
			</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
</xsd:schema>
