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

<cis10:ReferenceableGridCoverage
  xmlns:cis10="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:xlink="http://www.w3.org/1999/xlink"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="https://schemas.isotc211.org/schemas/19123/-2/cis/1.2 cis-annexB-All.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="CISreferenceable_grid_by_array">
  
  <gml:domainSet>
    <cis10:ReferenceableGridByArray gml:id="RefGrid_array_1" dimension="2">
      <gml:limits>
        <gml:GridEnvelope>
          <gml:low>0 0</gml:low>
          <gml:high>4 3</gml:high>
        </gml:GridEnvelope>
      </gml:limits>
      <gml:axisLabels>
        x y
      </gml:axisLabels>
      <gml:posList>
        2 8 3 10 6 12 8 14 10 18
        4 6 6 8 8 12 10 14 12 16
        6 2 7 4 9 6 10 8 13 12
        8 2 8 3 10 5 11 8 13 10
      </gml:posList>
      <cis10:sequenceRule axisOrder="+1 +2">Linear</cis10:sequenceRule>
    </cis10:ReferenceableGridByArray>
  </gml:domainSet>
  
  <gml:rangeSet>
    <gml:File>
      <gml:rangeParameters></gml:rangeParameters>
      <gml:fileName>https://acme.com/archive/image.tif</gml:fileName>
      <gml:fileStructure>image/tiff</gml:fileStructure>
    </gml:File>
  </gml:rangeSet> 
  
  <cis10:rangeType>
    <swe:DataRecord>
      <swe:field name="panchromatic">
        <swe:Quantity definition="https://opengis.net/def/property/OGC/0/Radiance">
          <swe:description>Red Channel</swe:description>
          <swe:uom code="W.m-2.sr-1.nm-1"/>
        </swe:Quantity>
      </swe:field>
    </swe:DataRecord>
  </cis10:rangeType>
  
</cis10:ReferenceableGridCoverage>