<?xml version="1.0" encoding="UTF-8"?>
<om:OM_Observation
	gml:id="OPTest1"
	xmlns:om="http://www.opengis.net/om/2.0"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xmlns:xlink="http://www.w3.org/1999/xlink"
	xmlns:gml="http://www.opengis.net/gml/3.2"
	xsi:schemaLocation="http://www.opengis.net/om/2.0 http://schemas.opengis.net/om/2.0/observation.xsd">
	<gml:description>Observation instance with remote result</gml:description>
	<gml:name>Observation Pointer 1</gml:name>
	<om:type
		xlink:href="http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_TimeSeriesObservation"/>
	<om:phenomenonTime>
		<gml:TimePeriod
			gml:id="op1t">
			<gml:beginPosition>2005-01-11T17:22:25.00</gml:beginPosition>
			<gml:endPosition>2005-01-11T18:22:25.00</gml:endPosition>
		</gml:TimePeriod>
	</om:phenomenonTime>
	<om:resultTime>
		<gml:TimeInstant
			gml:id="eoplt">
			<gml:timePosition>2005-01-11T18:22:25.00</gml:timePosition>
		</gml:TimeInstant>
	</om:resultTime>
	<om:procedure
		xsi:nil="true"
		nilReason="unknown"/>
	<om:observedProperty
		xlink:href="urn:example:RelativeHumidity"/>
	<om:featureOfInterest
		xlink:href="http://my.example.org/wfs%26request=getFeature%26;featureid=789002"
		xlink:role="urn:ogc:def:featureType:NWS:station"/>
	<om:result
		xlink:href="http://my.example.org/results%3f798002%26property=RH"
		xlink:role="application/xmpp"
		xsi:type="gml:ReferenceType"/>
</om:OM_Observation>
