<?xml version="1.0" encoding="UTF-8"?>
<sos:GetObservation xmlns="http://www.opengis.net/sos/1.0" xmlns:gml="http://www.opengis.net/gml"
  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: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"
  service="SOS" version="1.0.0">
  <offering>urn:MyOrg:SCAN_DATA</offering>
  <eventTime>
    <ogc:TM_During>
      <ogc:PropertyName>om:samplingTime</ogc:PropertyName>
      <gml:TimePeriod>
        <gml:beginPosition>2006-11-05T17:18:58.000-06:00</gml:beginPosition>
        <gml:endPosition>2006-11-05T21:18:59.000-06:00</gml:endPosition>
      </gml:TimePeriod>
    </ogc:TM_During>
  </eventTime>
  <observedProperty>urn:ogc:def:property:MyOrg:BAND1</observedProperty>
  <observedProperty>urn:ogc:def:property:MyOrg:BAND2</observedProperty>
  <responseFormat>text/xml; subtype=&quot;om/1.0.0&quot;</responseFormat>
</sos:GetObservation>
