<?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_30">
  
  <DomainSet>
    <GeneralGrid srsName="[EPSG:4979],[OGC:AnsiDate]" axisLabels="Lat Lon h date" uomLabels="deg deg m d">
      <RegularAxis   axisLabel="Lat" uomLabel="deg" lowerBound="40"  upperBound="60" resolution="10"/>
      <RegularAxis   axisLabel="Lon" uomLabel="deg" lowerBound="-10" upperBound="10"  resolution="10"/>
      <IrregularAxis axisLabel="h"   uomLabel="m">
        <C>  0</C>
        <C>100</C>
      </IrregularAxis>
      <IrregularAxis axisLabel="date" uomLabel="d">
        <C>2015-12-01</C>
        <C>2015-12-02</C>
      </IrregularAxis>
      <GridLimits srsName="[EPSG:4979],[OGC:AnsiDate]" axisLabels="i j k l">
        <IndexAxis axisLabel="i" lowerBound="0" upperBound="2"/>
        <IndexAxis axisLabel="j" lowerBound="0" upperBound="2"/>
        <IndexAxis axisLabel="k" lowerBound="0" upperBound="1"/>
        <IndexAxis axisLabel="l" lowerBound="0" upperBound="1"/>
      </GridLimits>
    </GeneralGrid>
  </DomainSet>
  
  <RangeSet>
    <DataBlock>
      <V>01</V> <V>02</V> <V>03</V> <V>04</V> <V>05</V> <V>06</V> <V>07</V> <V>08</V> <V>09</V>
      <V>01</V> <V>02</V> <V>03</V> <V>04</V> <V>05</V> <V>06</V> <V>07</V> <V>08</V> <V>09</V>
      <V>01</V> <V>02</V> <V>03</V> <V>04</V> <V>05</V> <V>06</V> <V>07</V> <V>08</V> <V>09</V>
      <V>01</V> <V>02</V> <V>03</V> <V>04</V> <V>05</V> <V>06</V> <V>07</V> <V>08</V> <V>09</V>
    </DataBlock>
  </RangeSet>
  
  <RangeType>
    <swe:DataRecord>
      <swe:field name="panchromatic">
        <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>