<?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/Equipment.xsd"/>
	<xsd:include schemaLocation="../shared/ReferenceListCodeType.xsd"/>
	<xsd:include schemaLocation="SensorGroup.xsd"/>
	<xsd:include schemaLocation="../shared/HistoryGroup.xsd"/>
	<xsd:element name="AcousticDopplerCurrentProfiler">
		<xsd:annotation>
			<xsd:documentation>
				<Definition>Information about an Acoustic Doppler Current Profiler (ADCP) meter used for stream discharge measruementsto measure stream velocity.</Definition>
			</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:group ref="SensorGroup"/>
				<xsd:element name="FrequencyCode" type="ReferenceListCodeType">
					<xsd:annotation>
						<xsd:documentation>
							<Definition>The code identifying the frequency setting of the Acoustic Doppler Current Profiler (ADCP).</Definition>
						</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:group ref="HistoryGroup"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
</xsd:schema>
