All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ogc.om.2.0.examples.CategoryObservation1a.xml Maven / Gradle / Ivy

<?xml version="1.0" encoding="UTF-8"?>
<om:OM_Observation
	gml:id="obsTest2"
	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 test instance: fruit identification</gml:description>
	<gml:name>Observation test 1a</gml:name>
	<om:type
		xlink:href="http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_CategoryObservation"/>
	<om:phenomenonTime>
		<gml:TimeInstant
			gml:id="ot2t">
			<gml:timePosition>2005-01-11T17:22:25.00</gml:timePosition>
		</gml:TimeInstant>
	</om:phenomenonTime>
	<om:resultTime
		xlink:href="#ot2t"/>
	<om:procedure 
		xlink:title="Abby Bachrach-Cox"
		xlink:role="http://www.example.org/party/role/field_worker"
		xlink:href="http://www.example.org/party/individual/abc123"/>
	<om:observedProperty
		xlink:href="http://sweet.jpl.nasa.gov/2.0/biol.owl#Species"/>
	<om:featureOfInterest
		xlink:href="http://wfs.example.org?request=getFeature&amp;featureid=fruit37f "/>
	<om:result
		xsi:type="gml:ReferenceType"
		xlink:title="Banana"/> 
</om:OM_Observation>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy