UNPKG

@mangosystem/ogc-schemas

Version:

Jsonix XML-JSON mappings for OGC Schemas.

46 lines 2.22 kB
<?xml version="1.0" encoding="UTF-8"?> <sml:PhysicalComponent gml:id="MY_SENSOR" xmlns:sml="http://www.opengis.net/sensorml/2.0" xmlns:swe="http://www.opengis.net/swe/2.0" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink" xsi:schemaLocation="http://www.opengis.net/sensorml/2.0 http://schemas.opengis.net/sensorml/2.0/sensorML.xsd"> <!-- ================================================= --> <!-- System Description --> <!-- ================================================= --> <gml:description> Static Location - Temperature sensor on my window </gml:description> <!-- ================================================= --> <!-- Observed Property = Output --> <!-- ================================================= --> <sml:outputs> <sml:OutputList> <sml:output name="temp"> <swe:Quantity definition="http://sweet.jpl.nasa.gov/2.2/quanTemperature.owl#Temperature"> <swe:label>Air Temperature</swe:label> <swe:uom code="Cel"/> </swe:Quantity> </sml:output> </sml:OutputList> </sml:outputs> <!-- ================================================= --> <!-- Station Location --> <!-- ================================================= --> <sml:position> <swe:Vector definition="http://sensorml.com/ont/swe/property/SensorLocation" referenceFrame="http://www.opengis.net/def/crs/EPSG/6.7/4326"> <swe:coordinate name="Lat"> <swe:Quantity definition="http://sensorml.com/ont/swe/property/Latitude" axisID="Lat"> <swe:uom code="deg"/> <swe:value>47.8</swe:value> </swe:Quantity> </swe:coordinate> <swe:coordinate name="Lon"> <swe:Quantity definition="http://sensorml.com/ont/swe/property/Longitude" axisID="Long"> <swe:uom code="deg"/> <swe:value>2.3</swe:value> </swe:Quantity> </swe:coordinate> </swe:Vector> </sml:position> </sml:PhysicalComponent>