Statistics
| Revision:

svn-gvsig-desktop / tags / Root_piloto3d / libraries / libFMap / xsd / example-symbol.xml @ 41653

History | View | Annotate | Download (583 Bytes)

1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<PolygonSymbol version="1.0.20"
3
   xsi:schemaLocation="http://www.opengis.net/sld Symbol.xsd"
4
   xmlns="http://www.opengis.net/sld"
5
   xmlns:ogc="http://www.opengis.net/ogc"
6
   xmlns:xlink="http://www.w3.org/1999/xlink"
7
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
8
   <Name>MySymbol</Name>
9
   <Description>
10
       <Title>Example Symbol</Title>
11
       <Abstract>This is just a simple example of a symbol.</Abstract>
12
   </Description>
13
   <Fill>
14
      <SvgParameter name="fill">#96C3F5</SvgParameter>
15
   </Fill>
16
</PolygonSymbol>