<?xml version="1.0" encoding="UTF-8"?>
<om:Observation gml:id="OPTest2" 
xmlns:om="http://www.opengis.net/om/1.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"                
xsi:schemaLocation="http://www.opengis.net/om/1.0 ../om.xsd">
	<gml:description>Observation instance with remote result</gml:description>
	<gml:name>Observation Pointer 2</gml:name>
	<om:samplingTime>
		<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:samplingTime>
	<om:procedure xlink:href="urn:ogc:object:feature:Sensor:SEEGrid:overcoring"/>
	<om:observedProperty xlink:href="urn:ogc:def:phenomenon:SEEGrid:stress"/>
	<om:featureOfInterest xlink:href="http://some.datasupplying.org/wfs%26request=getFeature%26id=789002" xlink:role="urn:ogc:def:featureType:SEEGRID:borehole"/>
	<om:result xlink:href="http://some.datasupplying.org/results%3f798002%26property=stress" xlink:role="application/xml" xsi:type="gml:ReferenceType"/>
</om:Observation>