Skip to content

Instantly share code, notes, and snippets.

@fernandor777
Created April 24, 2019 12:44
Show Gist options
  • Save fernandor777/75c079f0032992acc6ba6f771f1f08ec to your computer and use it in GitHub Desktop.
Save fernandor777/75c079f0032992acc6ba6f771f1f08ec to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<wfs:FeatureCollection numberOfFeatures="4" timeStamp="2019-04-24T12:42:55.933Z" xsi:schemaLocation="http://www.opengis.net/wfs http://localhost:8090/geoserver/schemas/wfs/1.1.0/wfs.xsd http://www.stations.org/1.0 file:/home/fernando/Documents/temporary/appschema-mappings-href/meteo.xsd">
<gml:featureMembers>
<st:Station gml:id="7">
<null:name>Bologna</null:name>
<st:stationCode>BOL</st:stationCode>
<st:observation>
<st:Observation id="3">
<st:parameterMember xlink:href="http://stations.org/1.0#1"/>
</st:Observation>
</st:observation>
<st:observation>
<st:Observation id="4">
<st:parameterMember xlink:href="http://stations.org/1.0#1"/>
</st:Observation>
</st:observation>
<st:observation>
<st:Observation id="5">
<st:parameterMember xlink:href="http://stations.org/1.0#2"/>
</st:Observation>
</st:observation>
<st:observation>
<st:Observation id="6">
<st:parameterMember xlink:href="http://stations.org/1.0#3"/>
</st:Observation>
</st:observation>
<st:observation xlink:href="#7"/>
<st:position>POINT (11.34 44.5)</st:position>
</st:Station>
<st:Station gml:id="13">
<null:name>Alessandria</null:name>
<st:stationCode>ALS</st:stationCode>
<st:observation>
<st:Observation id="1">
<st:parameterMember xlink:href="http://stations.org/1.0#1"/>
</st:Observation>
</st:observation>
<st:observation>
<st:Observation id="2">
<st:parameterMember xlink:href="http://stations.org/1.0#2"/>
</st:Observation>
</st:observation>
<st:position>POINT (8.63 44.92)</st:position>
</st:Station>
<st:Station gml:id="21">
<null:name>Rovereto2</null:name>
<st:stationCode>ROV</st:stationCode>
<st:observation>
<st:Observation id="8">
<st:parameterMember xlink:href="http://stations.org/1.0#2"/>
</st:Observation>
</st:observation>
<st:observation>
<st:Observation id="9">
<st:parameterMember xlink:href="http://stations.org/1.0#2"/>
</st:Observation>
</st:observation>
<st:position>POINT (11.05 45.89)</st:position>
</st:Station>
<st:Station gml:id="22">
<null:name>London</null:name>
<st:stationCode>LON</st:stationCode>
<st:observation>
<st:Observation id="10">
<st:parameterMember xlink:href="http://stations.org/1.0#1"/>
</st:Observation>
</st:observation>
<st:position>POINT (11.05 45.89)</st:position>
</st:Station>
</gml:featureMembers>
</wfs:FeatureCollection>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment