<?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_25">
  
  <DomainSet>
    <GeneralGrid srsName="[EPSG:4326],[OGC:AnsiDate]" axisLabels="Lat Lon date" uomLabels="deg deg d">
      <RegularAxis axisLabel="Lat" uomLabel="deg" lowerBound="40"  upperBound="60" resolution="10"/>
      <RegularAxis axisLabel="Lon" uomLabel="deg" lowerBound="-10" upperBound="10"  resolution="10"/>
      <RegularAxis axisLabel="date" uomLabel="d" lowerBound="2015-12-01" upperBound="2015-12-03" resolution="1"/>
    </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>