Jesus Loves GRASS

Technical blog about GRASS/GIS,open source geoinformatics and MAPSERVER.

Friday, May 18, 2007

WFS reply to DescribeFeatureType

This is the GML version 2 that the DescribeFeatureType will produce from a layer containing the most important cities of the study area:

<schema targetNamespace="http://mapserver.gis.umn.edu/mapserver" elementFormDefault="qualified" version="0.1">
<import namespace="http://www.opengis.net/gml" schemaLocation="http://schemas.opengis.net/gml/2.1.2/feature.xsd"/>
<element name="major_cities" type="ms:major_citiesType" substitutionGroup="gml:_Feature"/>
<complexType name="major_citiesType">
<complexContent>
<extension base="gml:AbstractFeatureType">
<sequence>
<element name="msGeometry" type="gml:GeometryPropertyType" minOccurs="0" maxOccurs="1"/>
<element name="cat" type="string"/>
<element name="AREA" type="string"/>
<element name="PERIMETER" type="string"/>
<element name="CITIES_" type="string"/>
<element name="CITIES_ID" type="string"/>
<element name="CITY_NAME" type="string"/>
<element name="GMI_ADMIN" type="string"/>
<element name="ADMIN_NAME" type="string"/>
<element name="FIPS_CNTRY" type="string"/>
<element name="CNTRY_NAME" type="string"/>
<element name="STATUS" type="string"/>
<element name="POP_RANK" type="string"/>
<element name="POP_CLASS" type="string"/>
<element name="PORT_ID" type="string"/>
<element name="AREA_1" type="string"/>
<element name="LEN" type="string"/>
</sequence>
</extension>
</complexContent>
</complexType>
</schema>

Labels: , ,

0 Comments:

Post a Comment

<< Home