<?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="ExpandCode.xsd"/>
	<xsd:include schemaLocation="PointPair.xsd"/>
	<xsd:include schemaLocation="Offset.xsd"/>

	<xsd:element name="LogCurve">
		<xsd:annotation>
			<xsd:documentation>
				<Definition>A logrithmic curve that is a series of point-pairs, with offsets defined.</Definition>
			</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="ExpandCode"/>
				<xsd:element ref="PointPair" maxOccurs="unbounded"/>
				<xsd:element ref="Offset" minOccurs="0" maxOccurs="3"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
</xsd:schema>
