<?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="IEEE754FloatValue.xsd"/>
	<xsd:complexType name="IEEE754PublishableFloatValueType" abstract="false">
		<xsd:annotation>
			<xsd:documentation>
				<Definition>A measured or computed value that consists of the value and attributes that define the precision of the value, the units of the value, the encoding of the value, the uncertainty value, and the method of determination of uncertainty.</Definition>
			</xsd:documentation>
		</xsd:annotation>
		<xsd:simpleContent>
			<xsd:extension base="IEEE754FloatValueType">
				<xsd:attribute name="publish" type="xsd:boolean" use="optional">
					<xsd:annotation>
						<xsd:documentation>
							<Definition>Indicates whether to publish the value through the public API.</Definition>
						</xsd:documentation>
					</xsd:annotation>
				</xsd:attribute>
				<xsd:attribute name="readingType" type="xsd:token" use="optional">
					<xsd:annotation>
						<xsd:documentation>
							<Definition>Code indicating reading type. The reading type code is used by Aquarius software to identify the type of value in the boots TS.</Definition>
						</xsd:documentation>
					</xsd:annotation>
				</xsd:attribute>
			</xsd:extension>
		</xsd:simpleContent>
	</xsd:complexType>
</xsd:schema>
