<?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="Sensor.xsd"/>
	<xsd:include schemaLocation="DriftCheckTurbidityReading.xsd"/>
	<xsd:include schemaLocation="../shared/IEEE754UncertaintyFloatValue.xsd"/>
	<xsd:include schemaLocation="../shared/ReferenceListCodeType.xsd"/>
	<xsd:element name="DriftCheckTurbidity">
		<xsd:annotation>
			<xsd:documentation>
				<Definition>The information about the calibration drift check of a QW monitor sensor for turbidity, during a site visit.</Definition>
			</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element name="Sensor" type="Sensor">
					<xsd:annotation>
						<xsd:documentation>
							<Definition>The specific sensor (turbidity) installed on the water quality monitor being inspected.</Definition>
						</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="FieldSensor" type="Sensor" minOccurs="0">
					<xsd:annotation>
						<xsd:documentation>
							<Definition>The field meter sensor that was used to check the validity of the monitor sensor reading.</Definition>
						</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="MaximumMeasure" type="IEEE754UncertaintyFloatValueType" minOccurs="0">
					<xsd:annotation>
						<xsd:documentation>
							<Definition>The maximum value read from the turbidity sensor during the check or calibration.</Definition>
						</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="SensorWiperCode" type="ReferenceListCodeType">
					<xsd:annotation>
						<xsd:documentation>
							<Definition>The code indicating if the sensor wiper was cleaned or changed.</Definition>
						</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="Comment" type="xsd:string" minOccurs="0">
					<xsd:annotation>
						<xsd:documentation>
							<Definition>Comments regarding the turbidity check or calibration.</Definition>
						</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element ref="DriftCheckTurbidityReading" minOccurs="0" maxOccurs="unbounded"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
</xsd:schema>
