<?xml version="1.0" encoding="UTF-8"?>
<wfss:WFS_Simple_Capabilities version="1.0.0" updateSequence="0" xmlns="http://www.opengis.net/ows" 
	xmlns:wfss="http://www.opengis.net/wfss" 
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink" 
	xsi:schemaLocation="http://www.opengis.net/wfss http://www.ogcnetwork.net/schemas/wfssimple/0.5/wfss.xsd">
	
	<ServiceIdentification>
		<Title>USGS KY climate data generator</Title>
		<Abstract>WFS Basic capabilities document for USGS KY climate data generator</Abstract>
		<Keywords>
			<Keyword>air</Keyword>
			<Keyword>water</Keyword>
			<Keyword>temperature</Keyword>
		</Keywords>
		<ServiceType>wfsbasic</ServiceType>
		<ServiceTypeVersion>1.0.0</ServiceTypeVersion>
		<Fees>none</Fees>
		<AccessConstraints>none</AccessConstraints>
	</ServiceIdentification>
	<ServiceProvider>
		<ProviderName>Acme, Inc.</ProviderName>
		<ServiceContact>
			<PositionName>Geo Sys Admin</PositionName>
			<ContactInfo>
				<Phone>
					<Voice>1.800.CALL.US</Voice>
				</Phone>
				<Address>
					<ElectronicMailAddress>geoadmin@example.com</ElectronicMailAddress>
				</Address>
			</ContactInfo>
		</ServiceContact>
	</ServiceProvider>
	
	<OperationsMetadata>
		<Operation name="GetCapabilities">
			<DCP><HTTP><Get xlink:href="http://www.example.com/wfs"></Get></HTTP></DCP>
		</Operation>
		<Operation name="GetFeature">
			<DCP><HTTP><Get xlink:href="http://www.example.com/wfs"></Get></HTTP></DCP>
			<Parameter name="outputFormat">
				<Value>text/xml</Value>
			</Parameter>
		</Operation>
		<Operation name="DescribeFeatureType">
			<DCP><HTTP><Get xlink:href="http://www.example.com/wfs"></Get></HTTP></DCP>
			<Parameter name="outputFormat">
				<Value>text/xml</Value>
				<Value>application/bxfs+xml</Value>
			</Parameter>
		</Operation>
	</OperationsMetadata>
</wfss:WFS_Simple_Capabilities>
