<?xml version="1.0" encoding="UTF-8"?>
<om:CommonObservation gml:id="BUOY_SALINITY"
  xmlns:gml="http://www.opengis.net/gml"
  xmlns:om="http://www.opengis.net/om"
  xmlns:swe="http://www.opengis.net/swe"
  xmlns:xlink="http://www.w3.org/1999/xlink" 
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <!-- Observation name -->
    <gml:name>$ObservationName</gml:name>
    <!-- Observation time -->
    <om:eventTime/>
    <!-- ???  realtime -->
    <!-- Sensor description (SensorML) :  DIFF bet sos:procedure and om:procedure?? -->
    <om:procedure xlink:href="urn:vast:sensor:bouy:salinity"/>
    <!-- Observables -->
    <om:observedProperty>
        <swe:CompositePhenomenon gml:id="LOCATION_SALINITY">
            <!-- ?? -->
            <gml:name>buoy instance</gml:name>
            <swe:component xlink:href="http://vast.uah.edu/dictionary/phenomena.xml#Location"/>
            <swe:component xlink:href="http:..."/>
        </swe:CompositePhenomenon>
    </om:observedProperty>
    <!-- Feature Of Interest -->
    <om:featureOfInterest/>
    <!-- Result Structure and Encoding -->
    <om:resultDefinition>
        <swe:DataDefinition>
            <!--   <swe:dataComponents xlink="pathTo/MbariBuoySystem.xml#SALINITY_DATA"> -->
            <swe:dataComponents>
                <swe:DataGroup name="SALINITY_DATA">
                    <swe:component name="time">
                        <swe:Time definition="urn:ogc:phenomenon:time"
                            referenceTimeFrame="1970-01-01T00:00:00+00:00" uom="urn:ogc:unit:second"/>
                    </swe:component>
                    <swe:component name="latitude">
                        <swe:Quantity
                            definition="urn:ogc:phenomenon:latitude:wgs84" uom="urn:ogc:unit:degree"/>
                    </swe:component>
                    <swe:component name="longitude">
                        <swe:Quantity
                            definition="urn:ogc:phenomenon:longitude:wgs84" uom="urn:ogc:unit:degree"/>
                    </swe:component>
                    <swe:component name="depth">
                        <swe:Quantity
                            definition="urn:ogc:phenomenon:depth" uom="urn:ogc:unit:meter"/>
                    </swe:component>
                    <swe:component name="salinity">
                        <!-- uom=ppm? -->
                        <swe:Quantity
                            definition="http://marinemetadata.org/2005/02/cf#sea_water_salinity" uom="urn:mmi.org:units#psu"/>
                    </swe:component>
                </swe:DataGroup>
            </swe:dataComponents>
            <swe:encoding>
                <swe:AsciiBlock decimalSeparator="." tokenSeparator="," tupleSeparator=" "/>
            </swe:encoding>
        </swe:DataDefinition>
    </om:resultDefinition>
<!-- Result Values -->
<om:result>
$OMResult
</om:result>
</om:CommonObservation>
