@mangosystem/ogc-schemas
Version:
Jsonix XML-JSON mappings for OGC Schemas.
22 lines (20 loc) • 992 B
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>FB6DD4B0-A2BB-11E3-A5E2-0800200C9A66</wps:JobID>
<wps:Output id="some_id">
<wps:Reference xlink:href="http://tempuri.org/foobar" />
</wps:Output>
</wps:Result>