<?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="LocationSensor.xsd"/>
	<xsd:include schemaLocation="BubbleGageInspection.xsd"/>
	<xsd:include schemaLocation="CrestStageGageInspection.xsd"/>
	<xsd:include schemaLocation="WireWeightGageInspection.xsd"/>
	<xsd:include schemaLocation="MaximumMinimumGageInspection.xsd"/>
	<xsd:include schemaLocation="PrecipGageInspection.xsd"/>
	<xsd:include schemaLocation="SensorReading.xsd"/>
	<xsd:include schemaLocation="../shared/HistoryGroup.xsd"/>
	<xsd:element name="SensorInspection">
		<xsd:annotation>
			<xsd:documentation>
				<Definition>The inspection of a hydrologic data sensor and making one or more hydrologic data readings from that sensor.</Definition>
			</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element name="LocationSensor" type="LocationSensor" minOccurs="0"/>
				<xsd:choice minOccurs="0">
					<xsd:element ref="BubbleGageInspection"/>
					<xsd:element ref="CrestStageGageInspection"/>
					<xsd:element ref="WireWeightGageInspection"/>
					<xsd:element ref="MaximumMinimumGageInspection"/>
					<xsd:element ref="PrecipGageInspection"/>
				</xsd:choice>
				<xsd:element ref="SensorReading" minOccurs="0" maxOccurs="unbounded"/>
				<xsd:element name="Comment" type="xsd:string" minOccurs="0">
					<xsd:annotation>
						<xsd:documentation>
							<Definition>Comments about the sensor inspection.</Definition>
						</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:group ref="HistoryGroup"/>
				<xsd:any namespace="##other" processContents="skip" minOccurs="0" maxOccurs="unbounded"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
</xsd:schema>
