<?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="LinearCurve-1.0.a"
            elementFormDefault="qualified">

	<xsd:include schemaLocation="ExpandCode.xsd"/>
	<xsd:include schemaLocation="PointPair.xsd"/>

	<xsd:element name="LinearCurve">
		<xsd:annotation>
			<xsd:documentation>
				<Definition>A linear curve defined by pairs of points.</Definition>
			</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="ExpandCode"/>
				<xsd:element ref="PointPair" maxOccurs="unbounded"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
</xsd:schema>
