<?xml version="1.0" encoding="UTF-8"?>
<sos:GetObservation xmlns:sos="http://www.opengis.net/sos/1.0"
  xmlns:sos="http://www.opengis.net/sos/1.0"
  xmlns:ogc="http://www.opengis.net/ogc" xmlns:ows="http://www.opengis.net/ows/1.1"
  xmlns:swe="http://www.opengis.net/swe/1.0.1" xmlns:om="http://www.opengis.net/om/1.0"
  xmlns:gml="http://www.opengis.net/gml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://www.opengis.net/sos/1.0 http://schemas.opengis.net/sos/1.0.0/sosAll.xsd http://www.opengis.net/swe/1.0.1 http://schemas.opengis.net/sweCommon/1.0.1/swe.xsd"
  service="SOS" version="1.0.0">
  <sos:offering>urn:MyOrg:offering:3</sos:offering>
  <sos:eventTime>
    <ogc:TM_During>
      <ogc:PropertyName>om:samplingTime</ogc:PropertyName>
      <swe:TimeInstantGrid>
        <swe:extent>
          <swe:TimeGridEnvelope>
            <swe:low>0</swe:low>
            <swe:high>100</swe:high>
          </swe:TimeGridEnvelope>
        </swe:extent>
        <swe:originPos>2006-12-07T15:45:00</swe:originPos>
        <!-- one minute -->
        <swe:offsetDuration>PT1M</swe:offsetDuration>
      </swe:TimeInstantGrid>
    </ogc:TM_During>
  </sos:eventTime>
  <sos:observedProperty>urn:ogc:def:property:MyOrg:AggregateChemicalPresence</sos:observedProperty>
  <sos:responseFormat>text/xml; subtype=&quot;om/1.0.0&quot;</sos:responseFormat>
  <sos:resultModel>om:Observation</sos:resultModel>
  <sos:responseMode>inline</sos:responseMode>
</sos:GetObservation>
