@mangosystem/ogc-schemas
Version:
Jsonix XML-JSON mappings for OGC Schemas.
25 lines (23 loc) • 1.1 kB
text/xml
<!--
OGC LICENSE HEADER
The official OGC XML schemas can be accessed under http://schemas.opengis.net.
Please consider the schema copyright notices: http://www.opengeospatial.org/ogc/document
and the OGC Copyright Notice and Disclaimers: http://www.opengeospatial.org/ogc/legal
If there are any questions left there is also a copyright FAQ: http://www.opengeospatial.org/ogc/legalfaq
-->
<wps:Result
xmlns:ows="http://www.opengis.net/ows/2.0" xmlns:wps="http://www.opengis.net/wps/2.0"
xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.opengis.net/wps/2.0 ../wpsGetResult.xsd ">
<wps:JobID>834593049fslis45o98d7f</wps:JobID>
<wps:Output id="foo1">
<wps:Reference xlink:href="http://foodata1"/>
</wps:Output>
<wps:Output id="foo2">
<wps:Output id="nested_foo">
<wps:Reference xlink:href="http://foodata2"/>
</wps:Output>
</wps:Output>
</wps:Result>