Project

General

Profile

1
<!-- A sample describe request.  The schema is generated automatically by  -->
2
<!-- GeoServer.  You can modify the schema with the web interface to hide  -->
3
<!-- and/or require certain attributes. -->
4
<!-- 
5
      If you change the "<Coverage>" tag below to the name of another 
6
      coverage, you can see the GML Schema for that layer.
7
      The getCapabilities demo will tell you the names of all the layers!
8
  -->
9
<DescribeCoverage
10
  version="1.0.0"
11
  service="WCS"
12
  xmlns="http://www.opengis.net/wcs"
13
  xmlns:nurc="http://www.nurc.nato.int"
14
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
15
  xsi:schemaLocation="http://www.opengis.net/wcs http://schemas.opengis.net/wcs/1.0.0/describeCoverage.xsd">
16
  
17
    <Coverage>nurc:Pk50095</Coverage>
18
    
19
</DescribeCoverage>
(1-1/46)