<?xml version='1.0' encoding='utf-8' ?>
<physicalcomponent gml:id='MY_SENSOR' xmlns:gml='http://www.opengis.net/gml/3.2' xmlns:sml='http://www.opengis.net/sensorML/2.0' xmlns:swe='http://www.opengis.net/swe/2.0' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemalocation='http://www.opengis.net/sensorML/2.0 http://schemas.opengis.net/sensorML/2.0/sensorML.xsd'>
<!-- ================================================= -->
<!-- System Description -->
<!-- ================================================= -->
<description></description>
<identifier codespace='uid'>http://tzvolcano.chordsrt.com/instruments/5</identifier>
<name>OLO6</name>
<topiccategory>location</topiccategory>
<!-- metadata deleted for brevity sake -->
<!-- ================================================= -->
<!-- Observed Property = Output -->
<!-- ================================================= -->
<outputs>
<outputlist>
<output name='temp'>
<datainterface>
<!-- data description -->
<data>
<datastream>
<elementtype name='temperatureStream'>
<datarecord definition='http://sensorml.com/ont/swe/property/TimeSeries'>
<label>Temperature Measurement</label>
<field name='time'>
<time definition='http://sensorml.com/ont/swe/property/SamplingTime'>
<uom xlink:href='http://www.opengis.net/def/uom/ISO-8601/0/Gregorian'></uom>
</time>
</field>
<field name='Latitude'>
<quantity definition='http://sensorml.com/ont/swe/property/Latitude'>
<uom code='percent'></uom>
</quantity>
</field>
<field name='Longitude'>
<quantity definition='http://sensorml.com/ont/swe/property/Longitude'>
<uom code='percent'></uom>
</quantity>
</field>
<field name='Height'>
<quantity definition='http://sensorml.com/ont/swe/property/AverageTerrainHeight'>
<uom code='percent'></uom>
</quantity>
</field>
</datarecord>
</elementtype>
<!-- encoding description -->
<encoding>
<textencoding blockseparator=' ' tokenseparator=','></textencoding>
</encoding>
<!-- reference the values at a RESTful resource -->
<!-- e.g. returns latest measurement(s) -->
<values xlink:href='http://tzvolcano.chordsrt.com/instruments/5.xml?last'></values>
</datastream>
</data>
</datainterface>
</output>
</outputlist>
</outputs>
<!-- ================================================= -->
<!-- Station Location -->
<!-- ================================================= -->
<position>
<point gml:id='stationLocation' srsname='http://www.opengis.net/def/crs/EPSG/0/4326'>
<coordinates>
-2.7087
35.9055
</coordinates>
</point>
</position>
</physicalcomponent>
