<?xml version="1.0" encoding="UTF-8"?>
<om:ObservationCollection xmlns:gml="http://www.opengis.net/gml"
  xmlns:om="http://www.opengis.net/om/1.0" 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/om.xsd"
  xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <om:member>
    <om:Observation>
      <gml:name>urn:MyOrg:observation:1234abcde</gml:name>
      <om:samplingTime>
        <gml:TimePeriod>
          <gml:beginPosition> 2005-08-05T12:21:13Z </gml:beginPosition>
          <gml:endPosition> 2005-08-05T12:23:59Z </gml:endPosition>
        </gml:TimePeriod>
      </om:samplingTime>
      <om:procedure xlink:href="urn:ogc:object:Sensor:MyOrg:12349"/>
      <om:observedProperty xlink:href="urn:ogc:def:property:MyOrg:AggregateChemicalPresence"/>
      <om:featureOfInterest xlink:href="urn:ogc:def:feature:OGC-SWE:3:transient"/>
      <om:result>
        <swe:DataArray gml:id="ChemicalRecords">
          <swe:elementCount>
            <swe:Count>
              <swe:value>5</swe:value>
            </swe:Count>
          </swe:elementCount>
          <swe:elementType name="Components">
            <swe:SimpleDataRecord gml:id="DataDefinition">
              <swe:field name="time">
                <swe:Time definition="urn:ogc:property:time:iso8601"/>
              </swe:field>
              <swe:field name="longitude">
                <swe:Quantity definition="urn:ogc:property:location:EPSG:4326:longitude">
                  <swe:uom code="deg"/>
                </swe:Quantity>
              </swe:field>
              <swe:field name="latitude">
                <swe:Quantity definition="urn:ogc:property:location:EPSG:4326:latitude">
                  <swe:uom code="deg"/>
                </swe:Quantity>
              </swe:field>
              <swe:field name="DPM">
                <swe:Quantity definition="urn:ogc:def:property:OGC:ChemicalPresenceInAirDPM">
                  <swe:uom code="ppm"/>
                </swe:Quantity>
              </swe:field>
              <swe:field name="MS">
                <swe:Quantity definition="urn:ogc:def:property:OGC:ChemicalPresenceInAirMS">
                  <swe:uom code="ppm"/>
                </swe:Quantity>
              </swe:field>
            </swe:SimpleDataRecord>
          </swe:elementType>
          <swe:encoding>
            <swe:TextBlock tokenSeparator="," decimalSeparator="." blockSeparator="@@"/>
          </swe:encoding>
          <swe:values> 2005-08-05T12:21:13Z,-77.8912,38.512,20,0@@
            2005-08-05T12:22:08Z,-77.8912,38.512,30,0@@ 2005-08-05T12:22:54Z,-77.8912,38.512,0,0@@
            2005-08-05T12:23:03Z,-77.8912,38.512,10,10@@ 2005-08-05T12:23:59Z,-77.8912,38.512,10,0
          </swe:values>
        </swe:DataArray>
      </om:result>
    </om:Observation>
  </om:member>
  <om:member>
    <om:Observation>
      <gml:name>urn:MyOrg:observation:1234abcdf</gml:name>
      <om:samplingTime>
        <gml:TimePeriod>
          <gml:beginPosition> 2005-08-05T12:23:03Z </gml:beginPosition>
          <gml:endPosition> 2005-08-05T12:23:59Z </gml:endPosition>
        </gml:TimePeriod>
      </om:samplingTime>
      <om:procedure xlink:href="urn:ogc:object:Sensor:MyOrg:12350"/>
      <om:observedProperty xlink:href="urn:ogc:def:property:MyOrg:AggregateChemicalPresence"/>
      <om:featureOfInterest xlink:href="urn:ogc:def:feature:OGC-SWE:3:transient"/>
      <om:result>
        <swe:DataArray gml:id="ChemValues2">
          <swe:elementCount>
            <swe:Count>
              <swe:value>2</swe:value>
            </swe:Count>
          </swe:elementCount>
          <swe:elementType name="Components" xlink:href="#DataDefinition"/>
          <swe:encoding>
            <swe:TextBlock tokenSeparator="," decimalSeparator="." blockSeparator="@@"/>
          </swe:encoding>
          <swe:values> 2005-08-05T12:23:03Z,-77.8912,38.512,10,10@@
            2005-08-05T12:23:59Z,-77.8912,38.512,10,0 </swe:values>
        </swe:DataArray>
      </om:result>
    </om:Observation>
  </om:member>
</om:ObservationCollection>
