<?xml version="1.0" encoding="UTF-8"?>
<tsml:ObservationProcess gml:id="xsd-observation-process.example" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:om="http://www.opengis.net/om/2.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:tsml="http://www.opengis.net/timeseriesml/1.3" xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gco="http://www.isotc211.org/2005/gco" xsi:schemaLocation="http://www.opengis.net/timeseriesml/1.3 http://schemas.opengis.net/tsml/1.3/timeseriesML.xsd">
	<gml:description>Example observation process for XML encoding http://www.opengis.net/spec/waterml/2.0/req/xsd-observation-process</gml:description>
	<tsml:processType xlink:href="http://www.opengis.net/def/waterml/2.0/processType/Algorithm" xlink:title="Algorithmic Process"/>
	<tsml:originatingProcess xlink:href="http://www.example.com/observations/1.8" xlink:title="Timeseries Observation 1.8"/>
	<tsml:aggregationDuration>P1D</tsml:aggregationDuration>
	<tsml:verticalDatum xlink:href="urn:ogc:def:crs:EPSG::5711" xlink:title="Australian height datum"/>
	<tsml:processReference xlink:href="http://kisters.de/tsm_agent/min_daily_mean_monthly" xlink:title="Minimum Daily Mean Monthly"/>
	<tsml:input xlink:href="http://sweet.jpl.nasa.gov/2.2/propSpaceTickness.owl#WaterHeight" xlink:title="Water Height"/>
	<tsml:parameter>
		<om:NamedValue>
			<om:name xlink:href="http://sweet.jpl.nasa.gov/2.2/propDifference.owl#Bias" xlink:title="Bias"/>
			<om:value>-0.1</om:value>
		</om:NamedValue>
	</tsml:parameter>
</tsml:ObservationProcess>
