<?xml version="1.0" encoding="ISO-8859-1"?>
<FeatureDescription version="0.1.0" xmlns="http://www.opengis.net/bxfs" xmlns:gml="http://www.opengis.net/gml"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://www.opengis.net/bxfs http://www.ogcnetwork.net/schemas/bxfs/0.1.0/bxfs.xsd">
   <Description>
      <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" />
      <gml:Envelope>
         <gml:lowerCorner>36.076306 -89.575</gml:lowerCorner>
         
         <gml:upperCorner>39.345278 -82.057083</gml:upperCorner>
      </gml:Envelope>
   </Description>
   <Properties>
      <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" />
   </Properties>
</FeatureDescription>

