<?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="../ADAPS/TsLocation.xsd"/>
	<xsd:include schemaLocation="../shared/ReferenceListCodeType.xsd"/>
	<xsd:include schemaLocation="../shared/DateTimeWithDatumPartial.xsd"/>
	<xsd:include schemaLocation="../shared/Parameter.xsd"/>
	<xsd:include schemaLocation="../shared/IEEE754PublishableFloatValue.xsd"/>
	<xsd:element name="EnvironmentalMeasurement">
		<xsd:annotation>
			<xsd:documentation>
				<Definition>A measurement performed at a location at the hydrologic site using a defined instrument producing a value with the units of the specified parameter code.</Definition>
			</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:all>
				<xsd:element ref="Location">
					<xsd:annotation>
						<xsd:documentation>
							<Definition>The location at a site where the environmental measurement was performed.</Definition>
						</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element ref="Parameter">
					<xsd:annotation>
						<xsd:documentation>
							<Definition>The Parameter definition.</Definition>
						</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="ParameterCode" type="ReferenceListCodeType" minOccurs="0">
					<xsd:annotation>
						<xsd:documentation>
							<Definition>The USGS parameter code indicating the parameter and units being sensed.</Definition>
						</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="MethodCode" type="ReferenceListCodeType" minOccurs="0">
					<xsd:annotation>
						<xsd:documentation>
							<Definition>The method code indicating the specific method used to measure the data.</Definition>
						</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="DateTime" type="DateTimeWithDatumPartial">
					<xsd:annotation>
						<xsd:documentation>
							<Definition>The date and time that the measurement was performed. This can be a partial date and time.</Definition>
						</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="Measure" type="IEEE754PublishableFloatValueType">
					<xsd:annotation>
						<xsd:documentation>
							<Definition>The value measured. The units are the units of the parameter code.</Definition>
						</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="RemarkCode" type="ReferenceListCodeType" minOccurs="0">
					<xsd:annotation>
						<xsd:documentation>
							<Definition>The Code indicating a remark about the value of the measurement.</Definition>
						</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
			</xsd:all>
		</xsd:complexType>
	</xsd:element>
</xsd:schema>
