<?xml version="1.0" encoding="UTF-8"?>
<om:Observation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:swe="http://www.opengis.net/swe/0" xmlns:gml="http://www.opengis.net/gml" xmlns:om="http://www.opengis.net/om" xmlns:xlink="http://www.w3.org/1999/xlink" xsi:schemaLocation="http://www.opengis.net/om ../../../../../../ows4/schema0/swe/branches/swe-ows4-demo/om/current/commonObservation.xsd" gml:id="SEA_WATER_TEMPERATURE">
    <gml:description>latest seaTemperature measurement from NDBC buoy 41001</gml:description>
    <gml:name>NDBC Buoy 41001 seaTemperature Data</gml:name>
    <gml:location>
        <gml:Point gml:id="OBSERVATION_LOCATION" srsName="urn:ogc:def:crs:EPSG:6.5:4329">
            <!-- use lat lon depth in deg deg m -->
            <gml:coordinates>34.7 -72.73 0</gml:coordinates>
        </gml:Point>
    </gml:location>
    <!--  Time of response- use TimePeriod for a series of data  -->
    <!--  or TimeInstant for a single measurement  -->
    <om:time>
	    <gml:TimePeriod gml:id="DATA_TIME">
            <gml:beginPosition>2007-06-18T00:50:00Z</gml:beginPosition>
            <gml:endPosition>2007-06-18T23:50:00Z</gml:endPosition>
        </gml:TimePeriod>
    </om:time>
    <!-- Procedure -->
    <om:procedure xlink:href="urn:ndbc.noaa.org:source.mooring#41001"/>
    <!-- the property measured -->
    <om:observedProperty xlink:href="http://marinemetadata.org/cf#sea_water_temperature"/>
    <!-- Feature Of Interest -->
    <om:featureOfInterest xlink:href="urn:something:bodyOfWater"/>
    <!-- Result Structure and Encoding -->
    <om:resultDefinition>
        <swe:DataBlockDefinition>
            <swe:components name="SeaTemperatureDataOf41001">
                <swe:DataRecord>
                    <swe:field name="time">
                        <swe:Time definition="urn:ogc:phenomenon:time:iso8601"/>
                    </swe:field>
                    <swe:field name="latitude">
                        <swe:Quantity definition="urn:ogc:phenomenon:latitude:wgs84">
                            <swe:uom code="deg"/>
                        </swe:Quantity>
                    </swe:field>
                    <swe:field name="longitude">
                        <swe:Quantity definition="urn:ogc:phenomenon:longitude:wgs84">
                            <!-- 'deg' is code for meters -->
                            <swe:uom code="deg"/>
                        </swe:Quantity>
                    </swe:field>
                    <swe:field name="depth">
                        <swe:Quantity definition="urn:ogc:phenomenon:depth">
                            <!-- 'm' is code for meters -->
                            <swe:uom code="m"/>
                        </swe:Quantity>
                    </swe:field>
                    <swe:field name="seaTemperature">
                        <swe:Quantity definition="http://marinemetadata.org/cf#sea_water_temperature">
                            <swe:uom xlink:href="urn:mm.def:units#celsius"/>
                        </swe:Quantity>
                    </swe:field>
                </swe:DataRecord>
            </swe:components>
            <swe:encoding>
                <swe:AsciiBlock tokenSeparator="," blockSeparator=" " decimalSeparator="."/>
            </swe:encoding>
        </swe:DataBlockDefinition>
    </om:resultDefinition>
    <om:result>2007-06-18T00:50:00Z,34.68,-72.66,0,24.3 2007-06-18T01:50:00Z,34.68,-72.66,0,24.3 2007-06-18T02:50:00Z,34.68,-72.66,0,24.3 2007-06-18T03:50:00Z,34.68,-72.66,0,24.2 2007-06-18T04:50:00Z,34.68,-72.66,0,23.8 2007-06-18T05:50:00Z,34.68,-72.66,0,24.2 2007-06-18T06:50:00Z,34.68,-72.66,0,23.8 2007-06-18T07:50:00Z,34.68,-72.66,0,23.8 2007-06-18T08:50:00Z,34.68,-72.66,0,23.7 2007-06-18T09:50:00Z,34.68,-72.66,0,23.8 2007-06-18T10:50:00Z,34.68,-72.66,0,23.8 2007-06-18T11:50:00Z,34.68,-72.66,0,23.8 2007-06-18T12:50:00Z,34.68,-72.66,0,24.2 2007-06-18T13:50:00Z,34.68,-72.66,0,24.3 2007-06-18T14:50:00Z,34.68,-72.66,0,24.6 2007-06-18T15:50:00Z,34.68,-72.66,0,24.8 2007-06-18T16:50:00Z,34.68,-72.66,0,24.6 2007-06-18T17:50:00Z,34.68,-72.66,0,25 2007-06-18T18:50:00Z,34.68,-72.66,0,25.1 2007-06-18T19:50:00Z,34.68,-72.66,0,25 2007-06-18T20:50:00Z,34.68,-72.66,0,25 2007-06-18T21:50:00Z,34.68,-72.66,0,25 2007-06-18T22:50:00Z,34.68,-72.66,0,25 2007-06-18T23:50:00Z,34.68,-72.66,0,25</om:result>
</om:Observation>
