Just one add: the WFS response for the DescribeFeatureType is:
<?xml version="1.0" encoding="utf-8"?> <schema targetNamespace="http://www.mapinfo.com/wfs" xmlns:miwfs="http://www.mapinfo.com/wfs" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:gml="http://www.opengis.net/gml" elementFormDefault="qualified" xmlns="http://www.w3.org/2001/XMLSchema"> <xs:import namespace="http://www.opengis.net/wfs" schemaLocation="http://schemas.opengis.net/wfs/1.0.0/WFS-basic.xsd" /> <xs:element name="BootyIsland" type="miwfs:BootyIslands_Type" substitutionGroup="gml:_Feature" /> <xs:complexType name="BootyIslands_Type"> <xs:complexContent> <xs:extension base="gml:AbstractFeatureType"> <xs:sequence> <xs:element name="VL_GMTR" minOccurs="0" maxOccurs="1"> <xs:complexType> <xs:sequence> <xs:element ref="gml:_Geometry" /> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="ROWID" nillable="true" type="xs:string" minOccurs="0" maxOccurs="1" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> </schema> Best Regards Edu -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Missing-namespace-prefix-for-PropertyName-geometryName-tp5311523p5311554.html Sent from the OpenLayers Users mailing list archive at Nabble.com. _______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users
