<?xml version="1.0" encoding="UTF-8"?>

<MultiSurfaceCoverage
  xmlns="https://schemas.isotc211.org/schemas/19123/-2/cis/1.2"
  xmlns:swe="http://www.opengis.net/swe/2.0"
  xmlns:gml="http://www.opengis.net/gml/3.2"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="https://schemas.isotc211.org/schemas/19123/-2/cis/1.2 cisAll.xsd 
                      http://www.opengis.net/swe/2.0 sweAll.xsd 
                      http://www.opengis.net/gml/3.2 https://schemas.isotc211.org/schemas/19136/-/gml/1.0/gml.xsd"
  gml:id="CIS_94">
  
  <Envelope srsName="[EPSG:4329]" axisLabels="Lat Lon h">
    <AxisExtent axisLabel="Lat" uomLabel="deg" lowerBound="1" upperBound="10"/>
    <AxisExtent axisLabel="Lon" uomLabel="deg" lowerBound="1" upperBound="10"/>
    <AxisExtent axisLabel="h"   uomLabel="m"   lowerBound="1" upperBound="2"/>
  </Envelope>
  
  <DomainSet>
    <gml:MultiSurface gml:id="ms1">
      <gml:surfaceMember>
        <gml:Polygon gml:id="p1">
          <gml:exterior>
            <gml:LinearRing>
              <gml:posList>1 1 1 5 1 1 5 5 1 1 5 1 1 1 1</gml:posList>
            </gml:LinearRing>
          </gml:exterior>
        </gml:Polygon>
      </gml:surfaceMember>
      <gml:surfaceMember>
        <gml:Polygon gml:id="p6">
          <gml:exterior>
            <gml:LinearRing>
              <gml:posList>10 1 2 5 1 1 5 5 1 10 5 2 10 1 2</gml:posList>
            </gml:LinearRing>
          </gml:exterior>
        </gml:Polygon>
      </gml:surfaceMember>
      <gml:surfaceMember>
        <gml:Polygon gml:id="p11">
          <gml:exterior>
            <gml:LinearRing>
              <gml:posList>5 5 1 1 5 1 1 10 1 5 10 1 5 5 1</gml:posList>
            </gml:LinearRing>
          </gml:exterior>
        </gml:Polygon>
      </gml:surfaceMember>
      <gml:surfaceMember>
        <gml:Polygon gml:id="p16">
          <gml:exterior>
            <gml:LinearRing>
              <gml:posList>10 5 2 5 5 1 5 10 1 10 10 2 10 5 2</gml:posList>
            </gml:LinearRing>
          </gml:exterior>
        </gml:Polygon>
      </gml:surfaceMember>
    </gml:MultiSurface>
  </DomainSet>
  
  <RangeSet>
    <DataBlock>
      <V>10</V>
      <V>20</V>
      <V>30</V>
      <V>40</V>
    </DataBlock>
  </RangeSet>
  
  <RangeType>
    <swe:DataRecord>
      <swe:field name="singleBand">
        <swe:Quantity definition="https://www.opengis.net/def/dataType/OGC/0/unsignedInt">
          <swe:uom code="W.m-2.sr-1.nm-1"/>
        </swe:Quantity>
      </swe:field>
    </swe:DataRecord>
  </RangeType>
  
</MultiSurfaceCoverage>