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

<GeneralGridCoverage
  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_06">
  
  <CoverageFunction>
    <sequenceRule>Linear</sequenceRule>
    <axisOrder>+1 +2</axisOrder>
    <startPoint>0 0</startPoint>
  </CoverageFunction>
  
  <DomainSet>
    <GeneralGrid srsName="[OGC:Index2D]" axisLabels="i j" uomLabels="1 1">
      <IndexAxis axisLabel="i" lowerBound="0" upperBound="2"/>
      <IndexAxis axisLabel="j" lowerBound="0" upperBound="2"/>
    </GeneralGrid>
  </DomainSet>
  
  <RangeSet>
    <DataBlock>
      <V>1</V> <V>2</V> <V>3</V>
      <V>4</V> <V>5</V> <V>6</V>
      <V>7</V> <V>8</V> <V>9</V>
    </DataBlock>
  </RangeSet>
  
  <RangeType>
    <swe:DataRecord>
      <swe:field name="Band_1">
        <swe:Quantity>
          <swe:uom code="W/m2"/>
        </swe:Quantity>
      </swe:field>
    </swe:DataRecord>
  </RangeType>
  
</GeneralGridCoverage>