<?xml version="1.0" encoding="UTF-8"?>
<!--
    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:Execute
	xmlns:wps="http://www.opengis.net/wps/2.0"
	xmlns:ows="http://www.opengis.net/ows/2.0"
	xmlns:xlink="http://www.w3.org/1999/xlink"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://www.opengis.net/wps/2.0 ../wpsExecute.xsd"
	service="WPS" version="2.0.0" response="document" mode="async">
	<ows:Identifier>http://my.wps.server/processes/proximity/Planar-Buffer</ows:Identifier>
	<wps:Input id="INPUT_GEOMETRY">
		<wps:Reference xlink:href="http://some.data.server/mygmldata.xml"/>
	</wps:Input>
	<wps:Input id="DISTANCE">
		<wps:Data>10</wps:Data>
	</wps:Input>
	<!-- Uses default output format -->
	<wps:Output id="BUFFERED_GEOMETRY" transmission="reference"/>
</wps:Execute>