Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Main schema StyledLayerDescriptor.xsd
Namespace http://www.opengis.net/sld
Annotations
STYLED LAYER DESCRIPTOR version 1.0.0
      
SLD is an OGC Standard.
Copyright (c) 2001,2010 Open Geospatial Consortium.
To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ .
LAYERS AND STYLES
FEATURE-TYPE STYLING
SYMBOLIZERS
LINE SYMBOLIZER
POLYGON SYMBOLIZER
POINT SYMBOLIZER
TEXT SYMBOLIZER
RASTER SYMBOLIZER
Properties
attribute form default unqualified
element form default qualified
version 1.0.0.2
Element sld:StyledLayerDescriptor
Namespace http://www.opengis.net/sld
Annotations
A StyledLayerDescriptor is a sequence of styled layers, represented
at the first level by NamedLayer and UserLayer elements.
Diagram
Diagram StyledLayerDescriptor_xsd.tmp#StyledLayerDescriptor_version StyledLayerDescriptor_xsd.tmp#Name StyledLayerDescriptor_xsd.tmp#Title StyledLayerDescriptor_xsd.tmp#Abstract StyledLayerDescriptor_xsd.tmp#NamedLayer StyledLayerDescriptor_xsd.tmp#UserLayer
Properties
content complex
Model
Children sld:Abstract, sld:Name, sld:NamedLayer, sld:Title, sld:UserLayer
Instance
<sld:StyledLayerDescriptor version="1.0.0" xmlns:sld="http://www.opengis.net/sld">
  <sld:Name>{0,1}</sld:Name>
  <sld:Title>{0,1}</sld:Title>
  <sld:Abstract>{0,1}</sld:Abstract>
  <sld:NamedLayer>{1,1}</sld:NamedLayer>
  <sld:UserLayer>{1,1}</sld:UserLayer>
</sld:StyledLayerDescriptor>
Attributes
QName Type Fixed Use
version xsd:string 1.0.0 required
Source
<xsd:element name="StyledLayerDescriptor">
  <xsd:annotation>
    <xsd:documentation>A StyledLayerDescriptor is a sequence of styled layers, represented at the first level by NamedLayer and UserLayer elements.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="sld:Name" minOccurs="0"/>
      <xsd:element ref="sld:Title" minOccurs="0"/>
      <xsd:element ref="sld:Abstract" minOccurs="0"/>
      <xsd:choice minOccurs="0" maxOccurs="unbounded">
        <xsd:element ref="sld:NamedLayer"/>
        <xsd:element ref="sld:UserLayer"/>
      </xsd:choice>
    </xsd:sequence>
    <xsd:attribute name="version" type="xsd:string" use="required" fixed="1.0.0"/>
  </xsd:complexType>
</xsd:element>
Element sld:Name
Namespace http://www.opengis.net/sld
Diagram
Diagram
Type xsd:string
Properties
content simple
Used by
Source
<xsd:element name="Name" type="xsd:string"/>
Element sld:Title
Namespace http://www.opengis.net/sld
Diagram
Diagram
Type xsd:string
Properties
content simple
Used by
Source
<xsd:element name="Title" type="xsd:string"/>
Element sld:Abstract
Namespace http://www.opengis.net/sld
Diagram
Diagram
Type xsd:string
Properties
content simple
Used by
Source
<xsd:element name="Abstract" type="xsd:string"/>
Element sld:NamedLayer
Namespace http://www.opengis.net/sld
Annotations
A NamedLayer is a layer of data that has a name advertised by a WMS.
Diagram
Diagram StyledLayerDescriptor_xsd.tmp#Name StyledLayerDescriptor_xsd.tmp#LayerFeatureConstraints StyledLayerDescriptor_xsd.tmp#NamedStyle StyledLayerDescriptor_xsd.tmp#UserStyle
Properties
content complex
Used by
Model
Children sld:LayerFeatureConstraints, sld:Name, sld:NamedStyle, sld:UserStyle
Instance
<sld:NamedLayer xmlns:sld="http://www.opengis.net/sld">
  <sld:Name>{1,1}</sld:Name>
  <sld:LayerFeatureConstraints>{0,1}</sld:LayerFeatureConstraints>
  <sld:NamedStyle>{1,1}</sld:NamedStyle>
  <sld:UserStyle>{1,1}</sld:UserStyle>
</sld:NamedLayer>
Source
<xsd:element name="NamedLayer">
  <xsd:annotation>
    <xsd:documentation>A NamedLayer is a layer of data that has a name advertised by a WMS.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="sld:Name"/>
      <xsd:element ref="sld:LayerFeatureConstraints" minOccurs="0"/>
      <xsd:choice minOccurs="0" maxOccurs="unbounded">
        <xsd:element ref="sld:NamedStyle"/>
        <xsd:element ref="sld:UserStyle"/>
      </xsd:choice>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element sld:LayerFeatureConstraints
Namespace http://www.opengis.net/sld
Annotations
LayerFeatureConstraints define what features & feature types are
referenced in a layer.
Diagram
Diagram StyledLayerDescriptor_xsd.tmp#FeatureTypeConstraint
Properties
content complex
Used by
Model
Children sld:FeatureTypeConstraint
Instance
<sld:LayerFeatureConstraints xmlns:sld="http://www.opengis.net/sld">
  <sld:FeatureTypeConstraint>{1,unbounded}</sld:FeatureTypeConstraint>
</sld:LayerFeatureConstraints>
Source
<xsd:element name="LayerFeatureConstraints">
  <xsd:annotation>
    <xsd:documentation>LayerFeatureConstraints define what features & feature types are referenced in a layer.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="sld:FeatureTypeConstraint" maxOccurs="unbounded"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element sld:FeatureTypeConstraint
Namespace http://www.opengis.net/sld
Annotations
A FeatureTypeConstraint identifies a specific feature type and
supplies fitlering.
Diagram
Diagram StyledLayerDescriptor_xsd.tmp#FeatureTypeName filter_xsd.tmp#Filter StyledLayerDescriptor_xsd.tmp#Extent
Properties
content complex
Used by
Model
Children ogc:Filter, sld:Extent, sld:FeatureTypeName
Instance
<sld:FeatureTypeConstraint xmlns:sld="http://www.opengis.net/sld" xmlns:ogc="http://www.opengis.net/ogc">
  <sld:FeatureTypeName>{0,1}</sld:FeatureTypeName>
  <ogc:Filter>{0,1}</ogc:Filter>
  <sld:Extent>{0,unbounded}</sld:Extent>
</sld:FeatureTypeConstraint>
Source
<xsd:element name="FeatureTypeConstraint">
  <xsd:annotation>
    <xsd:documentation>A FeatureTypeConstraint identifies a specific feature type and supplies fitlering.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="sld:FeatureTypeName" minOccurs="0"/>
      <xsd:element ref="ogc:Filter" minOccurs="0"/>
      <xsd:element ref="sld:Extent" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element sld:FeatureTypeName
Namespace http://www.opengis.net/sld
Diagram
Diagram
Type xsd:string
Properties
content simple
Used by
Source
<xsd:element name="FeatureTypeName" type="xsd:string"/>
Element sld:Extent
Namespace http://www.opengis.net/sld
Annotations
An Extent gives feature/coverage/raster/matrix dimension extent.
Diagram
Diagram StyledLayerDescriptor_xsd.tmp#Name StyledLayerDescriptor_xsd.tmp#Value
Properties
content complex
Used by
Model
Children sld:Name, sld:Value
Instance
<sld:Extent xmlns:sld="http://www.opengis.net/sld">
  <sld:Name>{1,1}</sld:Name>
  <sld:Value>{1,1}</sld:Value>
</sld:Extent>
Source
<xsd:element name="Extent">
  <xsd:annotation>
    <xsd:documentation>An Extent gives feature/coverage/raster/matrix dimension extent.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="sld:Name"/>
      <xsd:element ref="sld:Value"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element sld:Value
Namespace http://www.opengis.net/sld
Diagram
Diagram
Type xsd:string
Properties
content simple
Used by
Element sld:Extent
Source
<xsd:element name="Value" type="xsd:string"/>
Element sld:NamedStyle
Namespace http://www.opengis.net/sld
Annotations
A NamedStyle is used to refer to a style that has a name in a WMS.
Diagram
Diagram StyledLayerDescriptor_xsd.tmp#Name
Properties
content complex
Used by
Element sld:NamedLayer
Model
Children sld:Name
Instance
<sld:NamedStyle xmlns:sld="http://www.opengis.net/sld">
  <sld:Name>{1,1}</sld:Name>
</sld:NamedStyle>
Source
<xsd:element name="NamedStyle">
  <xsd:annotation>
    <xsd:documentation>A NamedStyle is used to refer to a style that has a name in a WMS.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="sld:Name"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element sld:UserStyle
Namespace http://www.opengis.net/sld
Annotations
A UserStyle allows user-defined styling and is semantically
equivalent to a WMS named style.
Diagram
Diagram StyledLayerDescriptor_xsd.tmp#Name StyledLayerDescriptor_xsd.tmp#Title StyledLayerDescriptor_xsd.tmp#Abstract StyledLayerDescriptor_xsd.tmp#IsDefault StyledLayerDescriptor_xsd.tmp#FeatureTypeStyle
Properties
content complex
Used by
Model
Children sld:Abstract, sld:FeatureTypeStyle, sld:IsDefault, sld:Name, sld:Title
Instance
<sld:UserStyle xmlns:sld="http://www.opengis.net/sld">
  <sld:Name>{0,1}</sld:Name>
  <sld:Title>{0,1}</sld:Title>
  <sld:Abstract>{0,1}</sld:Abstract>
  <sld:IsDefault>{0,1}</sld:IsDefault>
  <sld:FeatureTypeStyle>{1,unbounded}</sld:FeatureTypeStyle>
</sld:UserStyle>
Source
<xsd:element name="UserStyle">
  <xsd:annotation>
    <xsd:documentation>A UserStyle allows user-defined styling and is semantically equivalent to a WMS named style.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="sld:Name" minOccurs="0"/>
      <xsd:element ref="sld:Title" minOccurs="0"/>
      <xsd:element ref="sld:Abstract" minOccurs="0"/>
      <xsd:element ref="sld:IsDefault" minOccurs="0"/>
      <xsd:element ref="sld:FeatureTypeStyle" maxOccurs="unbounded"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element sld:IsDefault
Namespace http://www.opengis.net/sld
Diagram
Diagram
Type xsd:boolean
Properties
content simple
Used by
Element sld:UserStyle
Source
<xsd:element name="IsDefault" type="xsd:boolean"/>
Element sld:FeatureTypeStyle
Namespace http://www.opengis.net/sld
Annotations
A FeatureTypeStyle contains styling information specific to one
feature type.  This is the SLD level that separates the 'layer'
handling from the 'feature' handling.
Diagram
Diagram StyledLayerDescriptor_xsd.tmp#Name StyledLayerDescriptor_xsd.tmp#Title StyledLayerDescriptor_xsd.tmp#Abstract StyledLayerDescriptor_xsd.tmp#FeatureTypeName StyledLayerDescriptor_xsd.tmp#SemanticTypeIdentifier StyledLayerDescriptor_xsd.tmp#Rule
Properties
content complex
Used by
Element sld:UserStyle
Model
Children sld:Abstract, sld:FeatureTypeName, sld:Name, sld:Rule, sld:SemanticTypeIdentifier, sld:Title
Instance
<sld:FeatureTypeStyle xmlns:sld="http://www.opengis.net/sld">
  <sld:Name>{0,1}</sld:Name>
  <sld:Title>{0,1}</sld:Title>
  <sld:Abstract>{0,1}</sld:Abstract>
  <sld:FeatureTypeName>{0,1}</sld:FeatureTypeName>
  <sld:SemanticTypeIdentifier>{0,unbounded}</sld:SemanticTypeIdentifier>
  <sld:Rule>{1,unbounded}</sld:Rule>
</sld:FeatureTypeStyle>
Source
<xsd:element name="FeatureTypeStyle">
  <xsd:annotation>
    <xsd:documentation>A FeatureTypeStyle contains styling information specific to one feature type. This is the SLD level that separates the 'layer' handling from the 'feature' handling.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="sld:Name" minOccurs="0"/>
      <xsd:element ref="sld:Title" minOccurs="0"/>
      <xsd:element ref="sld:Abstract" minOccurs="0"/>
      <xsd:element ref="sld:FeatureTypeName" minOccurs="0"/>
      <xsd:element ref="sld:SemanticTypeIdentifier" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element ref="sld:Rule" maxOccurs="unbounded"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element sld:SemanticTypeIdentifier
Namespace http://www.opengis.net/sld
Diagram
Diagram
Type xsd:string
Properties
content simple
Used by
Source
<xsd:element name="SemanticTypeIdentifier" type="xsd:string"/>
Element sld:Rule
Namespace http://www.opengis.net/sld
Annotations
A Rule is used to attach property/scale conditions to and group
the individual symbolizers used for rendering.
Diagram
Diagram StyledLayerDescriptor_xsd.tmp#Name StyledLayerDescriptor_xsd.tmp#Title StyledLayerDescriptor_xsd.tmp#Abstract StyledLayerDescriptor_xsd.tmp#LegendGraphic filter_xsd.tmp#Filter StyledLayerDescriptor_xsd.tmp#ElseFilter StyledLayerDescriptor_xsd.tmp#MinScaleDenominator StyledLayerDescriptor_xsd.tmp#MaxScaleDenominator StyledLayerDescriptor_xsd.tmp#Symbolizer
Properties
content complex
Used by
Model
Children ogc:Filter, sld:Abstract, sld:ElseFilter, sld:LegendGraphic, sld:MaxScaleDenominator, sld:MinScaleDenominator, sld:Name, sld:Symbolizer, sld:Title
Instance
<sld:Rule xmlns:sld="http://www.opengis.net/sld" xmlns:ogc="http://www.opengis.net/ogc">
  <sld:Name>{0,1}</sld:Name>
  <sld:Title>{0,1}</sld:Title>
  <sld:Abstract>{0,1}</sld:Abstract>
  <sld:LegendGraphic>{0,1}</sld:LegendGraphic>
  <ogc:Filter>{1,1}</ogc:Filter>
  <sld:ElseFilter>{1,1}</sld:ElseFilter>
  <sld:MinScaleDenominator>{0,1}</sld:MinScaleDenominator>
  <sld:MaxScaleDenominator>{0,1}</sld:MaxScaleDenominator>
  <sld:Symbolizer>{1,unbounded}</sld:Symbolizer>
</sld:Rule>
Source
<xsd:element name="Rule">
  <xsd:annotation>
    <xsd:documentation>A Rule is used to attach property/scale conditions to and group the individual symbolizers used for rendering.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="sld:Name" minOccurs="0"/>
      <xsd:element ref="sld:Title" minOccurs="0"/>
      <xsd:element ref="sld:Abstract" minOccurs="0"/>
      <xsd:element ref="sld:LegendGraphic" minOccurs="0"/>
      <xsd:choice minOccurs="0">
        <xsd:element ref="ogc:Filter"/>
        <xsd:element ref="sld:ElseFilter"/>
      </xsd:choice>
      <xsd:element ref="sld:MinScaleDenominator" minOccurs="0"/>
      <xsd:element ref="sld:MaxScaleDenominator" minOccurs="0"/>
      <xsd:element ref="sld:Symbolizer" maxOccurs="unbounded"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element sld:LegendGraphic
Namespace http://www.opengis.net/sld
Diagram
Diagram StyledLayerDescriptor_xsd.tmp#Graphic
Properties
content complex
Used by
Element sld:Rule
Model
Children sld:Graphic
Instance
<sld:LegendGraphic xmlns:sld="http://www.opengis.net/sld">
  <sld:Graphic>{1,1}</sld:Graphic>
</sld:LegendGraphic>
Source
<xsd:element name="LegendGraphic">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="sld:Graphic"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element sld:Graphic
Namespace http://www.opengis.net/sld
Annotations
A "Graphic" specifies or refers to a "graphic symbol" with inherent
shape, size, and coloring.
Diagram
Diagram StyledLayerDescriptor_xsd.tmp#ExternalGraphic StyledLayerDescriptor_xsd.tmp#Mark StyledLayerDescriptor_xsd.tmp#Opacity StyledLayerDescriptor_xsd.tmp#Size StyledLayerDescriptor_xsd.tmp#Rotation
Properties
content complex
Used by
Model
Children sld:ExternalGraphic, sld:Mark, sld:Opacity, sld:Rotation, sld:Size
Instance
<sld:Graphic xmlns:sld="http://www.opengis.net/sld">
  <sld:ExternalGraphic>{1,1}</sld:ExternalGraphic>
  <sld:Mark>{1,1}</sld:Mark>
  <sld:Opacity>{0,1}</sld:Opacity>
  <sld:Size>{0,1}</sld:Size>
  <sld:Rotation>{0,1}</sld:Rotation>
</sld:Graphic>
Source
<xsd:element name="Graphic">
  <xsd:annotation>
    <xsd:documentation>A "Graphic" specifies or refers to a "graphic symbol" with inherent shape, size, and coloring.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:choice minOccurs="0" maxOccurs="unbounded">
        <xsd:element ref="sld:ExternalGraphic"/>
        <xsd:element ref="sld:Mark"/>
      </xsd:choice>
      <xsd:sequence>
        <xsd:element ref="sld:Opacity" minOccurs="0"/>
        <xsd:element ref="sld:Size" minOccurs="0"/>
        <xsd:element ref="sld:Rotation" minOccurs="0"/>
      </xsd:sequence>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element sld:ExternalGraphic
Namespace http://www.opengis.net/sld
Annotations
An "ExternalGraphic" gives a reference to an external raster or
vector graphical object.
Diagram
Diagram StyledLayerDescriptor_xsd.tmp#OnlineResource StyledLayerDescriptor_xsd.tmp#Format
Properties
content complex
Used by
Element sld:Graphic
Model
Children sld:Format, sld:OnlineResource
Instance
<sld:ExternalGraphic xmlns:sld="http://www.opengis.net/sld">
  <sld:OnlineResource xlink:actuate="" xlink:arcrole="" xlink:href="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,1}</sld:OnlineResource>
  <sld:Format>{1,1}</sld:Format>
</sld:ExternalGraphic>
Source
<xsd:element name="ExternalGraphic">
  <xsd:annotation>
    <xsd:documentation>An "ExternalGraphic" gives a reference to an external raster or vector graphical object.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="sld:OnlineResource"/>
      <xsd:element ref="sld:Format"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element sld:OnlineResource
Namespace http://www.opengis.net/sld
Annotations
An OnlineResource is typically used to refer to an HTTP URL.
Diagram
Diagram xlink_xsd.tmp#simpleAttrs
Properties
content complex
Used by
Attributes
Source
<xsd:element name="OnlineResource">
  <xsd:annotation>
    <xsd:documentation>An OnlineResource is typically used to refer to an HTTP URL.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:attributeGroup ref="xlink:simpleAttrs"/>
  </xsd:complexType>
</xsd:element>
Element sld:Format
Namespace http://www.opengis.net/sld
Diagram
Diagram
Type xsd:string
Properties
content simple
Used by
Source
<xsd:element name="Format" type="xsd:string"/>
Element sld:Mark
Namespace http://www.opengis.net/sld
Annotations
A "Mark" specifies a geometric shape and applies coloring to it.
Diagram
Diagram StyledLayerDescriptor_xsd.tmp#WellKnownName StyledLayerDescriptor_xsd.tmp#Fill StyledLayerDescriptor_xsd.tmp#Stroke
Properties
content complex
Used by
Element sld:Graphic
Model
Children sld:Fill, sld:Stroke, sld:WellKnownName
Instance
<sld:Mark xmlns:sld="http://www.opengis.net/sld">
  <sld:WellKnownName>{0,1}</sld:WellKnownName>
  <sld:Fill>{0,1}</sld:Fill>
  <sld:Stroke>{0,1}</sld:Stroke>
</sld:Mark>
Source
<xsd:element name="Mark">
  <xsd:annotation>
    <xsd:documentation>A "Mark" specifies a geometric shape and applies coloring to it.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="sld:WellKnownName" minOccurs="0"/>
      <xsd:element ref="sld:Fill" minOccurs="0"/>
      <xsd:element ref="sld:Stroke" minOccurs="0"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element sld:WellKnownName
Namespace http://www.opengis.net/sld
Diagram
Diagram
Type xsd:string
Properties
content simple
Used by
Element sld:Mark
Source
<xsd:element name="WellKnownName" type="xsd:string"/>
Element sld:Fill
Namespace http://www.opengis.net/sld
Annotations
A "Fill" specifies the pattern for filling an area geometry.
The allowed CssParameters are: "fill" (color) and "fill-opacity".
Diagram
Diagram StyledLayerDescriptor_xsd.tmp#GraphicFill StyledLayerDescriptor_xsd.tmp#CssParameter
Properties
content complex
Used by
Model
Children sld:CssParameter, sld:GraphicFill
Instance
<sld:Fill xmlns:sld="http://www.opengis.net/sld">
  <sld:GraphicFill>{0,1}</sld:GraphicFill>
  <sld:CssParameter name="">{0,unbounded}</sld:CssParameter>
</sld:Fill>
Source
<xsd:element name="Fill">
  <xsd:annotation>
    <xsd:documentation>A "Fill" specifies the pattern for filling an area geometry. The allowed CssParameters are: "fill" (color) and "fill-opacity".</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="sld:GraphicFill" minOccurs="0"/>
      <xsd:element ref="sld:CssParameter" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element sld:GraphicFill
Namespace http://www.opengis.net/sld
Annotations
A "GraphicFill" defines repeated-graphic filling (stippling)
pattern for an area geometry.
Diagram
Diagram StyledLayerDescriptor_xsd.tmp#Graphic
Properties
content complex
Used by
Elements sld:Fill, sld:Stroke
Model
Children sld:Graphic
Instance
<sld:GraphicFill xmlns:sld="http://www.opengis.net/sld">
  <sld:Graphic>{1,1}</sld:Graphic>
</sld:GraphicFill>
Source
<xsd:element name="GraphicFill">
  <xsd:annotation>
    <xsd:documentation>A "GraphicFill" defines repeated-graphic filling (stippling) pattern for an area geometry.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="sld:Graphic"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element sld:CssParameter
Namespace http://www.opengis.net/sld
Annotations
A "CssParameter" refers to an SVG/CSS graphical-formatting
parameter.  The parameter is identified using the "name" attribute
and the content of the element gives the SVG/CSS-coded value.
Diagram
Diagram expr_xsd.tmp#expression StyledLayerDescriptor_xsd.tmp#ParameterValueType StyledLayerDescriptor_xsd.tmp#CssParameter_name
Type extension of sld:ParameterValueType
Type hierarchy
Properties
content complex
mixed true
Used by
Model
Children ogc:expression
Instance
<sld:CssParameter name="" xmlns:sld="http://www.opengis.net/sld" xmlns:ogc="http://www.opengis.net/ogc">
  <ogc:expression>{1,1}</ogc:expression>
</sld:CssParameter>
Attributes
QName Type Use
name xsd:string required
Source
<xsd:element name="CssParameter">
  <xsd:annotation>
    <xsd:documentation>A "CssParameter" refers to an SVG/CSS graphical-formatting parameter. The parameter is identified using the "name" attribute and the content of the element gives the SVG/CSS-coded value.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType mixed="true">
    <xsd:complexContent mixed="true">
      <xsd:extension base="sld:ParameterValueType">
        <xsd:attribute name="name" type="xsd:string" use="required"/>
      </xsd:extension>
    </xsd:complexContent>
  </xsd:complexType>
</xsd:element>
Element sld:Stroke
Namespace http://www.opengis.net/sld
Annotations
A "Stroke" specifies the appearance of a linear geometry.  It is
defined in parallel with SVG strokes.  The following CssParameters
may be used: "stroke" (color), "stroke-opacity", "stroke-width",
"stroke-linejoin", "stroke-linecap", "stroke-dasharray", and
"stroke-dashoffset".
Diagram
Diagram StyledLayerDescriptor_xsd.tmp#GraphicFill StyledLayerDescriptor_xsd.tmp#GraphicStroke StyledLayerDescriptor_xsd.tmp#CssParameter
Properties
content complex
Used by
Model
Children sld:CssParameter, sld:GraphicFill, sld:GraphicStroke
Instance
<sld:Stroke xmlns:sld="http://www.opengis.net/sld">
  <sld:GraphicFill>{1,1}</sld:GraphicFill>
  <sld:GraphicStroke>{1,1}</sld:GraphicStroke>
  <sld:CssParameter name="">{0,unbounded}</sld:CssParameter>
</sld:Stroke>
Source
<xsd:element name="Stroke">
  <xsd:annotation>
    <xsd:documentation>A "Stroke" specifies the appearance of a linear geometry. It is defined in parallel with SVG strokes. The following CssParameters may be used: "stroke" (color), "stroke-opacity", "stroke-width", "stroke-linejoin", "stroke-linecap", "stroke-dasharray", and "stroke-dashoffset".</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:choice minOccurs="0">
        <xsd:element ref="sld:GraphicFill"/>
        <xsd:element ref="sld:GraphicStroke"/>
      </xsd:choice>
      <xsd:element ref="sld:CssParameter" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element sld:GraphicStroke
Namespace http://www.opengis.net/sld
Annotations
A "GraphicStroke" defines a repated-linear graphic pattern to be used
for stroking a line.
Diagram
Diagram StyledLayerDescriptor_xsd.tmp#Graphic
Properties
content complex
Used by
Element sld:Stroke
Model
Children sld:Graphic
Instance
<sld:GraphicStroke xmlns:sld="http://www.opengis.net/sld">
  <sld:Graphic>{1,1}</sld:Graphic>
</sld:GraphicStroke>
Source
<xsd:element name="GraphicStroke">
  <xsd:annotation>
    <xsd:documentation>A "GraphicStroke" defines a repated-linear graphic pattern to be used for stroking a line.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="sld:Graphic"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element sld:Opacity
Namespace http://www.opengis.net/sld
Diagram
Diagram expr_xsd.tmp#expression StyledLayerDescriptor_xsd.tmp#ParameterValueType
Type sld:ParameterValueType
Properties
content complex
mixed true
Used by
Model
Children ogc:expression
Instance
<sld:Opacity xmlns:sld="http://www.opengis.net/sld" xmlns:ogc="http://www.opengis.net/ogc">
  <ogc:expression>{1,1}</ogc:expression>
</sld:Opacity>
Source
<xsd:element name="Opacity" type="sld:ParameterValueType"/>
Element sld:Size
Namespace http://www.opengis.net/sld
Diagram
Diagram expr_xsd.tmp#expression StyledLayerDescriptor_xsd.tmp#ParameterValueType
Type sld:ParameterValueType
Properties
content complex
mixed true
Used by
Element sld:Graphic
Model
Children ogc:expression
Instance
<sld:Size xmlns:sld="http://www.opengis.net/sld" xmlns:ogc="http://www.opengis.net/ogc">
  <ogc:expression>{1,1}</ogc:expression>
</sld:Size>
Source
<xsd:element name="Size" type="sld:ParameterValueType"/>
Element sld:Rotation
Namespace http://www.opengis.net/sld
Diagram
Diagram expr_xsd.tmp#expression StyledLayerDescriptor_xsd.tmp#ParameterValueType
Type sld:ParameterValueType
Properties
content complex
mixed true
Used by
Model
Children ogc:expression
Instance
<sld:Rotation xmlns:sld="http://www.opengis.net/sld" xmlns:ogc="http://www.opengis.net/ogc">
  <ogc:expression>{1,1}</ogc:expression>
</sld:Rotation>
Source
<xsd:element name="Rotation" type="sld:ParameterValueType"/>
Element sld:ElseFilter
Namespace http://www.opengis.net/sld
Diagram
Diagram
Properties
content complex
Used by
Element sld:Rule
Source
<xsd:element name="ElseFilter">
  <xsd:complexType/>
</xsd:element>
Element sld:MinScaleDenominator
Namespace http://www.opengis.net/sld
Diagram
Diagram
Type xsd:double
Properties
content simple
Used by
Element sld:Rule
Source
<xsd:element name="MinScaleDenominator" type="xsd:double"/>
Element sld:MaxScaleDenominator
Namespace http://www.opengis.net/sld
Diagram
Diagram
Type xsd:double
Properties
content simple
Used by
Element sld:Rule
Source
<xsd:element name="MaxScaleDenominator" type="xsd:double"/>
Element sld:Symbolizer
Namespace http://www.opengis.net/sld
Diagram
Diagram StyledLayerDescriptor_xsd.tmp#SymbolizerType StyledLayerDescriptor_xsd.tmp#LineSymbolizer StyledLayerDescriptor_xsd.tmp#PointSymbolizer StyledLayerDescriptor_xsd.tmp#PolygonSymbolizer StyledLayerDescriptor_xsd.tmp#RasterSymbolizer StyledLayerDescriptor_xsd.tmp#TextSymbolizer
Type sld:SymbolizerType
Properties
content complex
abstract true
Substitution Group
Used by
Element sld:Rule
Source
<xsd:element name="Symbolizer" type="sld:SymbolizerType" abstract="true"/>
Element sld:UserLayer
Namespace http://www.opengis.net/sld
Annotations
A UserLayer allows a user-defined layer to be built from WFS and
WCS data.
Diagram
Diagram StyledLayerDescriptor_xsd.tmp#Name StyledLayerDescriptor_xsd.tmp#RemoteOWS StyledLayerDescriptor_xsd.tmp#LayerFeatureConstraints StyledLayerDescriptor_xsd.tmp#UserStyle
Properties
content complex
Used by
Model
Children sld:LayerFeatureConstraints, sld:Name, sld:RemoteOWS, sld:UserStyle
Instance
<sld:UserLayer xmlns:sld="http://www.opengis.net/sld">
  <sld:Name>{0,1}</sld:Name>
  <sld:RemoteOWS>{0,1}</sld:RemoteOWS>
  <sld:LayerFeatureConstraints>{1,1}</sld:LayerFeatureConstraints>
  <sld:UserStyle>{1,unbounded}</sld:UserStyle>
</sld:UserLayer>
Source
<xsd:element name="UserLayer">
  <xsd:annotation>
    <xsd:documentation>A UserLayer allows a user-defined layer to be built from WFS and WCS data.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="sld:Name" minOccurs="0"/>
      <xsd:element ref="sld:RemoteOWS" minOccurs="0"/>
      <xsd:element ref="sld:LayerFeatureConstraints"/>
      <xsd:element ref="sld:UserStyle" maxOccurs="unbounded"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element sld:RemoteOWS
Namespace http://www.opengis.net/sld
Annotations
A RemoteOWS gives a reference to a remote WFS/WCS/other-OWS server.
Diagram
Diagram StyledLayerDescriptor_xsd.tmp#Service StyledLayerDescriptor_xsd.tmp#OnlineResource
Properties
content complex
Used by
Element sld:UserLayer
Model
Children sld:OnlineResource, sld:Service
Instance
<sld:RemoteOWS xmlns:sld="http://www.opengis.net/sld">
  <sld:Service>{1,1}</sld:Service>
  <sld:OnlineResource xlink:actuate="" xlink:arcrole="" xlink:href="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,1}</sld:OnlineResource>
</sld:RemoteOWS>
Source
<xsd:element name="RemoteOWS">
  <xsd:annotation>
    <xsd:documentation>A RemoteOWS gives a reference to a remote WFS/WCS/other-OWS server.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="sld:Service"/>
      <xsd:element ref="sld:OnlineResource"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element sld:Service
Namespace http://www.opengis.net/sld
Annotations
A Service refers to the type of a remote OWS server.
Diagram
Diagram
Type restriction of xsd:string
Properties
content simple
Facets
enumeration WFS
enumeration WCS
Used by
Element sld:RemoteOWS
Source
<xsd:element name="Service">
  <xsd:annotation>
    <xsd:documentation>A Service refers to the type of a remote OWS server.</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:enumeration value="WFS"/>
      <xsd:enumeration value="WCS"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>
Element sld:LineSymbolizer
Namespace http://www.opengis.net/sld
Annotations
A LineSymbolizer is used to render a "stroke" along a linear geometry.
Diagram
Diagram StyledLayerDescriptor_xsd.tmp#SymbolizerType StyledLayerDescriptor_xsd.tmp#Geometry StyledLayerDescriptor_xsd.tmp#Stroke StyledLayerDescriptor_xsd.tmp#Symbolizer
Type extension of sld:SymbolizerType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children sld:Geometry, sld:Stroke
Instance
<sld:LineSymbolizer xmlns:sld="http://www.opengis.net/sld">
  <sld:Geometry>{0,1}</sld:Geometry>
  <sld:Stroke>{0,1}</sld:Stroke>
</sld:LineSymbolizer>
Source
<xsd:element name="LineSymbolizer" substitutionGroup="sld:Symbolizer">
  <xsd:annotation>
    <xsd:documentation>A LineSymbolizer is used to render a "stroke" along a linear geometry.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:complexContent>
      <xsd:extension base="sld:SymbolizerType">
        <xsd:sequence>
          <xsd:element ref="sld:Geometry" minOccurs="0"/>
          <xsd:element ref="sld:Stroke" minOccurs="0"/>
        </xsd:sequence>
      </xsd:extension>
    </xsd:complexContent>
  </xsd:complexType>
</xsd:element>
Element sld:Geometry
Namespace http://www.opengis.net/sld
Annotations
A Geometry gives reference to a (the) geometry property of a
feature to be used for rendering.
Diagram
Diagram expr_xsd.tmp#PropertyName
Properties
content complex
Used by
Model
Children ogc:PropertyName
Instance
<sld:Geometry xmlns:sld="http://www.opengis.net/sld" xmlns:ogc="http://www.opengis.net/ogc">
  <ogc:PropertyName>{1,1}</ogc:PropertyName>
</sld:Geometry>
Source
<xsd:element name="Geometry">
  <xsd:annotation>
    <xsd:documentation>A Geometry gives reference to a (the) geometry property of a feature to be used for rendering.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="ogc:PropertyName"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element sld:PolygonSymbolizer
Namespace http://www.opengis.net/sld
Annotations
A "PolygonSymbolizer" specifies the rendering of a polygon or
area geometry, including its interior fill and border stroke.
Diagram
Diagram StyledLayerDescriptor_xsd.tmp#SymbolizerType StyledLayerDescriptor_xsd.tmp#Geometry StyledLayerDescriptor_xsd.tmp#Fill StyledLayerDescriptor_xsd.tmp#Stroke StyledLayerDescriptor_xsd.tmp#Symbolizer
Type extension of sld:SymbolizerType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children sld:Fill, sld:Geometry, sld:Stroke
Instance
<sld:PolygonSymbolizer xmlns:sld="http://www.opengis.net/sld">
  <sld:Geometry>{0,1}</sld:Geometry>
  <sld:Fill>{0,1}</sld:Fill>
  <sld:Stroke>{0,1}</sld:Stroke>
</sld:PolygonSymbolizer>
Source
<xsd:element name="PolygonSymbolizer" substitutionGroup="sld:Symbolizer">
  <xsd:annotation>
    <xsd:documentation>A "PolygonSymbolizer" specifies the rendering of a polygon or area geometry, including its interior fill and border stroke.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:complexContent>
      <xsd:extension base="sld:SymbolizerType">
        <xsd:sequence>
          <xsd:element ref="sld:Geometry" minOccurs="0"/>
          <xsd:element ref="sld:Fill" minOccurs="0"/>
          <xsd:element ref="sld:Stroke" minOccurs="0"/>
        </xsd:sequence>
      </xsd:extension>
    </xsd:complexContent>
  </xsd:complexType>
</xsd:element>
Element sld:PointSymbolizer
Namespace http://www.opengis.net/sld
Annotations
A "PointSymbolizer" specifies the rendering of a "graphic symbol"
at a point.
Diagram
Diagram StyledLayerDescriptor_xsd.tmp#SymbolizerType StyledLayerDescriptor_xsd.tmp#Geometry StyledLayerDescriptor_xsd.tmp#Graphic StyledLayerDescriptor_xsd.tmp#Symbolizer
Type extension of sld:SymbolizerType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Model
Children sld:Geometry, sld:Graphic
Instance
<sld:PointSymbolizer xmlns:sld="http://www.opengis.net/sld">
  <sld:Geometry>{0,1}</sld:Geometry>
  <sld:Graphic>{0,1}</sld:Graphic>
</sld:PointSymbolizer>
Source
<xsd:element name="PointSymbolizer" substitutionGroup="sld:Symbolizer">
  <xsd:annotation>
    <xsd:documentation>A "PointSymbolizer" specifies the rendering of a "graphic symbol" at a point.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:complexContent>
      <xsd:extension base="sld:SymbolizerType">
        <xsd:sequence>
          <xsd:element ref="sld:Geometry" minOccurs="0"/>
          <xsd:element ref="sld:Graphic" minOccurs="0"/>
        </xsd:sequence>
      </xsd:extension>
    </xsd:complexContent>
  </xsd:complexType>
</xsd:element>
Element sld:TextSymbolizer
Namespace http://www.opengis.net/sld
Annotations
A "TextSymbolizer" is used to render text labels according to
various graphical parameters.
Diagram
Diagram StyledLayerDescriptor_xsd.tmp#SymbolizerType StyledLayerDescriptor_xsd.tmp#Geometry StyledLayerDescriptor_xsd.tmp#Label StyledLayerDescriptor_xsd.tmp#Font StyledLayerDescriptor_xsd.tmp#LabelPlacement StyledLayerDescriptor_xsd.tmp#Halo StyledLayerDescriptor_xsd.tmp#Fill StyledLayerDescriptor_xsd.tmp#Symbolizer
Type extension of sld:SymbolizerType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Model
Children sld:Fill, sld:Font, sld:Geometry, sld:Halo, sld:Label, sld:LabelPlacement
Instance
<sld:TextSymbolizer xmlns:sld="http://www.opengis.net/sld">
  <sld:Geometry>{0,1}</sld:Geometry>
  <sld:Label>{0,1}</sld:Label>
  <sld:Font>{0,1}</sld:Font>
  <sld:LabelPlacement>{0,1}</sld:LabelPlacement>
  <sld:Halo>{0,1}</sld:Halo>
  <sld:Fill>{0,1}</sld:Fill>
</sld:TextSymbolizer>
Source
<xsd:element name="TextSymbolizer" substitutionGroup="sld:Symbolizer">
  <xsd:annotation>
    <xsd:documentation>A "TextSymbolizer" is used to render text labels according to various graphical parameters.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:complexContent>
      <xsd:extension base="sld:SymbolizerType">
        <xsd:sequence>
          <xsd:element ref="sld:Geometry" minOccurs="0"/>
          <xsd:element ref="sld:Label" minOccurs="0"/>
          <xsd:element ref="sld:Font" minOccurs="0"/>
          <xsd:element ref="sld:LabelPlacement" minOccurs="0"/>
          <xsd:element ref="sld:Halo" minOccurs="0"/>
          <xsd:element ref="sld:Fill" minOccurs="0"/>
        </xsd:sequence>
      </xsd:extension>
    </xsd:complexContent>
  </xsd:complexType>
</xsd:element>
Element sld:Label
Namespace http://www.opengis.net/sld
Annotations
A "Label" specifies the textual content to be rendered.
Diagram
Diagram expr_xsd.tmp#expression StyledLayerDescriptor_xsd.tmp#ParameterValueType
Type sld:ParameterValueType
Properties
content complex
mixed true
Used by
Model
Children ogc:expression
Instance
<sld:Label xmlns:sld="http://www.opengis.net/sld" xmlns:ogc="http://www.opengis.net/ogc">
  <ogc:expression>{1,1}</ogc:expression>
</sld:Label>
Source
<xsd:element name="Label" type="sld:ParameterValueType">
  <xsd:annotation>
    <xsd:documentation>A "Label" specifies the textual content to be rendered.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element sld:Font
Namespace http://www.opengis.net/sld
Annotations
A "Font" element specifies the text font to use.  The allowed
CssParameters are: "font-family", "font-style", "font-weight",
and "font-size".
Diagram
Diagram StyledLayerDescriptor_xsd.tmp#CssParameter
Properties
content complex
Used by
Model
Children sld:CssParameter
Instance
<sld:Font xmlns:sld="http://www.opengis.net/sld">
  <sld:CssParameter name="">{0,unbounded}</sld:CssParameter>
</sld:Font>
Source
<xsd:element name="Font">
  <xsd:annotation>
    <xsd:documentation>A "Font" element specifies the text font to use. The allowed CssParameters are: "font-family", "font-style", "font-weight", and "font-size".</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="sld:CssParameter" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element sld:LabelPlacement
Namespace http://www.opengis.net/sld
Annotations
The "LabelPlacement" specifies where and how a text label should
be rendered relative to a geometry.  The present mechanism is
poorly aligned with CSS/SVG.
Diagram
Diagram StyledLayerDescriptor_xsd.tmp#PointPlacement StyledLayerDescriptor_xsd.tmp#LinePlacement
Properties
content complex
Used by
Model
Children sld:LinePlacement, sld:PointPlacement
Instance
<sld:LabelPlacement xmlns:sld="http://www.opengis.net/sld">
  <sld:PointPlacement>{1,1}</sld:PointPlacement>
  <sld:LinePlacement>{1,1}</sld:LinePlacement>
</sld:LabelPlacement>
Source
<xsd:element name="LabelPlacement">
  <xsd:annotation>
    <xsd:documentation>The "LabelPlacement" specifies where and how a text label should be rendered relative to a geometry. The present mechanism is poorly aligned with CSS/SVG.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:choice>
      <xsd:element ref="sld:PointPlacement"/>
      <xsd:element ref="sld:LinePlacement"/>
    </xsd:choice>
  </xsd:complexType>
</xsd:element>
Element sld:PointPlacement
Namespace http://www.opengis.net/sld
Annotations
A "PointPlacement" specifies how a text label should be rendered
relative to a geometric point.
Diagram
Diagram StyledLayerDescriptor_xsd.tmp#AnchorPoint StyledLayerDescriptor_xsd.tmp#Displacement StyledLayerDescriptor_xsd.tmp#Rotation
Properties
content complex
Used by
Model
Children sld:AnchorPoint, sld:Displacement, sld:Rotation
Instance
<sld:PointPlacement xmlns:sld="http://www.opengis.net/sld">
  <sld:AnchorPoint>{0,1}</sld:AnchorPoint>
  <sld:Displacement>{0,1}</sld:Displacement>
  <sld:Rotation>{0,1}</sld:Rotation>
</sld:PointPlacement>
Source
<xsd:element name="PointPlacement">
  <xsd:annotation>
    <xsd:documentation>A "PointPlacement" specifies how a text label should be rendered relative to a geometric point.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="sld:AnchorPoint" minOccurs="0"/>
      <xsd:element ref="sld:Displacement" minOccurs="0"/>
      <xsd:element ref="sld:Rotation" minOccurs="0"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element sld:AnchorPoint
Namespace http://www.opengis.net/sld
Annotations
An "AnchorPoint" identifies the location inside of a text label to
use an an 'anchor' for positioning it relative to a point geometry.
Diagram
Diagram StyledLayerDescriptor_xsd.tmp#AnchorPointX StyledLayerDescriptor_xsd.tmp#AnchorPointY
Properties
content complex
Used by
Model
Children sld:AnchorPointX, sld:AnchorPointY
Instance
<sld:AnchorPoint xmlns:sld="http://www.opengis.net/sld">
  <sld:AnchorPointX>{1,1}</sld:AnchorPointX>
  <sld:AnchorPointY>{1,1}</sld:AnchorPointY>
</sld:AnchorPoint>
Source
<xsd:element name="AnchorPoint">
  <xsd:annotation>
    <xsd:documentation>An "AnchorPoint" identifies the location inside of a text label to use an an 'anchor' for positioning it relative to a point geometry.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="sld:AnchorPointX"/>
      <xsd:element ref="sld:AnchorPointY"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element sld:AnchorPointX
Namespace http://www.opengis.net/sld
Diagram
Diagram expr_xsd.tmp#expression StyledLayerDescriptor_xsd.tmp#ParameterValueType
Type sld:ParameterValueType
Properties
content complex
mixed true
Used by
Element sld:AnchorPoint
Model
Children ogc:expression
Instance
<sld:AnchorPointX xmlns:sld="http://www.opengis.net/sld" xmlns:ogc="http://www.opengis.net/ogc">
  <ogc:expression>{1,1}</ogc:expression>
</sld:AnchorPointX>
Source
<xsd:element name="AnchorPointX" type="sld:ParameterValueType"/>
Element sld:AnchorPointY
Namespace http://www.opengis.net/sld
Diagram
Diagram expr_xsd.tmp#expression StyledLayerDescriptor_xsd.tmp#ParameterValueType
Type sld:ParameterValueType
Properties
content complex
mixed true
Used by
Element sld:AnchorPoint
Model
Children ogc:expression
Instance
<sld:AnchorPointY xmlns:sld="http://www.opengis.net/sld" xmlns:ogc="http://www.opengis.net/ogc">
  <ogc:expression>{1,1}</ogc:expression>
</sld:AnchorPointY>
Source
<xsd:element name="AnchorPointY" type="sld:ParameterValueType"/>
Element sld:Displacement
Namespace http://www.opengis.net/sld
Annotations
A "Displacement" gives X and Y offset displacements to use for
rendering a text label near a point.
Diagram
Diagram StyledLayerDescriptor_xsd.tmp#DisplacementX StyledLayerDescriptor_xsd.tmp#DisplacementY
Properties
content complex
Used by
Model
Children sld:DisplacementX, sld:DisplacementY
Instance
<sld:Displacement xmlns:sld="http://www.opengis.net/sld">
  <sld:DisplacementX>{1,1}</sld:DisplacementX>
  <sld:DisplacementY>{1,1}</sld:DisplacementY>
</sld:Displacement>
Source
<xsd:element name="Displacement">
  <xsd:annotation>
    <xsd:documentation>A "Displacement" gives X and Y offset displacements to use for rendering a text label near a point.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="sld:DisplacementX"/>
      <xsd:element ref="sld:DisplacementY"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element sld:DisplacementX
Namespace http://www.opengis.net/sld
Diagram
Diagram expr_xsd.tmp#expression StyledLayerDescriptor_xsd.tmp#ParameterValueType
Type sld:ParameterValueType
Properties
content complex
mixed true
Used by
Model
Children ogc:expression
Instance
<sld:DisplacementX xmlns:sld="http://www.opengis.net/sld" xmlns:ogc="http://www.opengis.net/ogc">
  <ogc:expression>{1,1}</ogc:expression>
</sld:DisplacementX>
Source
<xsd:element name="DisplacementX" type="sld:ParameterValueType"/>
Element sld:DisplacementY
Namespace http://www.opengis.net/sld
Diagram
Diagram expr_xsd.tmp#expression StyledLayerDescriptor_xsd.tmp#ParameterValueType
Type sld:ParameterValueType
Properties
content complex
mixed true
Used by
Model
Children ogc:expression
Instance
<sld:DisplacementY xmlns:sld="http://www.opengis.net/sld" xmlns:ogc="http://www.opengis.net/ogc">
  <ogc:expression>{1,1}</ogc:expression>
</sld:DisplacementY>
Source
<xsd:element name="DisplacementY" type="sld:ParameterValueType"/>
Element sld:LinePlacement
Namespace http://www.opengis.net/sld
Annotations
A "LinePlacement" specifies how a text label should be rendered
relative to a linear geometry.
Diagram
Diagram StyledLayerDescriptor_xsd.tmp#PerpendicularOffset
Properties
content complex
Used by
Model
Children sld:PerpendicularOffset
Instance
<sld:LinePlacement xmlns:sld="http://www.opengis.net/sld">
  <sld:PerpendicularOffset>{0,1}</sld:PerpendicularOffset>
</sld:LinePlacement>
Source
<xsd:element name="LinePlacement">
  <xsd:annotation>
    <xsd:documentation>A "LinePlacement" specifies how a text label should be rendered relative to a linear geometry.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="sld:PerpendicularOffset" minOccurs="0"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element sld:PerpendicularOffset
Namespace http://www.opengis.net/sld
Annotations
A "PerpendicularOffset" gives the perpendicular distance away
from a line to draw a label.
Diagram
Diagram expr_xsd.tmp#expression StyledLayerDescriptor_xsd.tmp#ParameterValueType
Type sld:ParameterValueType
Properties
content complex
mixed true
Used by
Model
Children ogc:expression
Instance
<sld:PerpendicularOffset xmlns:sld="http://www.opengis.net/sld" xmlns:ogc="http://www.opengis.net/ogc">
  <ogc:expression>{1,1}</ogc:expression>
</sld:PerpendicularOffset>
Source
<xsd:element name="PerpendicularOffset" type="sld:ParameterValueType">
  <xsd:annotation>
    <xsd:documentation>A "PerpendicularOffset" gives the perpendicular distance away from a line to draw a label.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element sld:Halo
Namespace http://www.opengis.net/sld
Annotations
A "Halo" fills an extended area outside the glyphs of a rendered
text label to make the label easier to read over a background.
Diagram
Diagram StyledLayerDescriptor_xsd.tmp#Radius StyledLayerDescriptor_xsd.tmp#Fill
Properties
content complex
Used by
Model
Children sld:Fill, sld:Radius
Instance
<sld:Halo xmlns:sld="http://www.opengis.net/sld">
  <sld:Radius>{0,1}</sld:Radius>
  <sld:Fill>{0,1}</sld:Fill>
</sld:Halo>
Source
<xsd:element name="Halo">
  <xsd:annotation>
    <xsd:documentation>A "Halo" fills an extended area outside the glyphs of a rendered text label to make the label easier to read over a background.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="sld:Radius" minOccurs="0"/>
      <xsd:element ref="sld:Fill" minOccurs="0"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element sld:Radius
Namespace http://www.opengis.net/sld
Diagram
Diagram expr_xsd.tmp#expression StyledLayerDescriptor_xsd.tmp#ParameterValueType
Type sld:ParameterValueType
Properties
content complex
mixed true
Used by
Element sld:Halo
Model
Children ogc:expression
Instance
<sld:Radius xmlns:sld="http://www.opengis.net/sld" xmlns:ogc="http://www.opengis.net/ogc">
  <ogc:expression>{1,1}</ogc:expression>
</sld:Radius>
Source
<xsd:element name="Radius" type="sld:ParameterValueType"/>
Element sld:RasterSymbolizer
Namespace http://www.opengis.net/sld
Annotations
A "RasterSymbolizer" is used to specify the rendering of raster/
matrix-coverage data (e.g., satellite images, DEMs).
Diagram
Diagram StyledLayerDescriptor_xsd.tmp#SymbolizerType StyledLayerDescriptor_xsd.tmp#Geometry StyledLayerDescriptor_xsd.tmp#Opacity StyledLayerDescriptor_xsd.tmp#ChannelSelection StyledLayerDescriptor_xsd.tmp#OverlapBehavior StyledLayerDescriptor_xsd.tmp#ColorMap StyledLayerDescriptor_xsd.tmp#ContrastEnhancement StyledLayerDescriptor_xsd.tmp#ShadedRelief StyledLayerDescriptor_xsd.tmp#ImageOutline StyledLayerDescriptor_xsd.tmp#Symbolizer
Type extension of sld:SymbolizerType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Model
Children sld:ChannelSelection, sld:ColorMap, sld:ContrastEnhancement, sld:Geometry, sld:ImageOutline, sld:Opacity, sld:OverlapBehavior, sld:ShadedRelief
Instance
<sld:RasterSymbolizer xmlns:sld="http://www.opengis.net/sld">
  <sld:Geometry>{0,1}</sld:Geometry>
  <sld:Opacity>{0,1}</sld:Opacity>
  <sld:ChannelSelection>{0,1}</sld:ChannelSelection>
  <sld:OverlapBehavior>{0,1}</sld:OverlapBehavior>
  <sld:ColorMap>{0,1}</sld:ColorMap>
  <sld:ContrastEnhancement>{0,1}</sld:ContrastEnhancement>
  <sld:ShadedRelief>{0,1}</sld:ShadedRelief>
  <sld:ImageOutline>{0,1}</sld:ImageOutline>
</sld:RasterSymbolizer>
Source
<xsd:element name="RasterSymbolizer" substitutionGroup="sld:Symbolizer">
  <xsd:annotation>
    <xsd:documentation>A "RasterSymbolizer" is used to specify the rendering of raster/ matrix-coverage data (e.g., satellite images, DEMs).</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:complexContent>
      <xsd:extension base="sld:SymbolizerType">
        <xsd:sequence>
          <xsd:element ref="sld:Geometry" minOccurs="0"/>
          <xsd:element ref="sld:Opacity" minOccurs="0"/>
          <xsd:element ref="sld:ChannelSelection" minOccurs="0"/>
          <xsd:element ref="sld:OverlapBehavior" minOccurs="0"/>
          <xsd:element ref="sld:ColorMap" minOccurs="0"/>
          <xsd:element ref="sld:ContrastEnhancement" minOccurs="0"/>
          <xsd:element ref="sld:ShadedRelief" minOccurs="0"/>
          <xsd:element ref="sld:ImageOutline" minOccurs="0"/>
        </xsd:sequence>
      </xsd:extension>
    </xsd:complexContent>
  </xsd:complexType>
</xsd:element>
Element sld:ChannelSelection
Namespace http://www.opengis.net/sld
Annotations
"ChannelSelection" specifies the false-color channel selection
for a multi-spectral raster source.
Diagram
Diagram StyledLayerDescriptor_xsd.tmp#RedChannel StyledLayerDescriptor_xsd.tmp#GreenChannel StyledLayerDescriptor_xsd.tmp#BlueChannel StyledLayerDescriptor_xsd.tmp#GrayChannel
Properties
content complex
Used by
Model
Children sld:BlueChannel, sld:GrayChannel, sld:GreenChannel, sld:RedChannel
Instance
<sld:ChannelSelection xmlns:sld="http://www.opengis.net/sld">
  <sld:RedChannel>{1,1}</sld:RedChannel>
  <sld:GreenChannel>{1,1}</sld:GreenChannel>
  <sld:BlueChannel>{1,1}</sld:BlueChannel>
  <sld:GrayChannel>{1,1}</sld:GrayChannel>
</sld:ChannelSelection>
Source
<xsd:element name="ChannelSelection">
  <xsd:annotation>
    <xsd:documentation>"ChannelSelection" specifies the false-color channel selection for a multi-spectral raster source.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:choice>
      <xsd:sequence>
        <xsd:element ref="sld:RedChannel"/>
        <xsd:element ref="sld:GreenChannel"/>
        <xsd:element ref="sld:BlueChannel"/>
      </xsd:sequence>
      <xsd:element ref="sld:GrayChannel"/>
    </xsd:choice>
  </xsd:complexType>
</xsd:element>
Element sld:RedChannel
Namespace http://www.opengis.net/sld
Diagram
Diagram StyledLayerDescriptor_xsd.tmp#SourceChannelName StyledLayerDescriptor_xsd.tmp#ContrastEnhancement StyledLayerDescriptor_xsd.tmp#SelectedChannelType
Type sld:SelectedChannelType
Properties
content complex
Used by
Model
Children sld:ContrastEnhancement, sld:SourceChannelName
Instance
<sld:RedChannel xmlns:sld="http://www.opengis.net/sld">
  <sld:SourceChannelName>{1,1}</sld:SourceChannelName>
  <sld:ContrastEnhancement>{0,1}</sld:ContrastEnhancement>
</sld:RedChannel>
Source
<xsd:element name="RedChannel" type="sld:SelectedChannelType"/>
Element sld:SourceChannelName
Namespace http://www.opengis.net/sld
Diagram
Diagram
Type xsd:string
Properties
content simple
Used by
Source
<xsd:element name="SourceChannelName" type="xsd:string"/>
Element sld:ContrastEnhancement
Namespace http://www.opengis.net/sld
Annotations
"ContrastEnhancement" defines the 'stretching' of contrast for a
channel of a false-color image or for a whole grey/color image.
Contrast enhancement is used to make ground features in images
more visible.
Diagram
Diagram StyledLayerDescriptor_xsd.tmp#Normalize StyledLayerDescriptor_xsd.tmp#Histogram StyledLayerDescriptor_xsd.tmp#GammaValue
Properties
content complex
Used by
Model
Children sld:GammaValue, sld:Histogram, sld:Normalize
Instance
<sld:ContrastEnhancement xmlns:sld="http://www.opengis.net/sld">
  <sld:Normalize>{1,1}</sld:Normalize>
  <sld:Histogram>{1,1}</sld:Histogram>
  <sld:GammaValue>{0,1}</sld:GammaValue>
</sld:ContrastEnhancement>
Source
<xsd:element name="ContrastEnhancement">
  <xsd:annotation>
    <xsd:documentation>"ContrastEnhancement" defines the 'stretching' of contrast for a channel of a false-color image or for a whole grey/color image. Contrast enhancement is used to make ground features in images more visible.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:choice minOccurs="0">
        <xsd:element ref="sld:Normalize"/>
        <xsd:element ref="sld:Histogram"/>
      </xsd:choice>
      <xsd:element ref="sld:GammaValue" minOccurs="0"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element sld:Normalize
Namespace http://www.opengis.net/sld
Diagram
Diagram
Properties
content complex
Used by
Source
<xsd:element name="Normalize">
  <xsd:complexType/>
</xsd:element>
Element sld:Histogram
Namespace http://www.opengis.net/sld
Diagram
Diagram
Properties
content complex
Used by
Source
<xsd:element name="Histogram">
  <xsd:complexType/>
</xsd:element>
Element sld:GammaValue
Namespace http://www.opengis.net/sld
Diagram
Diagram
Type xsd:double
Properties
content simple
Used by
Source
<xsd:element name="GammaValue" type="xsd:double"/>
Element sld:GreenChannel
Namespace http://www.opengis.net/sld
Diagram
Diagram StyledLayerDescriptor_xsd.tmp#SourceChannelName StyledLayerDescriptor_xsd.tmp#ContrastEnhancement StyledLayerDescriptor_xsd.tmp#SelectedChannelType
Type sld:SelectedChannelType
Properties
content complex
Used by
Model
Children sld:ContrastEnhancement, sld:SourceChannelName
Instance
<sld:GreenChannel xmlns:sld="http://www.opengis.net/sld">
  <sld:SourceChannelName>{1,1}</sld:SourceChannelName>
  <sld:ContrastEnhancement>{0,1}</sld:ContrastEnhancement>
</sld:GreenChannel>
Source
<xsd:element name="GreenChannel" type="sld:SelectedChannelType"/>
Element sld:BlueChannel
Namespace http://www.opengis.net/sld
Diagram
Diagram StyledLayerDescriptor_xsd.tmp#SourceChannelName StyledLayerDescriptor_xsd.tmp#ContrastEnhancement StyledLayerDescriptor_xsd.tmp#SelectedChannelType
Type sld:SelectedChannelType
Properties
content complex
Used by
Model
Children sld:ContrastEnhancement, sld:SourceChannelName
Instance
<sld:BlueChannel xmlns:sld="http://www.opengis.net/sld">
  <sld:SourceChannelName>{1,1}</sld:SourceChannelName>
  <sld:ContrastEnhancement>{0,1}</sld:ContrastEnhancement>
</sld:BlueChannel>
Source
<xsd:element name="BlueChannel" type="sld:SelectedChannelType"/>
Element sld:GrayChannel
Namespace http://www.opengis.net/sld
Diagram
Diagram StyledLayerDescriptor_xsd.tmp#SourceChannelName StyledLayerDescriptor_xsd.tmp#ContrastEnhancement StyledLayerDescriptor_xsd.tmp#SelectedChannelType
Type sld:SelectedChannelType
Properties
content complex
Used by
Model
Children sld:ContrastEnhancement, sld:SourceChannelName
Instance
<sld:GrayChannel xmlns:sld="http://www.opengis.net/sld">
  <sld:SourceChannelName>{1,1}</sld:SourceChannelName>
  <sld:ContrastEnhancement>{0,1}</sld:ContrastEnhancement>
</sld:GrayChannel>
Source
<xsd:element name="GrayChannel" type="sld:SelectedChannelType"/>
Element sld:OverlapBehavior
Namespace http://www.opengis.net/sld
Annotations
"OverlapBehavior" tells a system how to behave when multiple
raster images in a layer overlap each other, for example with
satellite-image scenes.
Diagram
Diagram StyledLayerDescriptor_xsd.tmp#LATEST_ON_TOP StyledLayerDescriptor_xsd.tmp#EARLIEST_ON_TOP StyledLayerDescriptor_xsd.tmp#AVERAGE StyledLayerDescriptor_xsd.tmp#RANDOM
Properties
content complex
Used by
Model
Children sld:AVERAGE, sld:EARLIEST_ON_TOP, sld:LATEST_ON_TOP, sld:RANDOM
Instance
<sld:OverlapBehavior xmlns:sld="http://www.opengis.net/sld">
  <sld:LATEST_ON_TOP>{1,1}</sld:LATEST_ON_TOP>
  <sld:EARLIEST_ON_TOP>{1,1}</sld:EARLIEST_ON_TOP>
  <sld:AVERAGE>{1,1}</sld:AVERAGE>
  <sld:RANDOM>{1,1}</sld:RANDOM>
</sld:OverlapBehavior>
Source
<xsd:element name="OverlapBehavior">
  <xsd:annotation>
    <xsd:documentation>"OverlapBehavior" tells a system how to behave when multiple raster images in a layer overlap each other, for example with satellite-image scenes.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:choice>
      <xsd:element ref="sld:LATEST_ON_TOP"/>
      <xsd:element ref="sld:EARLIEST_ON_TOP"/>
      <xsd:element ref="sld:AVERAGE"/>
      <xsd:element ref="sld:RANDOM"/>
    </xsd:choice>
  </xsd:complexType>
</xsd:element>
Element sld:LATEST_ON_TOP
Namespace http://www.opengis.net/sld
Diagram
Diagram
Properties
content complex
Used by
Source
<xsd:element name="LATEST_ON_TOP">
  <xsd:complexType/>
</xsd:element>
Element sld:EARLIEST_ON_TOP
Namespace http://www.opengis.net/sld
Diagram
Diagram
Properties
content complex
Used by
Source
<xsd:element name="EARLIEST_ON_TOP">
  <xsd:complexType/>
</xsd:element>
Element sld:AVERAGE
Namespace http://www.opengis.net/sld
Diagram
Diagram
Properties
content complex
Used by
Source
<xsd:element name="AVERAGE">
  <xsd:complexType/>
</xsd:element>
Element sld:RANDOM
Namespace http://www.opengis.net/sld
Diagram
Diagram
Properties
content complex
Used by
Source
<xsd:element name="RANDOM">
  <xsd:complexType/>
</xsd:element>
Element sld:ColorMap
Namespace http://www.opengis.net/sld
Annotations
A "ColorMap" defines either the colors of a pallet-type raster
source or the mapping of numeric pixel values to colors.
Diagram
Diagram StyledLayerDescriptor_xsd.tmp#ColorMapEntry
Properties
content complex
Used by
Model
Children sld:ColorMapEntry
Instance
<sld:ColorMap xmlns:sld="http://www.opengis.net/sld">
  <sld:ColorMapEntry color="" label="" opacity="" quantity="">{1,1}</sld:ColorMapEntry>
</sld:ColorMap>
Source
<xsd:element name="ColorMap">
  <xsd:annotation>
    <xsd:documentation>A "ColorMap" defines either the colors of a pallet-type raster source or the mapping of numeric pixel values to colors.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:choice minOccurs="0" maxOccurs="unbounded">
      <xsd:element ref="sld:ColorMapEntry"/>
    </xsd:choice>
  </xsd:complexType>
</xsd:element>
Element sld:ColorMapEntry
Namespace http://www.opengis.net/sld
Diagram
Diagram StyledLayerDescriptor_xsd.tmp#ColorMapEntry_color StyledLayerDescriptor_xsd.tmp#ColorMapEntry_opacity StyledLayerDescriptor_xsd.tmp#ColorMapEntry_quantity StyledLayerDescriptor_xsd.tmp#ColorMapEntry_label
Properties
content complex
Used by
Element sld:ColorMap
Attributes
QName Type Use
color xsd:string required
label xsd:string optional
opacity xsd:double optional
quantity xsd:double optional
Source
<xsd:element name="ColorMapEntry">
  <xsd:complexType>
    <xsd:attribute name="color" type="xsd:string" use="required"/>
    <xsd:attribute name="opacity" type="xsd:double"/>
    <xsd:attribute name="quantity" type="xsd:double"/>
    <xsd:attribute name="label" type="xsd:string"/>
  </xsd:complexType>
</xsd:element>
Element sld:ShadedRelief
Namespace http://www.opengis.net/sld
Annotations
"ShadedRelief" specifies the application of relief shading
(or "hill shading") to a DEM raster to give it somewhat of a
three-dimensional effect and to make elevation changes more
visible.
Diagram
Diagram StyledLayerDescriptor_xsd.tmp#BrightnessOnly StyledLayerDescriptor_xsd.tmp#ReliefFactor
Properties
content complex
Used by
Model
Children sld:BrightnessOnly, sld:ReliefFactor
Instance
<sld:ShadedRelief xmlns:sld="http://www.opengis.net/sld">
  <sld:BrightnessOnly>{0,1}</sld:BrightnessOnly>
  <sld:ReliefFactor>{0,1}</sld:ReliefFactor>
</sld:ShadedRelief>
Source
<xsd:element name="ShadedRelief">
  <xsd:annotation>
    <xsd:documentation>"ShadedRelief" specifies the application of relief shading (or "hill shading") to a DEM raster to give it somewhat of a three-dimensional effect and to make elevation changes more visible.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="sld:BrightnessOnly" minOccurs="0"/>
      <xsd:element ref="sld:ReliefFactor" minOccurs="0"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element sld:BrightnessOnly
Namespace http://www.opengis.net/sld
Diagram
Diagram
Type xsd:boolean
Properties
content simple
Used by
Source
<xsd:element name="BrightnessOnly" type="xsd:boolean"/>
Element sld:ReliefFactor
Namespace http://www.opengis.net/sld
Diagram
Diagram
Type xsd:double
Properties
content simple
Used by
Source
<xsd:element name="ReliefFactor" type="xsd:double"/>
Element sld:ImageOutline
Namespace http://www.opengis.net/sld
Annotations
"ImageOutline" specifies how individual source rasters in
a multi-raster set (such as a set of satellite-image scenes)
should be outlined to make the individual-image locations visible.
Diagram
Diagram StyledLayerDescriptor_xsd.tmp#LineSymbolizer StyledLayerDescriptor_xsd.tmp#PolygonSymbolizer
Properties
content complex
Used by
Model
Children sld:LineSymbolizer, sld:PolygonSymbolizer
Instance
<sld:ImageOutline xmlns:sld="http://www.opengis.net/sld">
  <sld:LineSymbolizer>{1,1}</sld:LineSymbolizer>
  <sld:PolygonSymbolizer>{1,1}</sld:PolygonSymbolizer>
</sld:ImageOutline>
Source
<xsd:element name="ImageOutline">
  <xsd:annotation>
    <xsd:documentation>"ImageOutline" specifies how individual source rasters in a multi-raster set (such as a set of satellite-image scenes) should be outlined to make the individual-image locations visible.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:choice>
      <xsd:element ref="sld:LineSymbolizer"/>
      <xsd:element ref="sld:PolygonSymbolizer"/>
    </xsd:choice>
  </xsd:complexType>
</xsd:element>
Complex Type sld:ParameterValueType
Namespace http://www.opengis.net/sld
Annotations
The "ParameterValueType" uses WFS-Filter expressions to give
values for SLD graphic parameters.  A "mixed" element-content
model is used with textual substitution for values.
Diagram
Diagram expr_xsd.tmp#expression
Properties
mixed true
Used by
Model
Children ogc:expression
Source
<xsd:complexType name="ParameterValueType" mixed="true">
  <xsd:annotation>
    <xsd:documentation>The "ParameterValueType" uses WFS-Filter expressions to give values for SLD graphic parameters. A "mixed" element-content model is used with textual substitution for values.</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence minOccurs="0" maxOccurs="unbounded">
    <xsd:element ref="ogc:expression"/>
  </xsd:sequence>
</xsd:complexType>
Complex Type sld:SymbolizerType
Namespace http://www.opengis.net/sld
Annotations
A "SymbolizerType" is an abstract type for encoding the graphical
properties used to portray geographic information.  Concrete symbol
types are derived from this base type.
Diagram
Diagram
Properties
abstract true
Used by
Source
<xsd:complexType name="SymbolizerType" abstract="true">
  <xsd:annotation>
    <xsd:documentation>A "SymbolizerType" is an abstract type for encoding the graphical properties used to portray geographic information. Concrete symbol types are derived from this base type.</xsd:documentation>
  </xsd:annotation>
</xsd:complexType>
Complex Type sld:SelectedChannelType
Namespace http://www.opengis.net/sld
Diagram
Diagram StyledLayerDescriptor_xsd.tmp#SourceChannelName StyledLayerDescriptor_xsd.tmp#ContrastEnhancement
Used by
Model
Children sld:ContrastEnhancement, sld:SourceChannelName
Source
<xsd:complexType name="SelectedChannelType">
  <xsd:sequence>
    <xsd:element ref="sld:SourceChannelName"/>
    <xsd:element ref="sld:ContrastEnhancement" minOccurs="0"/>
  </xsd:sequence>
</xsd:complexType>
Attribute sld:CssParameter / @name
Namespace No namespace
Type xsd:string
Properties
use required
Used by
Source
<xsd:attribute name="name" type="xsd:string" use="required"/>
Attribute sld:StyledLayerDescriptor / @version
Namespace No namespace
Type xsd:string
Properties
use required
fixed 1.0.0
Used by
Source
<xsd:attribute name="version" type="xsd:string" use="required" fixed="1.0.0"/>
Attribute sld:ColorMapEntry / @color
Namespace No namespace
Type xsd:string
Properties
use required
Used by
Source
<xsd:attribute name="color" type="xsd:string" use="required"/>
Attribute sld:ColorMapEntry / @opacity
Namespace No namespace
Type xsd:double
Properties
content simple
Used by
Source
<xsd:attribute name="opacity" type="xsd:double"/>
Attribute sld:ColorMapEntry / @quantity
Namespace No namespace
Type xsd:double
Properties
content simple
Used by
Source
<xsd:attribute name="quantity" type="xsd:double"/>
Attribute sld:ColorMapEntry / @label
Namespace No namespace
Type xsd:string
Properties
content simple
Used by
Source
<xsd:attribute name="label" type="xsd:string"/>