<?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="AdcpTransectAttribute.xsd"/>
	<xsd:include schemaLocation="../shared/IEEE754UncertaintyFloatValue.xsd"/>
	<xsd:include schemaLocation="../shared/DateTimeWithDatumPartial.xsd"/>
	<xsd:element name="AdcpTransect">
		<xsd:annotation>
			<xsd:documentation>
				<Definition>A transect where the stream discharge was measured.</Definition>
			</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element name="DischargeMeasure" type="IEEE754UncertaintyFloatValueType">
					<xsd:annotation>
						<xsd:documentation>
							<Definition>The stream discharge of the discharge measurement sub-section. The default units are in cubic feet per second.</Definition>
						</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="StartDateTime" type="DateTimeWithDatumPartial" minOccurs="0">
					<xsd:annotation>
						<xsd:documentation>
							<Definition>The starting (full or partial) date and time of the transect.</Definition>
						</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="EndDateTime" type="DateTimeWithDatumPartial" minOccurs="0">
					<xsd:annotation>
						<xsd:documentation>
							<Definition>The ending (full or partial) data and time of the transect.</Definition>
						</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element ref="AdcpTransectAttribute" minOccurs="0" maxOccurs="unbounded"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
</xsd:schema>
