WFS_getCapabilities-1.1.xml 618 B

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