<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema 
            xmlns:nwis="http://water.usgs.gov/XML/5.0"
            
            xmlns:xsd="http://www.w3.org/2001/XMLSchema"
            id="PointPair-1.0.a"
            elementFormDefault="qualified">

	<xsd:include schemaLocation="../IEEE754FloatValue.xsd"/>

	<xsd:element name="PointPair">
		<xsd:annotation>
			<xsd:documentation>
				<Definition>A Table defines a transformation to be applied to an independent variable to produce a dependent variable.  A Table contains an optional list of offsets and a list of point-pairs ( x, y ) used in the transformation. x refers to the independent variable and y refers to the dependent variable. The dependent variable is computed by first applying any defined Offsets to the independent variable and then determining a value using interpolation between enclosing point-pairs.</Definition>
			</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
                                <xsd:element name="SequenceNumber" type="xsd:integer">
                                	<xsd:annotation>
            					<xsd:documentation>
              						<Definition>The sequence number of a curve point.</Definition>
            					</xsd:documentation>
          				</xsd:annotation>
        			</xsd:element>
				<xsd:element name="IndependentMeasure" type="IEEE754FloatValueType">
					<xsd:annotation>
						<xsd:documentation>
							<Definition>The independent value of a curve point pair.</Definition>
						</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="DependentMeasure" type="IEEE754FloatValueType">
					<xsd:annotation>
						<xsd:documentation>
							<Definition>The dependent value of a curve point pair.</Definition>
						</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
</xsd:schema>
