<?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:GenericProcess
	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:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://www.opengis.net/wps/2.0 ../../processProfile.xsd">
	<ows:Title>Simple Geodesic Features Buffer</ows:Title>
	<ows:Identifier>http://some.host/profileregistry/generic/SimpleGeodesicFeaturesBuffer</ows:Identifier>
	<ows:Metadata xlink:role="http://www.opengis.net/spec/wps/2.0/def/process-profile/concept" xlink:href="http://some.host/profileregistry/concept/buffer"/>
	<ows:Metadata xlink:role="http://www.opengis.net/spec/wps/2.0/def/process-profile/concept" xlink:href="http://some.host/profileregistry/concept/geodesicbuffer"/>
	
	<!-- Returns a geometry that represents all points whose distance from
		this Geometry is less than or equal to distance. Calculations are performed on the earth ellipsoid Geometry's spatial reference system. -->
	<ows:Metadata xlink:role="http://www.opengis.net/spec/wps/2.0/def/process/description/documentation" xlink:href="http://some.host/profileregistry/generic/SimpleGeodesicFeaturesBuffer.html"/>
	
	<wps:Input>
		<ows:Title>Input Geometry</ows:Title>
		<ows:Identifier>INPUT_GEOMETRY</ows:Identifier>
		<ows:Metadata xlink:role="http://www.opengis.net/spec/wps/2.0/def/process/description/documentation" xlink:href="http://some.host/profileregistry/generic/SimpleGeodesicFeaturesBuffer.html#input_geometry"/>
	</wps:Input>
	<wps:Input>
		<ows:Title>Distance</ows:Title>
		<ows:Identifier>DISTANCE</ows:Identifier>
		<!-- Distance shall be a metric distance unit -->
		<ows:Metadata xlink:role="http://www.opengis.net/spec/wps/2.0/def/process/description/documentation" xlink:href="http://some.host/profileregistry/generic/SimpleGeodesicFeaturesBuffer.html#distance"/>
	</wps:Input>
	<wps:Output>
		<ows:Title>Buffered Geometry</ows:Title>
		<ows:Identifier>BUFFERED_GEOMETRY</ows:Identifier>
		<ows:Metadata xlink:role="http://www.opengis.net/spec/wps/2.0/def/process/description/documentation" xlink:href="http://some.host/profileregistry/generic/SimpleGeodesicFeaturesBuffer.html#buffered_geometry"/>
	</wps:Output>
	
</wps:GenericProcess>