<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSPY v2004 rel. 4 U (http://www.xmlspy.com) by Scott D. Bartholoma (U.S. Geological Survey) -->
<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:complexType name="BasinDrainageAreaType" abstract="false">
		<xsd:annotation>
			<xsd:documentation source="http://wwwnwis.er.usgs.gov/dbms/4.7/cm-dd.html#SITEFILE.basin_cd">
				<Definition>BasinDrainageArea. The drainage area of the basin a site is located in.</Definition>
			</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="DrainageArea" type="IEEE754FloatValueType" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>
						<Definition>The total drainage area of the drainage basin for a surface-water site (in square miles).</Definition>
					</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="ContributingDrainageArea" type="IEEE754FloatValueType" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>
						<Definition>The contributing drainage area of the drainage basin for a surface-water site (in square miles).</Definition>
					</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
		</xsd:sequence>
	</xsd:complexType>
</xsd:schema>
