<?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="MeasurementFromReferencePoint.xsd"/>
	<xsd:include schemaLocation="Correction.xsd"/>
	<xsd:include schemaLocation="../shared/HistoryGroup.xsd"/>
	<xsd:element name="SensorReadingDetail">
		<xsd:annotation>
			<xsd:documentation>
				<Definition>Details that explain calculations and corrections that are part of the sensor reading.</Definition>
			</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="MeasurementFromReferencePoint" minOccurs="0"/>
				<xsd:element ref="Correction" minOccurs="0"  maxOccurs="unbounded"/>
				<xsd:element name="TapeCorrection" type="IEEE754FloatValueType" minOccurs="0">
					<xsd:annotation>
						<xsd:documentation>
							<Definition>Total correction used in the calculation of the reading.</Definition>
						</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="WaterLevel" type="IEEE754FloatValueType" minOccurs="0">
					<xsd:annotation>
						<xsd:documentation>
							<Definition>Water level value based on parameter.</Definition>
						</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
</xsd:schema>