Ok.
I have performed another test to customize my answer and retrieve :
<myNs:MyPoint srsName="...">
<gml:Point srsName="...">
<gml:pos>...</gml:pos>
<myNs:myElem>...</myNs:myElem>
</gml:Point>
</myNs:MyPoint>
So I have defined the following XSD :
<element name="MyPoint" type="myNs:myType" />
<complexType name="myType">
<complexContent>
<extension base="gml:GeometryPropertyType">
<sequence>
<element name="myElem" type="string"></element>
</sequence>
</extension>
</complexContent>
</complexType>
But now, GeoServer/App-schema does not perform Geometry mapping.
For your information, my final aim is to produce this XML :
<myNs:MyPoint srsName="...">
<gml:pos>...</gml:pos>
<myNs:myElem>...</myNs:myElem>
</myNs:MyPoint>
--
View this message in context:
http://osgeo-org.1560.n6.nabble.com/App-schema-How-to-map-Oracle-Geometry-into-GML-tp4984781p5014330.html
Sent from the GeoServer - User mailing list archive at Nabble.com.
------------------------------------------------------------------------------
LogMeIn Central: Instant, anywhere, Remote PC access and management.
Stay in control, update software, and manage PCs from one command center
Diagnose problems and improve visibility into emerging IT issues
Automate, monitor and manage. Do more in less time with Central
http://p.sf.net/sfu/logmein12331_d2d
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users