<?xml version="1.0" encoding="UTF-8"?>
<om:Observation gml:id="obsTest1" xmlns:om="http://www.opengis.net/om/1.0" xmlns:swe="http://www.opengis.net/swe/1.0.1" 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 test instance: fruit mass</gml:description>
	<gml:name>Observation test 1</gml:name>
	<om:samplingTime>
		<gml:TimeInstant gml:id="ot1t">
			<gml:timePosition>2005-01-11T16:22:25.00</gml:timePosition>
		</gml:TimeInstant>
	</om:samplingTime>
	<om:procedure xlink:href="http://www.flakey.org/register/process/scales34.xml"/>
	<!-- a notional URL identifying a  procedure ... -->
	<om:observedProperty xlink:href="urn:ogc:def:phenomenon:OGC:mass"/>
	<!-- a notional URN identifying the observed property -->
	<om:featureOfInterest xlink:href="http://wfs.flakey.org?request=getFeature&amp;featureid=fruit37f "/>
	<!-- a notional WFS call identifying the object regarding which the observation was made -->
	<om:parameter>
		<swe:Quantity definition="http://sweet.jpl.nasa.gov/ontology/property.owl#Temperature">
			<swe:uom xlink:href="urn:ogc:def:uom:UCUM:Cel"/>
			<swe:value>22.3</swe:value>
		</swe:Quantity>
		<!-- example of optional soft-typed parameter -->
	</om:parameter>
	<om:result xsi:type="gml:MeasureType" uom="urn:ogc:def:uom:OGC:kg">0.28</om:result>
	<!-- The XML Schema type of the result is indicated using the value of the xsi:type attribute -->
</om:Observation>