All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ogc.wfs.2.0.examples.DescribeFeatureType.DescribeFeatureType_Example02_Request.xml Maven / Gradle / Ivy

<?xml version="1.0" ?>
<DescribeFeatureType
   service="WFS" 
   version="2.0.2"
   outputFormat="text/xml; subtype=gml/3.2"
   xmlns="http://www.opengis.net/wfs/2.0"
   xmlns:myns="http://www.someserver.example.com/myns"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://www.opengis.net/wfs/2.0 http://schemas.opengis.net/wfs/2.0/wfs.xsd">
   <TypeName>myns:Person</TypeName>
</DescribeFeatureType>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy