<?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/IEEE754FloatValue.xsd" />
	<xsd:include schemaLocation="../shared/DataAgingCode.xsd" />
	<xsd:include schemaLocation="../shared/RecordHistory.xsd" />

	<xsd:element name="StatisticalSummaryPeriod">
		<xsd:annotation>
			<xsd:documentation>
				<Definition>Defines the flow statistics for a defined period of
					either a water year, calendar year, or period of record.</Definition>
			</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element name="PeriodCode">
					<xsd:annotation>
						<xsd:documentation>
							<Definition>Defines the type of period where: "WY" = the period
								from October 1st to September 30th, "CY" = the period from
								January 1st to December 31st, and "PR" = the period of record.</Definition>
						</xsd:documentation>
					</xsd:annotation>
					<xsd:simpleType>
						<xsd:restriction base="xsd:NMTOKEN">
							<xsd:enumeration value="WY" />
							<xsd:enumeration value="CY" />
							<xsd:enumeration value="PR" />
						</xsd:restriction>
					</xsd:simpleType>
				</xsd:element>
				<xsd:element name="DaysUsedNumber" type="xsd:integer">
					<xsd:annotation>
						<xsd:documentation>
							<Definition>The number of days of daily values used in the
								calculation.</Definition>
						</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="TotalFlowMeasure" type="IEEE754FloatValueType"
					minOccurs="0">
					<xsd:annotation>
						<xsd:documentation>
							<Definition>The sum of the daily mean values of discharge for the
								period.</Definition>
						</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="MeanFlowMeasure" type="IEEE754FloatValueType"
					minOccurs="0">
					<xsd:annotation>
						<xsd:documentation>
							<Definition>The arithmetic mean of the individual daily mean
								discharges for the period.</Definition>
						</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="MaximumDailyFlowMeasure" type="IEEE754FloatValueType"
					minOccurs="0">
					<xsd:annotation>
						<xsd:documentation>
							<Definition>The maximum instantaneous discharge that occured for
								the period.</Definition>
						</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="MaximumDailyFlowDate" type="xsd:date"
					minOccurs="0">
					<xsd:annotation>
						<xsd:documentation>
							<Definition>The date of the maximum instantaneous discharge that
								occured for the period.</Definition>
						</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="MinimumDailyFlowMeasure" type="IEEE754FloatValueType"
					minOccurs="0">
					<xsd:annotation>
						<xsd:documentation>
							<Definition>The minimum instantaneous discharge that occured for
								the period.</Definition>
						</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="MinimumDailyFlowDate" type="xsd:date"
					minOccurs="0">
					<xsd:annotation>
						<xsd:documentation>
							<Definition>The date of the minimum instantaneous discharge that
								occured for the period.</Definition>
						</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="MinimumSevenDayFlowMeasure" type="IEEE754FloatValueType"
					minOccurs="0">
					<xsd:annotation>
						<xsd:documentation>
							<Definition>The lowest mean discharge for 7 consecutive days
								during the period.</Definition>
						</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="MinimumSevenDayFlowDate" type="xsd:date"
					minOccurs="0">
					<xsd:annotation>
						<xsd:documentation>
							<Definition>The beginning date of the 7-day period for the
								value.</Definition>
						</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="RunoffInMeasure" type="IEEE754FloatValueType"
					minOccurs="0">
					<xsd:annotation>
						<xsd:documentation>
							<Definition>Defines the depth, in inches, to which the drainage
								area would be covered if all of the runoff were uniformly
								distributed.</Definition>
						</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="RunoffAcreFeetMeasure" type="IEEE754FloatValueType"
					minOccurs="0">
					<xsd:annotation>
						<xsd:documentation>
							<Definition>Defines the volumn, in the acre-feet, of the runoff.</Definition>
						</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="RunoffCFSMeasure" type="IEEE754FloatValueType"
					minOccurs="0">
					<xsd:annotation>
						<xsd:documentation>
							<Definition>Defines the volumn, in cubic feet per square mile of
								the runoff.</Definition>
						</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="DailyFlow10PercentileMeasure" type="IEEE754FloatValueType" minOccurs="0">
					<xsd:annotation>
						<xsd:documentation>
							<Definition>The discharge that is exceeded by 10 percent of the
								flow for the period.</Definition>
						</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="DailyFlow50PercentileMeasure" type="IEEE754FloatValueType" minOccurs="0">
					<xsd:annotation>
						<xsd:documentation>
							<Definition>The discharge that is exceeded by 50 percent of the
								flow for the period.</Definition>
						</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="DailyFlow90PercentileMeasure" type="IEEE754FloatValueType"
					minOccurs="0">
					<xsd:annotation>
						<xsd:documentation>
							<Definition>The discharge that is exceeded by 90 percent of the
								flow for the period.</Definition>
						</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="MaximumInstantaneousFlowMeasure"
					minOccurs="0">
					<xsd:annotation>
						<xsd:documentation>
							<Definition>The maximum instantaneous flow occurring for the
								period.</Definition>
						</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="MaximumInstantaneousFlowDate" type="xsd:date"
					minOccurs="0">
					<xsd:annotation>
						<xsd:documentation>
							<Definition>The date of the minimum instantaneous discharge
								that occured for the period.</Definition>
						</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="MaximumInstantaneousStageMeasure"
					minOccurs="0">
					<xsd:annotation>
						<xsd:documentation>
							<Definition>The maximum instantaneous stage occurring for the
								period.</Definition>
						</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="MaximumInstantaneousStageDate" type="xsd:date"
					minOccurs="0">
					<xsd:annotation>
						<xsd:documentation>
							<Definition>The date of the maximum instantaneous stage that
								occured for the period.</Definition>
						</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="MinimumInstantaneousFlowMeasure"
					minOccurs="0">
					<xsd:annotation>
						<xsd:documentation>
							<Definition>The minimum instantaneous flow occurring for the
								period.</Definition>
						</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="MinimumInstantaneousFlowDate" type="xsd:date"
					minOccurs="0">
					<xsd:annotation>
						<xsd:documentation>
							<Definition>The date of the minimum instantaneous discharge
								that occured for the period.</Definition>
						</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
</xsd:schema>
