<?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_20">
  
  <DomainSet>
    <GeneralGrid srsName="[EPSG:4979]" axisLabels="Lat Lon h" uomLabels="deg deg m">
      <RegularAxis   axisLabel="Lat" uomLabel="deg" lowerBound="-80" upperBound="-70" resolution="5"/>
      <RegularAxis   axisLabel="Lon" uomLabel="deg" lowerBound="0"   upperBound="10"  resolution="5"/>
      <IrregularAxis axisLabel="h"   uomLabel="m">
        <C>   0</C>
        <C> 100</C>
        <C>1000</C>
      </IrregularAxis>
    </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>
      
      <V>10</V> <V>11</V> <V>12</V>
      <V>13</V> <V>14</V> <V>15</V>
      <V>16</V> <V>17</V> <V>18</V>
      
      <V>19</V> <V>20</V> <V>21</V>
      <V>22</V> <V>23</V> <V>24</V>
      <V>25</V> <V>26</V> <V>27</V>
    </DataBlock>
  </RangeSet>
  
  <RangeType>
    <swe:DataRecord>
      <swe:field name="grayscale">
        <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>
  
</GeneralGridCoverage>