summaryrefslogtreecommitdiffstats
path: root/petascope/src/petascope/wcs2/schemas/Examples/requestGetCapabilities.xml
blob: b7966cb47e5dfb49886030b876282fe28664ed2f (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="UTF-8"?>
<wcs:GetCapabilities  xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
    xmlns:ows='http://www.opengis.net/ows/1.1'
    xmlns:wcs='http://www.opengis.net/wcs/2.0'
    xsi:schemaLocation='http://www.opengis.net/wcs/2.0 ../wcsAll.xsd'
    service="WCS" version="2.0.0">
    <ows:AcceptVersions>
        <ows:Version>2.0.0</ows:Version>
    </ows:AcceptVersions>
</wcs:GetCapabilities>