summaryrefslogtreecommitdiffstats
path: root/petascope/test/testcases-wcs/input/GetCapabilitiesMax.xml
blob: b17c7143cd2eea62931428bc10ffd4e7c68910eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<GetCapabilities xmlns="http://www.opengis.net/wcs/1.1" 
xmlns:owcs="http://www.opengis.net/wcs/1.1/ows" 
service="WCS">
	<owcs:AcceptVersions>
		<owcs:Version>1.0.0</owcs:Version>
		<owcs:Version>0.8.3</owcs:Version>
	</owcs:AcceptVersions>
	<owcs:Sections>
		<owcs:Section>Contents</owcs:Section>
	</owcs:Sections>
	<owcs:AcceptFormats>
		<owcs:OutputFormat>text/xml</owcs:OutputFormat>
	</owcs:AcceptFormats>
</GetCapabilities>