<?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="../shared/IEEE754FloatValue.xsd"/>
	<xsd:include schemaLocation="../shared/DateTimeWithDatumPartial.xsd"/>
	<xsd:include schemaLocation="../shared/IEEE754PublishableFloatValue.xsd"/>
	<xsd:element name="CrestStageGageReading">
		<xsd:annotation>
			<xsd:documentation>
				<Definition>The reading of a high water mark on a crest-stage gage.</Definition>
			</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element name="HighWaterMarkMeasure" type="IEEE754FloatValueType">
					<xsd:annotation>
						<xsd:documentation>
							<Definition>The reading of the high water mark within the crest stage gage. The default units are in feet.</Definition>
						</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="StreamStageMeasure" type="IEEE754PublishableFloatValueType" minOccurs="0">
					<xsd:annotation>
						<xsd:documentation>
							<Definition>The calculated stream stage based on the crest-stage gage high water mark value. The default units are in feet.</Definition>
						</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="EstimatedDateTime" type="DateTimeWithDatumPartial" minOccurs="0">
					<xsd:annotation>
						<xsd:documentation>
							<Definition>The estimated (full or partial) date/time that the high water mark occured.</Definition>
						</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
</xsd:schema>
