<?xml version="1.0" encoding="ISO-8859-1"?>
<StyledLayerDescriptor version="1.0.20"
   xsi:schemaLocation="http://www.opengis.net/sld StyledLayerDescriptor.xsd"
   xmlns="http://www.opengis.net/sld"
   xmlns:ogc="http://www.opengis.net/ogc"
   xmlns:xlink="http://www.w3.org/1999/xlink"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

   <NamedLayer>
      <Name>OCEANSEA_1M:Foundation</Name>
      <UserStyle>
         <Name>GEOSYM</Name>
         <IsDefault>1</IsDefault>
         <FeatureStyle>
            <Rule>
               <Name>main</Name>
               <PolygonSymbol>
                  <Name>MySymbol</Name>
                  <Description>
                     <Title>Example Symbol</Title>
                     <Abstract>This is just a simple example.</Abstract>
                  </Description>
                  <Geometry>
                     <ogc:PropertyName>GEOMETRY</ogc:PropertyName>
                  </Geometry>
                  <Fill>
                     <SvgParameter name="fill">#96C3F5</SvgParameter>
                  </Fill>
               </PolygonSymbol>
            </Rule>
         </FeatureStyle>
      </UserStyle>
   </NamedLayer>

</StyledLayerDescriptor>
