WFS DescribeFeature
Uwe Raudszus
URaudszus at STADTDO.DE
Thu Aug 11 08:13:09 PDT 2005
Hello,
i have updated my MapServer from 4.4.2 to 4.6.0. The response of the
DescribeFeature Request has changed now.
Does any one have any idea where are my attributes now?
Thanks.
Uwe
Request:
http://doris/mapserver/mapserv.exe?map=d:\UMNMapServer\Dienste\BPlan\bplanwfs.map&SERVICE=WFS&VERSION=1.0.0
&REQUEST=DescribeFeatureType&TYPENAME=Bebauungsplangrenzen
Response with Version 4.4.2
<?xml version='1.0' encoding="ISO-8859-1" ?>
<schema
targetNamespace="http://doris.stadtdo.de/doris"
xmlns:doris="http://doris.stadtdo.de/doris"
xmlns:ogc="http://www.opengis.net/ogc"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:gml="http://www.opengis.net/gml"
elementFormDefault="qualified" version="0.1" >
<import namespace="http://www.opengis.net/gml"
schemaLocation="http://schemas.opengeospatial.net/gml/2.1.2
/feature.xsd" />
<element name="Bebauungsplangrenzen"
type="doris:Bebauungsplangrenzen_Type"
substitutionGroup="gml:_Feature" />
<complexType name="Bebauungsplangrenzen_Type">
<complexContent>
<extension base="gml:AbstractFeatureType">
<sequence>
<element ref="gml:polygonProperty" minOccurs="0" />
<element name="TEXT" type="string" />
<element name="NAME" type="string" />
<element name="BLATT" type="string" />
<element name="RECHTSKRAF" type="string" />
<element name="BNV" type="string" />
<element name="AENDERUNG" type="string" />
<element name="TF" type="string" />
<element name="B1" type="string" />
<element name="B2" type="string" />
<element name="B3" type="string" />
<element name="B4" type="string" />
<element name="B5" type="string" />
<element name="AB" type="string" />
<element name="FOLIE" type="string" />
<element name="OSCHL" type="string" />
<element name="NUMBEZ" type="string" />
<element name="OBJNUM" type="string" />
</sequence>
</extension>
</complexContent>
</complexType>
</schema>
Response with Version 4.6.0
<?xml version='1.0' encoding="ISO-8859-1" ?>
<schema
targetNamespace="http://doris.stadtdo.de/doris"
xmlns:doris="http://doris.stadtdo.de/doris"
xmlns:ogc="http://www.opengis.net/ogc"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:gml="http://www.opengis.net/gml"
elementFormDefault="qualified" version="0.1" >
<import namespace="http://www.opengis.net/gml"
schemaLocation="http://schemas.opengeospatial.net/gml/2.1.2
/feature.xsd" />
<element name="Bebauungsplangrenzen"
type="doris:BebauungsplangrenzenType"
substitutionGroup="gml:_Feature" />
<complexType name="BebauungsplangrenzenType">
<complexContent>
<extension base="gml:AbstractFeatureType">
<sequence>
<element name="msGeometry" type="gml:GeometryPropertyType"
minOccurs="0" maxOccurs="1"/>
</sequence>
</extension>
</complexContent>
</complexType>
</schema>
More information about the MapServer-users
mailing list