<?xml version="1.0" encoding="UTF-8"?>
<GetCapabilities xmlns="http://www.opengis.net/ows/1.1" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.opengis.net/ows/1.1 ../owsGetCapabilities.xsd" 
updateSequence="XYZ123">
	<!-- Maximum example for WCS. Primary editor: Arliss Whiteside. Last updated 2006-03-16-->
	<AcceptVersions>
		<Version>1.0.0</Version>
		<Version>0.8.3</Version>
	</AcceptVersions>
	<Sections>
		<Section>Contents</Section>
	</Sections>
	<AcceptFormats>
		<OutputFormat>text/xml</OutputFormat>
	</AcceptFormats>
</GetCapabilities>

