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 "<TypeName>" tag below to the name of another 
6
      dataset, you can see the GML Schema for that layer.
7
      This will have all the column names and types.
8
      The getCapabilities demo will tell you the names of all the layers!
9
  -->
10
<DescribeFeatureType
11
  version="1.0.0"
12
  service="WFS"
13
  xmlns="http://www.opengis.net/wfs"
14
  xmlns:topp="http://www.openplans.org/topp"
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">
17
  
18
    <TypeName>topp:states</TypeName>
19
    
20
</DescribeFeatureType>
(1-1/20)