<?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_70">
  
  <DomainSet>
    <GeneralGrid srsName="[EPSG:4326]" axisLabels="Lat Long" uomLabels="deg deg">
      <RegularAxis axisLabel="Lat" uomLabel="deg" lowerBound="-80" upperBound="-70" resolution="5"/>
      <RegularAxis axisLabel="Lon" uomLabel="deg" lowerBound="0"   upperBound="10"  resolution="5"/>
    </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="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>
    <InterpolationRestriction>
      <AllowedInterpolation>https://www.opengis.net/def/interpolation/OGC/0/nearest-neighbor</AllowedInterpolation>
      <AllowedInterpolation>https://www.opengis.net/def/interpolation/OGC/0/linear</AllowedInterpolation>
    </InterpolationRestriction>
  </RangeType>
  
</GeneralGridCoverage>