<?xml version="1.0" encoding="ISO-8859-1"?>
<featurecollection xmlns="http://www.opengis.net/bxfs" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/bxfs file:/Users/rajsingh/workspace/projects/wfssimple/xml/bxfs.xsd" version="0.0.2">
	<meta>
		<Title>EPA Legacy Storet data service</Title>
		<Abstract>Data supplied to EPA before 1999 were all placed in Legacy STORET</Abstract>
		<MetadataURL url="http://www.epa.gov/storet/about.html"/>
		<bbox minx="-89.575" miny="36.076306" maxx="-82.057083" maxy="39.345278"/>
	</meta>
	<featureSet name="storetlegacy">
		<definition>
			<property name="agency" type="string"/>
			<property name="station" type="string"/>
			<property name="lat" type="double"/>
			<property name="lon" type="double"/>
			<property name="huc" type="string"/>
			<property name="station_type" type="string"/>
			<property name="station_depth" type="integer"/>
			<property name="description" type="string"/>
			<property name="result_value" type="string"/>
			<property name="r" type="string"/>
			<property name="param" type="string"/>
			<property name="start_date" type="timestamp"/>
			<property name="end_date" type="timestamp"/>
			<property name="sample_depth" type="double"/>
		</definition>
	</featureSet>
</featurecollection>
