Project

General

Profile

1
<!-- Gets the WFS capabilities. For WMS capabilities, see WMS_getCapabilities demo-->
2
<!--
3

    
4
      This will briefly describe all the layers (FeatureTypes) in that you have
5
      in your WFS server, plus more generic information about what your server
6
      supports.
7
      
8
      For more information about a particular FeatureType, use the 
9
      WFS_describeFeatureType.xml demo!
10
      
11
  -->
12
<GetCapabilities
13
  service="WFS"
14
  xmlns="http://www.opengis.net/wfs"
15
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
16
  xsi:schemaLocation="http://www.opengis.net/wfs http://schemas.opengis.net/wfs/1.0.0/WFS-basic.xsd"/>
(2-2/20)