<?xml version="1.0"?>
<om:ObservationCollection xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:om="http://www.opengis.net/om/1.0" xmlns:gml="http://www.opengis.net/gml" xmlns:swe="http://www.opengis.net/swe/1.0.1" xsi:schemaLocation="http://www.opengis.net/om/1.0 http://schemas.opengis.net/om/1.0.0/observation.xsd" gml:id="disl_sensor">

  <gml:description>SEA_WATER_SALINITY measurements from disl disl</gml:description>
  <gml:name>SEA_WATER_SALINITY measurements from disl disl</gml:name>
  <gml:boundedBy>
      <gml:Envelope srsName="urn:ogc:def:crs:EPSG:6.5:4326">
<!-- overwrite these with your actual offering ROI -->
          <gml:lowerCorner>30.25 -88.08 0</gml:lowerCorner>
          <gml:upperCorner>30.25 -88.08 0</gml:upperCorner>
      </gml:Envelope>
  </gml:boundedBy>
  <om:member>
      <om:Observation gml:id="disl_disl">
          <gml:description>SEA_WATER_SALINITY measurements from disl disl</gml:description>
          <gml:name>SEA_WATER_SALINITY measurements from disl disl</gml:name>
          <gml:boundedBy>
              <gml:Envelope srsName="urn:ogc:def:crs:EPSG:6.5:4326">
                  <!-- overwrite these with your actual offering  ROI -->
                  <gml:lowerCorner>30.25 -88.08 0</gml:lowerCorner>
                  <gml:upperCorner>30.25 -88.08 0</gml:upperCorner>
              </gml:Envelope>
          </gml:boundedBy>     
          <!-- Observation time -->
          <om:samplingTime><gml:timeInstant><gml:timePosition>2010-02-09T10:00:00Z</gml:timePosition></gml:timeInstant></om:samplingTime>
          <!-- Sensor description (SensorML) -->
          <om:procedure xlink:href="urn:disl.org:source.mooring#disl"/>
         <!-- Observed Property, can be multiple -->
         <om:observedProperty>
         <swe:CompositePhenomenon dimension="1" gml:id="BUOY_OBSERVABLES">
               <gml:name>Buoy Observables</gml:name>
          <swe:component xlink:href="http://mmisw.org/cf#sea_water_salinity"/></swe:CompositePhenomenon>
          </om:observedProperty>
           <!-- Feature Of Interest -->
           <om:featureOfInterest xlink:href="urn:something:bodyOfWater"/>
           <!-- Result Structure, Encoding, and Data -->
           <om:result>
               <swe:DataArray>
                   <swe:elementCount>
                       <swe:Count>
                             <swe:value>6</swe:value>  <!-- Number of Records here -->
                         </swe:Count>
                     </swe:elementCount>
                     <swe:elementType name="dislObservations">
                         <swe:DataRecord>
                            <swe:field name="PlatformName">
                                <swe:Quantity definition="urn:mmisw.org#platform"/>
                            </swe:field>
                            <!--  Time -->
                            <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">
                                     <swe:uom code="deg"/> 
                                </swe:Quantity>
                            </swe:field>
                            <swe:field name="depth">
            					<swe:Quantity definition="http://mmisw.org/cf#depth" referenceFrame="urn:ogc:def:crs:EPSG:6.15:5113">
                                     <swe:uom code="m"/>
                                 </swe:Quantity>
                            </swe:field>
                            <!--  Observable fields -->
                            
                         <swe:field name="observedProperty1">
                                <swe:Quantity definition="http://mmisw.org/cf#sea_water_salinity">
                                    <swe:uom code="psu"/>                    
                                </swe:Quantity>
                            </swe:field></swe:DataRecord>
                     </swe:elementType>
                     <swe:encoding>
                         <swe:TextBlock blockSeparator=" " decimalSeparator="." tokenSeparator=","/>
                     </swe:encoding>
                     <swe:values>disl,2010-02-09T10:00:00Z,30.25,-88.08,-0.04,4.56</swe:values>
                 </swe:DataArray>
             </om:result>
         </om:Observation>
     </om:member>
</om:ObservationCollection>
