<?xml version="1.0"?>
<WFS_Capabilities version="1.0.0" updateSequence="0" xmlns="http://www.opengis.net/wfs" xmlns:ogc="http://www.opengis.net/ogc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/wfs http://schemas.opengeospatial.net/wfs/1.0.0/WFS-capabilities.xsd">
	<Service>
		<Name>Coastmap WFS</Name>
		<Title>Applied Science Associates - WFS Demo Server</Title>
		<Abstract>This demonstration server was setup by ASA to demonstrate WFS connectivity and provide feature data</Abstract>
		<OnlineResource>http://demo.asamap.com/wfs/asa_wfs.asp?</OnlineResource>
	</Service>
	<Capability>
		<Request>
			<GetCapabilities>
				<DCPType>
					<HTTP>
						<Get onlineResource="http://demo.asamap.com/wfs/asa_wfs.asp?"/>
					</HTTP>
				</DCPType>
				<DCPType>
					<HTTP>
						<Post onlineResource="http://demo.asamap.com/wfs/asa_wfsxml.asp?"/>
					</HTTP>
				</DCPType>
			</GetCapabilities>
			<DescribeFeatureType>
				<SchemaDescriptionLanguage>
					<XMLSCHEMA/>
				</SchemaDescriptionLanguage>
				<DCPType>
					<HTTP>
						<Get onlineResource="http://demo.asamap.com/wfs/asa_wfs.asp?"/>
					</HTTP>
				</DCPType>
				<DCPType>
					<HTTP>
						<Post onlineResource="http://demo.asamap.com/wfs/asa_wfsxml.asp?"/>
					</HTTP>
				</DCPType>
			</DescribeFeatureType>
			<GetFeature>
				<ResultFormat>
					<GML2/>
					<GML3/>
				</ResultFormat>
				<DCPType>
					<HTTP>
						<Get onlineResource="http://demo.asamap.com/wfs/asa_wfs.asp?"/>
					</HTTP>
				</DCPType>
				<DCPType>
					<HTTP>
						<Post onlineResource="http://demo.asamap.com/wfs/asa_wfsxml.asp?"/>
					</HTTP>
				</DCPType>
			</GetFeature>
		</Request>
	</Capability>
	<FeatureTypeList>
		<Operations>
			<Query/>
		</Operations>
		<FeatureType>
			<Name>Hycom</Name>
			<Title>Hycom Currents Data</Title>
			<SRS>EPSG:4326</SRS>
			<LatLongBoundingBox minx="-80" miny="32" maxx="-75" maxy="35"/>
		</FeatureType>
		<!--	<FeatureType>
        <Name>Ncom</Name>
        <Title>Ncom Currents Data</Title>
        <SRS>EPSG:4326</SRS>
        <LatLongBoundingBox minx="-80" miny="32" maxx="-75" maxy="35" />
    </FeatureType>
	<FeatureType>
        <Name>Quoddy</Name>
        <Title>Quoddy Currents Data</Title>
        <SRS>EPSG:4326</SRS>
        <LatLongBoundingBox minx="-77.33" miny="36.5" maxx="-75.54" maxy="39.5" />
    </FeatureType>-->
		<FeatureType>
			<Name>Gfs</Name>
			<Title>Gfs Winds Data</Title>
			<SRS>EPSG:4326</SRS>
			<LatLongBoundingBox minx="-80" miny="32" maxx="-75" maxy="35"/>
		</FeatureType>
		<FeatureType>
			<Name>Nam</Name>
			<Title>Nam Winds Data</Title>
			<SRS>EPSG:4326</SRS>
			<LatLongBoundingBox minx="-80" miny="32" maxx="-75" maxy="35"/>
		</FeatureType>
	</FeatureTypeList>
	<ogc:Filter_Capabilities>
		<ogc:Spatial_Capabilities>
			<ogc:Spatial_Operators>
				<ogc:BBOX/>
			</ogc:Spatial_Operators>
		</ogc:Spatial_Capabilities>
	</ogc:Filter_Capabilities>
</WFS_Capabilities>

