<?xml version="1.0" encoding="UTF-8"?>
<StyledLayerDescriptor version="1.0.0"
  xmlns="http://www.opengis.net/sld"
  xmlns:ogc="http://www.opengis.net/ogc"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://www.opengis.net/sld
    http://schemas.opengis.net/sld/1.0.0/StyledLayerDescriptor.xsd">
  <NamedLayer>
    <Name>Y2007</Name>
    <UserStyle>
      <Title>Y2007</Title>
      <FeatureTypeStyle>
        <Rule>
          <RasterSymbolizer>
            <ChannelSelection>
              <GrayChannel>
                <SourceChannelName>1</SourceChannelName>
              </GrayChannel>
            </ChannelSelection>
            <ColorMap type="values">
              <ColorMapEntry color="#0266E9" quantity="1" label="Water Bodies" opacity="1"/>
              <ColorMapEntry color="#B703E9" quantity="2" label="Mangroves and Coastal Wetlands" opacity="1"/>
              <ColorMapEntry color="#E80303" quantity="3" label="Artificial Surfaces (Human Settlements)" opacity="1"/>
              <ColorMapEntry color="#787878" quantity="4" label="Bare Soil" opacity="1"/>
              <ColorMapEntry color="#9C9C03" quantity="5" label="Beaches and Sandy Shores" opacity="1"/>
              <ColorMapEntry color="#E89C03" quantity="6" label="Woody Crops (Rubber Trees and Oil Palm Plantations" opacity="1"/>
              <ColorMapEntry color="#97E96A" quantity="7" label="Grasslands" opacity="1"/>
              <ColorMapEntry color="#276A03" quantity="8" label="Tree Covered Area (Primary/Dense)" opacity="1"/>
              <ColorMapEntry color="#6AA56A" quantity="9" label="Tree Covered Area (Secondary/Open)" opacity="1"/>
              <ColorMapEntry color="#D6E9AE" quantity="10" label="Tree Covered Area (Sparse/Degraded)" opacity="1"/>
            </ColorMap>
          </RasterSymbolizer>
        </Rule>
      </FeatureTypeStyle>
    </UserStyle>
  </NamedLayer>
</StyledLayerDescriptor>
