Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Included schema Core.xsd
Namespace http://www.opengis.net/se/2.0/core
Annotations
SE COMMON ELEMENTS version 2.0.0 (2011-01-10)
Symbology Encoding FEATURE STYLE version 2.0.0 (2011-01-10)
SE Symbolizer version 2.0.0
LINE Symbolizer
AREA Symbolizer
POINT Symbolizer
TEXT Symbolizer
Function element
Numeric formatting function
Date formatting function
String formatting functions
Categorize function
Interpolate function
Properties
attribute form default unqualified
element form default qualified
Element se:OnlineResource
Namespace http://www.opengis.net/se/2.0/core
Annotations
An "OnlineResource" is used to refer to an HTTP URL.
Diagram
Diagram xlink_xsd.tmp#simpleAttrs Core_xsd.tmp#OnlineResourceType
Type se:OnlineResourceType
Properties
content complex
Used by
Attributes
Source
<xsd:element name="OnlineResource" type="se:OnlineResourceType">
  <xsd:annotation>
    <xsd:documentation>An "OnlineResource" is used to refer to an HTTP URL.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element se:Name
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram
Type xsd:string
Properties
content simple
Used by
Source
<xsd:element name="Name" type="xsd:string"/>
Element se:Description
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram ows19115subset_xsd.tmp#Title ows19115subset_xsd.tmp#Abstract ows19115subset_xsd.tmp#Keywords owsDataIdentification_xsd.tmp#DescriptionType
Type ows:DescriptionType
Properties
content complex
Used by
Model
Children ows:Abstract, ows:Keywords, ows:Title
Instance
<se:Description xmlns:se="http://www.opengis.net/se/2.0/core" xmlns:ows="http://www.opengis.net/ows/2.0">
  <ows:Title xml:lang="">{0,unbounded}</ows:Title>
  <ows:Abstract xml:lang="">{0,unbounded}</ows:Abstract>
  <ows:Keywords>{0,unbounded}</ows:Keywords>
</se:Description>
Source
<xsd:element name="Description" type="ows:DescriptionType"/>
Element se:DataTypeName
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram
Type xsd:QName
Properties
content simple
Used by
Complex Type se:StyleType
Source
<xsd:element name="DataTypeName" type="xsd:QName"/>
Element se:Href
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram expr_xsd.tmp#expression Core_xsd.tmp#ParameterValueType
Type se:ParameterValueType
Properties
content complex
mixed true
Used by
Model
Children fes:expression
Instance
<se:Href xmlns:se="http://www.opengis.net/se/2.0/core" xmlns:fes="http://www.opengis.net/fes/2.1">
  <fes:expression>{1,1}</fes:expression>
</se:Href>
Source
<xsd:element name="Href" type="se:ParameterValueType"/>
Element se:InlineContent
Namespace http://www.opengis.net/se/2.0/core
Annotations
"InlineContent" is XML- or base64-encoded encoded content in some externally-defined format that is included in an SE in-line.
Diagram
Diagram Core_xsd.tmp#InlineContentType_encoding Core_xsd.tmp#InlineContentType
Type se:InlineContentType
Properties
content complex
mixed true
Used by
Model
ANY element from ANY namespace
Attributes
QName Type Use
encoding restriction of xsd:token required
Source
<xsd:element name="InlineContent" type="se:InlineContentType">
  <xsd:annotation>
    <xsd:documentation>"InlineContent" is XML- or base64-encoded encoded content in some externally-defined format that is included in an SE in-line.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element se:Extension
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#ExtensionParameter Core_xsd.tmp#ExtensionType
Type se:ExtensionType
Properties
content complex
Used by
Model
Children se:ExtensionParameter
Instance
<se:Extension xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:ExtensionParameter name="">{1,unbounded}</se:ExtensionParameter>
</se:Extension>
Source
<xsd:element name="Extension" type="se:ExtensionType"/>
Element se:ExtensionParameter
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#ExtensionParameterType_name Core_xsd.tmp#ExtensionParameterType
Type se:ExtensionParameterType
Properties
content complex
mixed true
Used by
Complex Type se:ExtensionType
Model
Attributes
QName Type Use
name xsd:string required
Source
<xsd:element name="ExtensionParameter" type="se:ExtensionParameterType"/>
Element se:AbstractStyle
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#AbstractStyleType Core_xsd.tmp#Style Core_xsd.tmp#StyleReference
Type se:AbstractStyleType
Properties
content complex
abstract true
Substitution Group
Used by
Element sld:UserStyle
Source
<xsd:element name="AbstractStyle" type="se:AbstractStyleType" abstract="true"/>
Element se:Style
Namespace http://www.opengis.net/se/2.0/core
Annotations
A Style contains styling information specific to one feature type.
Diagram
Diagram Core_xsd.tmp#AbstractStyleType Core_xsd.tmp#StyleType_version Core_xsd.tmp#Name Core_xsd.tmp#Description Core_xsd.tmp#DataTypeName Core_xsd.tmp#SemanticTypeIdentifier Core_xsd.tmp#Rule Core_xsd.tmp#StyleType Core_xsd.tmp#AbstractStyle
Type se:StyleType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Model
Children se:DataTypeName, se:Description, se:Name, se:Rule, se:SemanticTypeIdentifier
Instance
<se:Style version="" xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:Name>{0,1}</se:Name>
  <se:Description>{0,1}</se:Description>
  <se:DataTypeName>{0,1}</se:DataTypeName>
  <se:SemanticTypeIdentifier>{0,unbounded}</se:SemanticTypeIdentifier>
  <se:Rule>{1,unbounded}</se:Rule>
</se:Style>
Attributes
QName Type Use
version se:VersionType optional
Source
<xsd:element name="Style" type="se:StyleType" substitutionGroup="se:AbstractStyle">
  <xsd:annotation>
    <xsd:documentation>A Style contains styling information specific to one feature type.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element se:SemanticTypeIdentifier
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram
Type xsd:string
Properties
content simple
Used by
Complex Type se:StyleType
Source
<xsd:element name="SemanticTypeIdentifier" type="xsd:string"/>
Element se:Rule
Namespace http://www.opengis.net/se/2.0/core
Annotations
A Rule is used to attach property/scale conditions to and group the individual symbols used for rendering.
Diagram
Diagram Core_xsd.tmp#Name Core_xsd.tmp#Description filter_xsd.tmp#Filter Core_xsd.tmp#ElseFilter Core_xsd.tmp#RuleType_WhereClause Core_xsd.tmp#MinScaleDenominator Core_xsd.tmp#MaxScaleDenominator Core_xsd.tmp#Symbolizer Core_xsd.tmp#RuleType
Type se:RuleType
Properties
content complex
Used by
Complex Type se:StyleType
Model
Children fes:Filter, se:Description, se:ElseFilter, se:MaxScaleDenominator, se:MinScaleDenominator, se:Name, se:Symbolizer, se:WhereClause
Instance
<se:Rule xmlns:se="http://www.opengis.net/se/2.0/core" xmlns:fes="http://www.opengis.net/fes/2.1">
  <se:Name>{0,1}</se:Name>
  <se:Description>{0,1}</se:Description>
  <fes:Filter>{1,1}</fes:Filter>
  <se:ElseFilter>{1,1}</se:ElseFilter>
  <se:WhereClause>{1,1}</se:WhereClause>
  <se:MinScaleDenominator>{0,1}</se:MinScaleDenominator>
  <se:MaxScaleDenominator>{0,1}</se:MaxScaleDenominator>
  <se:Symbolizer version="">{1,1}</se:Symbolizer>
</se:Rule>
Source
<xsd:element name="Rule" type="se:RuleType">
  <xsd:annotation>
    <xsd:documentation>A Rule is used to attach property/scale conditions to and group the individual symbols used for rendering.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element se:ElseFilter
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#ElseFilterType
Type se:ElseFilterType
Properties
content complex
Used by
Complex Type se:RuleType
Source
<xsd:element name="ElseFilter" type="se:ElseFilterType"/>
Element se:RuleType / se:WhereClause
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="WhereClause" type="xsd:string"/>
Element se:MinScaleDenominator
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram
Type xsd:double
Properties
content simple
Used by
Complex Type se:RuleType
Source
<xsd:element name="MinScaleDenominator" type="xsd:double"/>
Element se:MaxScaleDenominator
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram
Type xsd:double
Properties
content simple
Used by
Complex Type se:RuleType
Source
<xsd:element name="MaxScaleDenominator" type="xsd:double"/>
Element se:Symbolizer
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#SymbolizerType_version Core_xsd.tmp#Name Core_xsd.tmp#Description Core_xsd.tmp#LegendGraphic Core_xsd.tmp#Extension Core_xsd.tmp#SymbolizerType Core_xsd.tmp#AreaSymbolizer Core_xsd.tmp#CompositeSymbolizer Core_xsd.tmp#LineSymbolizer Core_xsd.tmp#PointSymbolizer Raster_xsd.tmp#RasterSymbolizer Core_xsd.tmp#SymbolizerReference Core_xsd.tmp#TextSymbolizer
Type se:SymbolizerType
Properties
content complex
abstract true
Substitution Group
Used by
Model
Children se:Description, se:Extension, se:LegendGraphic, se:Name
Instance
<se:Symbolizer version="" xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:Name>{0,1}</se:Name>
  <se:Description>{0,1}</se:Description>
  <se:LegendGraphic>{0,1}</se:LegendGraphic>
  <se:Extension>{0,1}</se:Extension>
</se:Symbolizer>
Attributes
QName Type Use
version se:VersionType optional
Source
<xsd:element name="Symbolizer" type="se:SymbolizerType" abstract="true"/>
Element se:LegendGraphic
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#Graphic Core_xsd.tmp#LegendGraphicType
Type se:LegendGraphicType
Properties
content complex
Used by
Model
Children se:Graphic
Instance
<se:LegendGraphic xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:Graphic>{1,1}</se:Graphic>
</se:LegendGraphic>
Source
<xsd:element name="LegendGraphic" type="se:LegendGraphicType"/>
Element se:Graphic
Namespace http://www.opengis.net/se/2.0/core
Annotations
The "Graphic" abstract element collects the various kinds of graphic icons.
Diagram
Diagram Core_xsd.tmp#Extension Core_xsd.tmp#GraphicType Core_xsd.tmp#AlternativeGraphics Thematic_xsd.tmp#AxisChart Core_xsd.tmp#CompositeGraphic Core_xsd.tmp#ExternalGraphic Core_xsd.tmp#GraphicReference Core_xsd.tmp#MarkGraphic Thematic_xsd.tmp#PieChart Core_xsd.tmp#PointTextGraphic
Type se:GraphicType
Properties
content complex
abstract true
Substitution Group
Used by
Model
Children se:Extension
Instance
<se:Graphic xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:Extension>{0,1}</se:Extension>
</se:Graphic>
Source
<xsd:element name="Graphic" type="se:GraphicType" abstract="true">
  <xsd:annotation>
    <xsd:documentation>The "Graphic" abstract element collects the various kinds of graphic icons.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element se:StyleReference
Namespace http://www.opengis.net/se/2.0/core
Annotations
A StyleReference refers to a remote feature-ype-style document.
Diagram
Diagram Core_xsd.tmp#AbstractStyleType Core_xsd.tmp#OnlineResource Core_xsd.tmp#StyleReferenceType Core_xsd.tmp#AbstractStyle
Type se:StyleReferenceType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Model
Children se:OnlineResource
Instance
<se:StyleReference xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:OnlineResource xlink:actuate="" xlink:arcrole="" xlink:href="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,1}</se:OnlineResource>
</se:StyleReference>
Source
<xsd:element name="StyleReference" type="se:StyleReferenceType" substitutionGroup="se:AbstractStyle">
  <xsd:annotation>
    <xsd:documentation>A StyleReference refers to a remote feature-ype-style document.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element se:Fill
Namespace http://www.opengis.net/se/2.0/core
Annotations
A "Fill" collects the SolidFill, GraphicFill, and FillReference elements for specifying the appearance of an area geometry.
Diagram
Diagram Core_xsd.tmp#Extension Core_xsd.tmp#FillType Thematic_xsd.tmp#DensityFill Thematic_xsd.tmp#DotMapFill Core_xsd.tmp#FillReference Core_xsd.tmp#GraphicFill Core_xsd.tmp#HatchedFill Core_xsd.tmp#SolidFill
Type se:FillType
Properties
content complex
abstract true
Substitution Group
Used by
Model
Children se:Extension
Instance
<se:Fill xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:Extension>{0,1}</se:Extension>
</se:Fill>
Source
<xsd:element name="Fill" type="se:FillType" abstract="true">
  <xsd:annotation>
    <xsd:documentation>A "Fill" collects the SolidFill, GraphicFill, and FillReference elements for specifying the appearance of an area geometry.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element se:Stroke
Namespace http://www.opengis.net/se/2.0/core
Annotations
A "Stroke" collects the PenStroke, GraphicStroke, CompoundStroke, and StrokeReference elements for specifying the appearance of a lineary geometry.  The definitions parallel SVG strokes.
Diagram
Diagram Core_xsd.tmp#LinearRapport Core_xsd.tmp#Extension Core_xsd.tmp#StrokeType Core_xsd.tmp#CompoundStroke Core_xsd.tmp#GraphicStroke Core_xsd.tmp#PenStroke Core_xsd.tmp#StrokeReference Core_xsd.tmp#TextStroke
Type se:StrokeType
Properties
content complex
abstract true
Substitution Group
Used by
Model
Children se:Extension, se:LinearRapport
Instance
<se:Stroke xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:LinearRapport>{0,1}</se:LinearRapport>
  <se:Extension>{0,1}</se:Extension>
</se:Stroke>
Source
<xsd:element name="Stroke" type="se:StrokeType" abstract="true">
  <xsd:annotation>
    <xsd:documentation>A "Stroke" collects the PenStroke, GraphicStroke, CompoundStroke, and StrokeReference elements for specifying the appearance of a lineary geometry. The definitions parallel SVG strokes.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element se:LinearRapport
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram
Type xsd:boolean
Properties
content simple
Used by
Source
<xsd:element name="LinearRapport" type="xsd:boolean"/>
Element se:Label
Namespace http://www.opengis.net/se/2.0/core
Annotations
An "Label" collects PointLabel and LineLabel for specifying the appearance of a text label.
Diagram
Diagram Core_xsd.tmp#LabelType_uom Core_xsd.tmp#StyledText Core_xsd.tmp#HorizontalAlignment Core_xsd.tmp#VerticalAlignment Core_xsd.tmp#LabelType Core_xsd.tmp#LineLabel Core_xsd.tmp#PointLabel
Type se:LabelType
Properties
content complex
abstract true
Substitution Group
Used by
Complex Type se:TextSymbolizerType
Model
Children se:HorizontalAlignment, se:StyledText, se:VerticalAlignment
Instance
<se:Label uom="" xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:StyledText>{1,1}</se:StyledText>
  <se:HorizontalAlignment>{0,1}</se:HorizontalAlignment>
  <se:VerticalAlignment>{0,1}</se:VerticalAlignment>
</se:Label>
Attributes
QName Type Use
uom se:UomType optional
Source
<xsd:element name="Label" type="se:LabelType" abstract="true">
  <xsd:annotation>
    <xsd:documentation>An "Label" collects PointLabel and LineLabel for specifying the appearance of a text label.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element se:StyledText
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#Text Core_xsd.tmp#Font Core_xsd.tmp#Halo Core_xsd.tmp#Fill Core_xsd.tmp#Stroke Core_xsd.tmp#StyledTextType
Type se:StyledTextType
Properties
content complex
Used by
Model
Children se:Fill, se:Font, se:Halo, se:Stroke, se:Text
Instance
<se:StyledText xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:Text>{1,1}</se:Text>
  <se:Font uom="">{0,1}</se:Font>
  <se:Halo uom="">{0,1}</se:Halo>
  <se:Fill>{0,1}</se:Fill>
  <se:Stroke>{0,1}</se:Stroke>
</se:StyledText>
Source
<xsd:element name="StyledText" type="se:StyledTextType"/>
Element se:Text
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram expr_xsd.tmp#expression Core_xsd.tmp#ParameterValueType
Type se:ParameterValueType
Properties
content complex
mixed true
Used by
Complex Type se:StyledTextType
Model
Children fes:expression
Instance
<se:Text xmlns:se="http://www.opengis.net/se/2.0/core" xmlns:fes="http://www.opengis.net/fes/2.1">
  <fes:expression>{1,1}</fes:expression>
</se:Text>
Source
<xsd:element name="Text" type="se:ParameterValueType"/>
Element se:Font
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#FontType_uom Core_xsd.tmp#FontFamily Core_xsd.tmp#FontStyle Core_xsd.tmp#FontWeight Core_xsd.tmp#FontSize Core_xsd.tmp#FontType
Type se:FontType
Properties
content complex
Used by
Complex Type se:StyledTextType
Model
Children se:FontFamily, se:FontSize, se:FontStyle, se:FontWeight
Instance
<se:Font uom="" xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:FontFamily>{0,1}</se:FontFamily>
  <se:FontStyle>{0,1}</se:FontStyle>
  <se:FontWeight>{0,1}</se:FontWeight>
  <se:FontSize>{0,1}</se:FontSize>
</se:Font>
Attributes
QName Type Use
uom se:UomType optional
Source
<xsd:element name="Font" type="se:FontType"/>
Element se:FontFamily
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram expr_xsd.tmp#expression Core_xsd.tmp#ParameterValueType
Type se:ParameterValueType
Properties
content complex
mixed true
Used by
Complex Type se:FontType
Model
Children fes:expression
Instance
<se:FontFamily xmlns:se="http://www.opengis.net/se/2.0/core" xmlns:fes="http://www.opengis.net/fes/2.1">
  <fes:expression>{1,1}</fes:expression>
</se:FontFamily>
Source
<xsd:element name="FontFamily" type="se:ParameterValueType"/>
Element se:FontStyle
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram expr_xsd.tmp#expression Core_xsd.tmp#ParameterValueType
Type se:ParameterValueType
Properties
content complex
mixed true
Used by
Complex Type se:FontType
Model
Children fes:expression
Instance
<se:FontStyle xmlns:se="http://www.opengis.net/se/2.0/core" xmlns:fes="http://www.opengis.net/fes/2.1">
  <fes:expression>{1,1}</fes:expression>
</se:FontStyle>
Source
<xsd:element name="FontStyle" type="se:ParameterValueType"/>
Element se:FontWeight
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram expr_xsd.tmp#expression Core_xsd.tmp#ParameterValueType
Type se:ParameterValueType
Properties
content complex
mixed true
Used by
Complex Type se:FontType
Model
Children fes:expression
Instance
<se:FontWeight xmlns:se="http://www.opengis.net/se/2.0/core" xmlns:fes="http://www.opengis.net/fes/2.1">
  <fes:expression>{1,1}</fes:expression>
</se:FontWeight>
Source
<xsd:element name="FontWeight" type="se:ParameterValueType"/>
Element se:FontSize
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram expr_xsd.tmp#expression Core_xsd.tmp#ParameterValueType
Type se:ParameterValueType
Properties
content complex
mixed true
Used by
Complex Type se:FontType
Model
Children fes:expression
Instance
<se:FontSize xmlns:se="http://www.opengis.net/se/2.0/core" xmlns:fes="http://www.opengis.net/fes/2.1">
  <fes:expression>{1,1}</fes:expression>
</se:FontSize>
Source
<xsd:element name="FontSize" type="se:ParameterValueType"/>
Element se:Halo
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#HaloType_uom Core_xsd.tmp#Radius Core_xsd.tmp#Fill Core_xsd.tmp#HaloType
Type se:HaloType
Properties
content complex
Used by
Model
Children se:Fill, se:Radius
Instance
<se:Halo uom="" xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:Radius>{0,1}</se:Radius>
  <se:Fill>{0,1}</se:Fill>
</se:Halo>
Attributes
QName Type Use
uom se:UomType optional
Source
<xsd:element name="Halo" type="se:HaloType"/>
Element se:Radius
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram expr_xsd.tmp#expression Core_xsd.tmp#ParameterValueType
Type se:ParameterValueType
Properties
content complex
mixed true
Used by
Model
Children fes:expression
Instance
<se:Radius xmlns:se="http://www.opengis.net/se/2.0/core" xmlns:fes="http://www.opengis.net/fes/2.1">
  <fes:expression>{1,1}</fes:expression>
</se:Radius>
Source
<xsd:element name="Radius" type="se:ParameterValueType"/>
Element se:HorizontalAlignment
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram expr_xsd.tmp#expression Core_xsd.tmp#ParameterValueType
Type se:ParameterValueType
Properties
content complex
mixed true
Used by
Model
Children fes:expression
Instance
<se:HorizontalAlignment xmlns:se="http://www.opengis.net/se/2.0/core" xmlns:fes="http://www.opengis.net/fes/2.1">
  <fes:expression>{1,1}</fes:expression>
</se:HorizontalAlignment>
Source
<xsd:element name="HorizontalAlignment" type="se:ParameterValueType"/>
Element se:VerticalAlignment
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram expr_xsd.tmp#expression Core_xsd.tmp#ParameterValueType
Type se:ParameterValueType
Properties
content complex
mixed true
Used by
Model
Children fes:expression
Instance
<se:VerticalAlignment xmlns:se="http://www.opengis.net/se/2.0/core" xmlns:fes="http://www.opengis.net/fes/2.1">
  <fes:expression>{1,1}</fes:expression>
</se:VerticalAlignment>
Source
<xsd:element name="VerticalAlignment" type="se:ParameterValueType"/>
Element se:ParametrizedSymbolizer
Namespace http://www.opengis.net/se/2.0/core
Annotations
TODO blbla ArgumentsList for default value ?
Diagram
Diagram Core_xsd.tmp#FormalParameterList Core_xsd.tmp#Symbolizer Core_xsd.tmp#ParametrizedSymbolizerType
Type se:ParametrizedSymbolizerType
Properties
content complex
Model
Children se:FormalParameterList, se:Symbolizer
Instance
<se:ParametrizedSymbolizer xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:FormalParameterList>{0,1}</se:FormalParameterList>
  <se:Symbolizer version="">{1,1}</se:Symbolizer>
</se:ParametrizedSymbolizer>
Source
<xsd:element name="ParametrizedSymbolizer" type="se:ParametrizedSymbolizerType">
  <xsd:annotation>
    <xsd:documentation>TODO blbla ArgumentsList for default value ?</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element se:FormalParameterList
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#FormalParameter Core_xsd.tmp#FormalParameterListType
Type se:FormalParameterListType
Properties
content complex
Used by
Model
Children se:FormalParameter
Instance
<se:FormalParameterList xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:FormalParameter>{0,unbounded}</se:FormalParameter>
</se:FormalParameterList>
Source
<xsd:element name="FormalParameterList" type="se:FormalParameterListType"/>
Element se:FormalParameter
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#Name Core_xsd.tmp#Description Core_xsd.tmp#FormalParameterType
Type se:FormalParameterType
Properties
content complex
Used by
Model
Children se:Description, se:Name
Instance
<se:FormalParameter xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:Name>{1,1}</se:Name>
  <se:Description>{0,1}</se:Description>
</se:FormalParameter>
Source
<xsd:element name="FormalParameter" type="se:FormalParameterType"/>
Element se:SymbolizerReference
Namespace http://www.opengis.net/se/2.0/core
Annotations
A "SymbolizerReference" refers to a remote Symbolizer XML document whose body is to be substituted in place of the reference when processed.
Diagram
Diagram Core_xsd.tmp#SymbolizerType_version Core_xsd.tmp#Name Core_xsd.tmp#Description Core_xsd.tmp#LegendGraphic Core_xsd.tmp#Extension Core_xsd.tmp#SymbolizerType Core_xsd.tmp#OnlineResource Core_xsd.tmp#ArgumentList Core_xsd.tmp#SymbolizerReferenceType Core_xsd.tmp#Symbolizer
Type se:SymbolizerReferenceType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Model
Children se:ArgumentList, se:Description, se:Extension, se:LegendGraphic, se:Name, se:OnlineResource
Instance
<se:SymbolizerReference version="" xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:Name>{0,1}</se:Name>
  <se:Description>{0,1}</se:Description>
  <se:LegendGraphic>{0,1}</se:LegendGraphic>
  <se:Extension>{0,1}</se:Extension>
  <se:OnlineResource xlink:actuate="" xlink:arcrole="" xlink:href="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,1}</se:OnlineResource>
  <se:ArgumentList>{0,1}</se:ArgumentList>
</se:SymbolizerReference>
Attributes
QName Type Use
version se:VersionType optional
Source
<xsd:element name="SymbolizerReference" type="se:SymbolizerReferenceType" substitutionGroup="se:Symbolizer">
  <xsd:annotation>
    <xsd:documentation>A "SymbolizerReference" refers to a remote Symbolizer XML document whose body is to be substituted in place of the reference when processed.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element se:ArgumentList
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#Argument Core_xsd.tmp#ArgumentListType
Type se:ArgumentListType
Properties
content complex
Used by
Model
Children se:Argument
Instance
<se:ArgumentList xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:Argument>{0,unbounded}</se:Argument>
</se:ArgumentList>
Source
<xsd:element name="ArgumentList" type="se:ArgumentListType"/>
Element se:Argument
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#Name Core_xsd.tmp#Description Core_xsd.tmp#Value Core_xsd.tmp#ArgumentType
Type se:ArgumentType
Properties
content complex
Used by
Complex Type se:ArgumentListType
Model
Children se:Description, se:Name, se:Value
Instance
<se:Argument xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:Name>{1,1}</se:Name>
  <se:Description>{0,1}</se:Description>
  <se:Value>{1,1}</se:Value>
</se:Argument>
Source
<xsd:element name="Argument" type="se:ArgumentType"/>
Element se:Value
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram expr_xsd.tmp#expression Core_xsd.tmp#ParameterValueType
Type se:ParameterValueType
Properties
content complex
mixed true
Used by
Model
Children fes:expression
Instance
<se:Value xmlns:se="http://www.opengis.net/se/2.0/core" xmlns:fes="http://www.opengis.net/fes/2.1">
  <fes:expression>{1,1}</fes:expression>
</se:Value>
Source
<xsd:element name="Value" type="se:ParameterValueType"/>
Element se:CompositeSymbolizer
Namespace http://www.opengis.net/se/2.0/core
Annotations
A "CompositeSymbolizer" comprises a group of Symbolizers into a single object.
Diagram
Diagram Core_xsd.tmp#SymbolizerType_version Core_xsd.tmp#Name Core_xsd.tmp#Description Core_xsd.tmp#LegendGraphic Core_xsd.tmp#Extension Core_xsd.tmp#SymbolizerType Core_xsd.tmp#Symbolizer Core_xsd.tmp#CompositeSymbolizerType Core_xsd.tmp#Symbolizer
Type se:CompositeSymbolizerType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Model
Children se:Description, se:Extension, se:LegendGraphic, se:Name, se:Symbolizer
Instance
<se:CompositeSymbolizer version="" xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:Name>{0,1}</se:Name>
  <se:Description>{0,1}</se:Description>
  <se:LegendGraphic>{0,1}</se:LegendGraphic>
  <se:Extension>{0,1}</se:Extension>
  <se:Symbolizer version="">{1,unbounded}</se:Symbolizer>
</se:CompositeSymbolizer>
Attributes
QName Type Use
version se:VersionType optional
Source
<xsd:element name="CompositeSymbolizer" type="se:CompositeSymbolizerType" substitutionGroup="se:Symbolizer">
  <xsd:annotation>
    <xsd:documentation>A "CompositeSymbolizer" comprises a group of Symbolizers into a single object.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element se:Geometry
Namespace http://www.opengis.net/se/2.0/core
Annotations
A Geometry gives reference to a (the) geometry property of a feature or a general geometry expression to be used for rendering.
Diagram
Diagram expr_xsd.tmp#ValueReference Core_xsd.tmp#GeometryType
Type se:GeometryType
Properties
content complex
Used by
Model
Children fes:ValueReference
Instance
<se:Geometry xmlns:se="http://www.opengis.net/se/2.0/core" xmlns:fes="http://www.opengis.net/fes/2.1">
  <fes:ValueReference>{1,1}</fes:ValueReference>
</se:Geometry>
Source
<xsd:element name="Geometry" type="se:GeometryType">
  <xsd:annotation>
    <xsd:documentation>A Geometry gives reference to a (the) geometry property of a feature or a general geometry expression to be used for rendering.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element se:Transform
Namespace http://www.opengis.net/se/2.0/core
Annotations
A Transform provides an affine transformation to a geometry or graphic elements.
Diagram
Diagram Core_xsd.tmp#TransformType_uom Core_xsd.tmp#Translate Core_xsd.tmp#Rotate Core_xsd.tmp#Scale Core_xsd.tmp#Matrix Core_xsd.tmp#TransformType
Type se:TransformType
Properties
content complex
Used by
Model
Children se:Matrix, se:Rotate, se:Scale, se:Translate
Instance
<se:Transform uom="" xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:Translate>{0,1}</se:Translate>
  <se:Rotate>{0,1}</se:Rotate>
  <se:Scale>{0,1}</se:Scale>
  <se:Matrix>{0,1}</se:Matrix>
</se:Transform>
Attributes
QName Type Use
uom se:UomType optional
Source
<xsd:element name="Transform" type="se:TransformType">
  <xsd:annotation>
    <xsd:documentation>A Transform provides an affine transformation to a geometry or graphic elements.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element se:Translate
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#X Core_xsd.tmp#Y Core_xsd.tmp#TranslateType
Type se:TranslateType
Properties
content complex
Used by
Complex Type se:TransformType
Model
Children se:X, se:Y
Instance
<se:Translate xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:X>{0,1}</se:X>
  <se:Y>{0,1}</se:Y>
</se:Translate>
Source
<xsd:element name="Translate" type="se:TranslateType"/>
Element se:X
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram expr_xsd.tmp#expression Core_xsd.tmp#ParameterValueType
Type se:ParameterValueType
Properties
content complex
mixed true
Used by
Model
Children fes:expression
Instance
<se:X xmlns:se="http://www.opengis.net/se/2.0/core" xmlns:fes="http://www.opengis.net/fes/2.1">
  <fes:expression>{1,1}</fes:expression>
</se:X>
Source
<xsd:element name="X" type="se:ParameterValueType"/>
Element se:Y
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram expr_xsd.tmp#expression Core_xsd.tmp#ParameterValueType
Type se:ParameterValueType
Properties
content complex
mixed true
Used by
Model
Children fes:expression
Instance
<se:Y xmlns:se="http://www.opengis.net/se/2.0/core" xmlns:fes="http://www.opengis.net/fes/2.1">
  <fes:expression>{1,1}</fes:expression>
</se:Y>
Source
<xsd:element name="Y" type="se:ParameterValueType"/>
Element se:Rotate
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#Angle Core_xsd.tmp#X Core_xsd.tmp#Y Core_xsd.tmp#RotateType
Type se:RotateType
Properties
content complex
Used by
Complex Type se:TransformType
Model
Children se:Angle, se:X, se:Y
Instance
<se:Rotate xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:Angle>{1,1}</se:Angle>
  <se:X>{0,1}</se:X>
  <se:Y>{0,1}</se:Y>
</se:Rotate>
Source
<xsd:element name="Rotate" type="se:RotateType"/>
Element se:Angle
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram expr_xsd.tmp#expression Core_xsd.tmp#ParameterValueType
Type se:ParameterValueType
Properties
content complex
mixed true
Used by
Model
Children fes:expression
Instance
<se:Angle xmlns:se="http://www.opengis.net/se/2.0/core" xmlns:fes="http://www.opengis.net/fes/2.1">
  <fes:expression>{1,1}</fes:expression>
</se:Angle>
Source
<xsd:element name="Angle" type="se:ParameterValueType"/>
Element se:Scale
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#X Core_xsd.tmp#Y Core_xsd.tmp#ScaleType
Type se:ScaleType
Properties
content complex
Used by
Complex Type se:TransformType
Model
Children se:X, se:Y
Instance
<se:Scale xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:X>{0,1}</se:X>
  <se:Y>{0,1}</se:Y>
</se:Scale>
Source
<xsd:element name="Scale" type="se:ScaleType"/>
Element se:Matrix
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#A Core_xsd.tmp#B Core_xsd.tmp#C Core_xsd.tmp#D Core_xsd.tmp#E Core_xsd.tmp#F Core_xsd.tmp#MatrixType
Type se:MatrixType
Properties
content complex
Used by
Complex Type se:TransformType
Model
Children se:A, se:B, se:C, se:D, se:E, se:F
Instance
<se:Matrix xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:A>{0,1}</se:A>
  <se:B>{0,1}</se:B>
  <se:C>{0,1}</se:C>
  <se:D>{0,1}</se:D>
  <se:E>{0,1}</se:E>
  <se:F>{0,1}</se:F>
</se:Matrix>
Source
<xsd:element name="Matrix" type="se:MatrixType"/>
Element se:A
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram expr_xsd.tmp#expression Core_xsd.tmp#ParameterValueType
Type se:ParameterValueType
Properties
content complex
mixed true
Used by
Complex Type se:MatrixType
Model
Children fes:expression
Instance
<se:A xmlns:se="http://www.opengis.net/se/2.0/core" xmlns:fes="http://www.opengis.net/fes/2.1">
  <fes:expression>{1,1}</fes:expression>
</se:A>
Source
<xsd:element name="A" type="se:ParameterValueType"/>
Element se:B
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram expr_xsd.tmp#expression Core_xsd.tmp#ParameterValueType
Type se:ParameterValueType
Properties
content complex
mixed true
Used by
Complex Type se:MatrixType
Model
Children fes:expression
Instance
<se:B xmlns:se="http://www.opengis.net/se/2.0/core" xmlns:fes="http://www.opengis.net/fes/2.1">
  <fes:expression>{1,1}</fes:expression>
</se:B>
Source
<xsd:element name="B" type="se:ParameterValueType"/>
Element se:C
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram expr_xsd.tmp#expression Core_xsd.tmp#ParameterValueType
Type se:ParameterValueType
Properties
content complex
mixed true
Used by
Complex Type se:MatrixType
Model
Children fes:expression
Instance
<se:C xmlns:se="http://www.opengis.net/se/2.0/core" xmlns:fes="http://www.opengis.net/fes/2.1">
  <fes:expression>{1,1}</fes:expression>
</se:C>
Source
<xsd:element name="C" type="se:ParameterValueType"/>
Element se:D
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram expr_xsd.tmp#expression Core_xsd.tmp#ParameterValueType
Type se:ParameterValueType
Properties
content complex
mixed true
Used by
Complex Type se:MatrixType
Model
Children fes:expression
Instance
<se:D xmlns:se="http://www.opengis.net/se/2.0/core" xmlns:fes="http://www.opengis.net/fes/2.1">
  <fes:expression>{1,1}</fes:expression>
</se:D>
Source
<xsd:element name="D" type="se:ParameterValueType"/>
Element se:E
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram expr_xsd.tmp#expression Core_xsd.tmp#ParameterValueType
Type se:ParameterValueType
Properties
content complex
mixed true
Used by
Complex Type se:MatrixType
Model
Children fes:expression
Instance
<se:E xmlns:se="http://www.opengis.net/se/2.0/core" xmlns:fes="http://www.opengis.net/fes/2.1">
  <fes:expression>{1,1}</fes:expression>
</se:E>
Source
<xsd:element name="E" type="se:ParameterValueType"/>
Element se:F
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram expr_xsd.tmp#expression Core_xsd.tmp#ParameterValueType
Type se:ParameterValueType
Properties
content complex
mixed true
Used by
Complex Type se:MatrixType
Model
Children fes:expression
Instance
<se:F xmlns:se="http://www.opengis.net/se/2.0/core" xmlns:fes="http://www.opengis.net/fes/2.1">
  <fes:expression>{1,1}</fes:expression>
</se:F>
Source
<xsd:element name="F" type="se:ParameterValueType"/>
Element se:LineSymbolizer
Namespace http://www.opengis.net/se/2.0/core
Annotations
A LineSymbolizer is used to render a "stroke" along a linear geometry.
Diagram
Diagram Core_xsd.tmp#SymbolizerType_version Core_xsd.tmp#Name Core_xsd.tmp#Description Core_xsd.tmp#LegendGraphic Core_xsd.tmp#Extension Core_xsd.tmp#SymbolizerType Core_xsd.tmp#LineSymbolizerType_uom Core_xsd.tmp#Geometry Core_xsd.tmp#PerpendicularOffset Core_xsd.tmp#Stroke Core_xsd.tmp#LineSymbolizerType Core_xsd.tmp#Symbolizer
Type se:LineSymbolizerType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Used by
Complex Type rse:ImageOutlineType
Model
Children se:Description, se:Extension, se:Geometry, se:LegendGraphic, se:Name, se:PerpendicularOffset, se:Stroke
Instance
<se:LineSymbolizer uom="" version="" xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:Name>{0,1}</se:Name>
  <se:Description>{0,1}</se:Description>
  <se:LegendGraphic>{0,1}</se:LegendGraphic>
  <se:Extension>{0,1}</se:Extension>
  <se:Geometry>{0,1}</se:Geometry>
  <se:PerpendicularOffset>{0,1}</se:PerpendicularOffset>
  <se:Stroke>{1,1}</se:Stroke>
</se:LineSymbolizer>
Attributes
QName Type Use
uom se:UomType optional
version se:VersionType optional
Source
<xsd:element name="LineSymbolizer" type="se:LineSymbolizerType" substitutionGroup="se:Symbolizer">
  <xsd:annotation>
    <xsd:documentation>A LineSymbolizer is used to render a "stroke" along a linear geometry.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element se:PerpendicularOffset
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram expr_xsd.tmp#expression Core_xsd.tmp#ParameterValueType
Type se:ParameterValueType
Properties
content complex
mixed true
Used by
Model
Children fes:expression
Instance
<se:PerpendicularOffset xmlns:se="http://www.opengis.net/se/2.0/core" xmlns:fes="http://www.opengis.net/fes/2.1">
  <fes:expression>{1,1}</fes:expression>
</se:PerpendicularOffset>
Source
<xsd:element name="PerpendicularOffset" type="se:ParameterValueType"/>
Element se:PenStroke
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#LinearRapport Core_xsd.tmp#Extension Core_xsd.tmp#StrokeType Core_xsd.tmp#PenStrokeType_uom Core_xsd.tmp#Fill Core_xsd.tmp#Width Core_xsd.tmp#LineJoin Core_xsd.tmp#LineCap Core_xsd.tmp#DashArray Core_xsd.tmp#DashOffset Core_xsd.tmp#PenStrokeType Core_xsd.tmp#Stroke
Type se:PenStrokeType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Used by
Complex Type tse:DensityFillType
Model
Children se:DashArray, se:DashOffset, se:Extension, se:Fill, se:LineCap, se:LineJoin, se:LinearRapport, se:Width
Instance
<se:PenStroke uom="" xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:LinearRapport>{0,1}</se:LinearRapport>
  <se:Extension>{0,1}</se:Extension>
  <se:Fill>{0,1}</se:Fill>
  <se:Width>{0,1}</se:Width>
  <se:LineJoin>{0,1}</se:LineJoin>
  <se:LineCap>{0,1}</se:LineCap>
  <se:DashArray>{0,1}</se:DashArray>
  <se:DashOffset>{0,1}</se:DashOffset>
</se:PenStroke>
Attributes
QName Type Use
uom se:UomType optional
Source
<xsd:element name="PenStroke" type="se:PenStrokeType" substitutionGroup="se:Stroke"/>
Element se:Width
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram expr_xsd.tmp#expression Core_xsd.tmp#ParameterValueType
Type se:ParameterValueType
Properties
content complex
mixed true
Used by
Model
Children fes:expression
Instance
<se:Width xmlns:se="http://www.opengis.net/se/2.0/core" xmlns:fes="http://www.opengis.net/fes/2.1">
  <fes:expression>{1,1}</fes:expression>
</se:Width>
Source
<xsd:element name="Width" type="se:ParameterValueType"/>
Element se:LineJoin
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram expr_xsd.tmp#expression Core_xsd.tmp#ParameterValueType
Type se:ParameterValueType
Properties
content complex
mixed true
Used by
Complex Type se:PenStrokeType
Model
Children fes:expression
Instance
<se:LineJoin xmlns:se="http://www.opengis.net/se/2.0/core" xmlns:fes="http://www.opengis.net/fes/2.1">
  <fes:expression>{1,1}</fes:expression>
</se:LineJoin>
Source
<xsd:element name="LineJoin" type="se:ParameterValueType"/>
Element se:LineCap
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram expr_xsd.tmp#expression Core_xsd.tmp#ParameterValueType
Type se:ParameterValueType
Properties
content complex
mixed true
Used by
Complex Type se:PenStrokeType
Model
Children fes:expression
Instance
<se:LineCap xmlns:se="http://www.opengis.net/se/2.0/core" xmlns:fes="http://www.opengis.net/fes/2.1">
  <fes:expression>{1,1}</fes:expression>
</se:LineCap>
Source
<xsd:element name="LineCap" type="se:ParameterValueType"/>
Element se:DashArray
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram expr_xsd.tmp#expression Core_xsd.tmp#ParameterValueType
Type se:ParameterValueType
Properties
content complex
mixed true
Used by
Complex Type se:PenStrokeType
Model
Children fes:expression
Instance
<se:DashArray xmlns:se="http://www.opengis.net/se/2.0/core" xmlns:fes="http://www.opengis.net/fes/2.1">
  <fes:expression>{1,1}</fes:expression>
</se:DashArray>
Source
<xsd:element name="DashArray" type="se:ParameterValueType"/>
Element se:DashOffset
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram expr_xsd.tmp#expression Core_xsd.tmp#ParameterValueType
Type se:ParameterValueType
Properties
content complex
mixed true
Used by
Complex Type se:PenStrokeType
Model
Children fes:expression
Instance
<se:DashOffset xmlns:se="http://www.opengis.net/se/2.0/core" xmlns:fes="http://www.opengis.net/fes/2.1">
  <fes:expression>{1,1}</fes:expression>
</se:DashOffset>
Source
<xsd:element name="DashOffset" type="se:ParameterValueType"/>
Element se:Opacity
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram expr_xsd.tmp#expression Core_xsd.tmp#ParameterValueType
Type se:ParameterValueType
Properties
content complex
mixed true
Used by
Model
Children fes:expression
Instance
<se:Opacity xmlns:se="http://www.opengis.net/se/2.0/core" xmlns:fes="http://www.opengis.net/fes/2.1">
  <fes:expression>{1,1}</fes:expression>
</se:Opacity>
Source
<xsd:element name="Opacity" type="se:ParameterValueType"/>
Element se:GraphicStroke
Namespace http://www.opengis.net/se/2.0/core
Annotations
A "GraphicStroke" defines a repeated linear graphic pattern to be used for stroking a line.
Diagram
Diagram Core_xsd.tmp#LinearRapport Core_xsd.tmp#Extension Core_xsd.tmp#StrokeType Core_xsd.tmp#GraphicStrokeType_uom Core_xsd.tmp#Graphic Core_xsd.tmp#Length Core_xsd.tmp#RelativeOrientation Core_xsd.tmp#RelativePosition Core_xsd.tmp#GraphicStrokeType Core_xsd.tmp#Stroke
Type se:GraphicStrokeType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Model
Children se:Extension, se:Graphic, se:Length, se:LinearRapport, se:RelativeOrientation, se:RelativePosition
Instance
<se:GraphicStroke uom="" xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:LinearRapport>{0,1}</se:LinearRapport>
  <se:Extension>{0,1}</se:Extension>
  <se:Graphic>{1,1}</se:Graphic>
  <se:Length>{0,1}</se:Length>
  <se:RelativeOrientation>{1,1}</se:RelativeOrientation>
  <se:RelativePosition>{1,1}</se:RelativePosition>
</se:GraphicStroke>
Attributes
QName Type Use
uom se:UomType optional
Source
<xsd:element name="GraphicStroke" type="se:GraphicStrokeType" substitutionGroup="se:Stroke">
  <xsd:annotation>
    <xsd:documentation>A "GraphicStroke" defines a repeated linear graphic pattern to be used for stroking a line.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element se:Length
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram expr_xsd.tmp#expression Core_xsd.tmp#ParameterValueType
Type se:ParameterValueType
Properties
content complex
mixed true
Used by
Model
Children fes:expression
Instance
<se:Length xmlns:se="http://www.opengis.net/se/2.0/core" xmlns:fes="http://www.opengis.net/fes/2.1">
  <fes:expression>{1,1}</fes:expression>
</se:Length>
Source
<xsd:element name="Length" type="se:ParameterValueType"/>
Element se:RelativeOrientation
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#RelativeOrientationType
Type se:RelativeOrientationType
Properties
content simple
Facets
enumeration normal
enumeration line
enumeration portrayal
enumeration normalUp
Used by
Source
<xsd:element name="RelativeOrientation" type="se:RelativeOrientationType"/>
Element se:RelativePosition
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram expr_xsd.tmp#expression Core_xsd.tmp#ParameterValueType
Type se:ParameterValueType
Properties
content complex
mixed true
Used by
Complex Type se:GraphicStrokeType
Model
Children fes:expression
Instance
<se:RelativePosition xmlns:se="http://www.opengis.net/se/2.0/core" xmlns:fes="http://www.opengis.net/fes/2.1">
  <fes:expression>{1,1}</fes:expression>
</se:RelativePosition>
Source
<xsd:element name="RelativePosition" type="se:ParameterValueType"/>
Element se:TextStroke
Namespace http://www.opengis.net/se/2.0/core
Annotations
A "TextStroke" defines a text label to plot along a line.
Diagram
Diagram Core_xsd.tmp#LinearRapport Core_xsd.tmp#Extension Core_xsd.tmp#StrokeType Core_xsd.tmp#LineLabel Core_xsd.tmp#TextStrokeType Core_xsd.tmp#Stroke
Type se:TextStrokeType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Model
Children se:Extension, se:LineLabel, se:LinearRapport
Instance
<se:TextStroke xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:LinearRapport>{0,1}</se:LinearRapport>
  <se:Extension>{0,1}</se:Extension>
  <se:LineLabel uom="">{1,1}</se:LineLabel>
</se:TextStroke>
Source
<xsd:element name="TextStroke" type="se:TextStrokeType" substitutionGroup="se:Stroke">
  <xsd:annotation>
    <xsd:documentation>A "TextStroke" defines a text label to plot along a line.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element se:LineLabel
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#LabelType_uom Core_xsd.tmp#StyledText Core_xsd.tmp#HorizontalAlignment Core_xsd.tmp#VerticalAlignment Core_xsd.tmp#LabelType Core_xsd.tmp#RelativeOrientation Core_xsd.tmp#LineLabelType Core_xsd.tmp#Label
Type se:LineLabelType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Used by
Complex Type se:TextStrokeType
Model
Children se:HorizontalAlignment, se:RelativeOrientation, se:StyledText, se:VerticalAlignment
Instance
<se:LineLabel uom="" xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:StyledText>{1,1}</se:StyledText>
  <se:HorizontalAlignment>{0,1}</se:HorizontalAlignment>
  <se:VerticalAlignment>{0,1}</se:VerticalAlignment>
  <se:RelativeOrientation>{1,1}</se:RelativeOrientation>
</se:LineLabel>
Attributes
QName Type Use
uom se:UomType optional
Source
<xsd:element name="LineLabel" type="se:LineLabelType" substitutionGroup="se:Label"/>
Element se:CompoundStroke
Namespace http://www.opengis.net/se/2.0/core
Annotations
A "CompoundStroke" defines a mixed pattern of simple strokes and/or graphic strokes with gaps between them.
Diagram
Diagram Core_xsd.tmp#LinearRapport Core_xsd.tmp#Extension Core_xsd.tmp#StrokeType Core_xsd.tmp#CompoundStrokeType_uom Core_xsd.tmp#PreGap Core_xsd.tmp#StrokeElement Core_xsd.tmp#AlternativeStrokeElements Core_xsd.tmp#PostGap Core_xsd.tmp#CompoundStrokeType Core_xsd.tmp#Stroke
Type se:CompoundStrokeType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Model
Children se:AlternativeStrokeElements, se:Extension, se:LinearRapport, se:PostGap, se:PreGap, se:StrokeElement
Instance
<se:CompoundStroke uom="" xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:LinearRapport>{0,1}</se:LinearRapport>
  <se:Extension>{0,1}</se:Extension>
  <se:PreGap>{0,1}</se:PreGap>
  <se:StrokeElement>{1,1}</se:StrokeElement>
  <se:AlternativeStrokeElements>{1,1}</se:AlternativeStrokeElements>
  <se:PostGap>{0,1}</se:PostGap>
</se:CompoundStroke>
Attributes
QName Type Use
uom se:UomType optional
Source
<xsd:element name="CompoundStroke" type="se:CompoundStrokeType" substitutionGroup="se:Stroke">
  <xsd:annotation>
    <xsd:documentation>A "CompoundStroke" defines a mixed pattern of simple strokes and/or graphic strokes with gaps between them.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element se:PreGap
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram expr_xsd.tmp#expression Core_xsd.tmp#ParameterValueType
Type se:ParameterValueType
Properties
content complex
mixed true
Used by
Model
Children fes:expression
Instance
<se:PreGap xmlns:se="http://www.opengis.net/se/2.0/core" xmlns:fes="http://www.opengis.net/fes/2.1">
  <fes:expression>{1,1}</fes:expression>
</se:PreGap>
Source
<xsd:element name="PreGap" type="se:ParameterValueType"/>
Element se:StrokeElement
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#PreGap Core_xsd.tmp#Stroke Core_xsd.tmp#Length Core_xsd.tmp#PostGap Core_xsd.tmp#StrokeElementType
Type se:StrokeElementType
Properties
content complex
Used by
Model
Children se:Length, se:PostGap, se:PreGap, se:Stroke
Instance
<se:StrokeElement xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:PreGap>{0,1}</se:PreGap>
  <se:Stroke>{1,1}</se:Stroke>
  <se:Length>{0,1}</se:Length>
  <se:PostGap>{0,1}</se:PostGap>
</se:StrokeElement>
Source
<xsd:element name="StrokeElement" type="se:StrokeElementType"/>
Element se:PostGap
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram expr_xsd.tmp#expression Core_xsd.tmp#ParameterValueType
Type se:ParameterValueType
Properties
content complex
mixed true
Used by
Model
Children fes:expression
Instance
<se:PostGap xmlns:se="http://www.opengis.net/se/2.0/core" xmlns:fes="http://www.opengis.net/fes/2.1">
  <fes:expression>{1,1}</fes:expression>
</se:PostGap>
Source
<xsd:element name="PostGap" type="se:ParameterValueType"/>
Element se:AlternativeStrokeElements
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#StrokeElement Core_xsd.tmp#AlternativeStrokeElementsType
Type se:AlternativeStrokeElementsType
Properties
content complex
Used by
Complex Type se:CompoundStrokeType
Model
Children se:StrokeElement
Instance
<se:AlternativeStrokeElements xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:StrokeElement>{1,unbounded}</se:StrokeElement>
</se:AlternativeStrokeElements>
Source
<xsd:element name="AlternativeStrokeElements" type="se:AlternativeStrokeElementsType"/>
Element se:StrokeReference
Namespace http://www.opengis.net/se/2.0/core
Annotations
A "StrokeReference" imports a stroke from a remote resource.
Diagram
Diagram Core_xsd.tmp#LinearRapport Core_xsd.tmp#Extension Core_xsd.tmp#StrokeType Core_xsd.tmp#StrokeReferenceType_OnlineResource Core_xsd.tmp#StrokeReferenceType Core_xsd.tmp#Stroke
Type se:StrokeReferenceType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Model
Children se:Extension, se:LinearRapport, se:OnlineResource
Instance
<se:StrokeReference xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:LinearRapport>{0,1}</se:LinearRapport>
  <se:Extension>{0,1}</se:Extension>
  <se:OnlineResource>{1,1}</se:OnlineResource>
</se:StrokeReference>
Source
<xsd:element name="StrokeReference" type="se:StrokeReferenceType" substitutionGroup="se:Stroke">
  <xsd:annotation>
    <xsd:documentation>A "StrokeReference" imports a stroke from a remote resource.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element se:StrokeReferenceType / se:OnlineResource
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#Href Core_xsd.tmp#VariableOnlineResourceType
Type se:VariableOnlineResourceType
Properties
content complex
Model
Children se:Href
Instance
<se:OnlineResource xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:Href>{1,1}</se:Href>
</se:OnlineResource>
Source
<xsd:element name="OnlineResource" type="se:VariableOnlineResourceType"/>
Element se:AreaSymbolizer
Namespace http://www.opengis.net/se/2.0/core
Annotations
A "AreaSymbolizer" specifies the rendering of a polygon or other area/surface geometry, including its interior fill and border stroke.
Diagram
Diagram Core_xsd.tmp#SymbolizerType_version Core_xsd.tmp#Name Core_xsd.tmp#Description Core_xsd.tmp#LegendGraphic Core_xsd.tmp#Extension Core_xsd.tmp#SymbolizerType Core_xsd.tmp#AreaSymbolizerType_uom Core_xsd.tmp#Geometry Core_xsd.tmp#PerpendicularOffset Core_xsd.tmp#Displacement Core_xsd.tmp#Fill Core_xsd.tmp#Stroke Core_xsd.tmp#AreaSymbolizerType Core_xsd.tmp#Symbolizer
Type se:AreaSymbolizerType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Used by
Complex Type rse:ImageOutlineType
Model
Children se:Description, se:Displacement, se:Extension, se:Fill, se:Geometry, se:LegendGraphic, se:Name, se:PerpendicularOffset, se:Stroke
Instance
<se:AreaSymbolizer uom="" version="" xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:Name>{0,1}</se:Name>
  <se:Description>{0,1}</se:Description>
  <se:LegendGraphic>{0,1}</se:LegendGraphic>
  <se:Extension>{0,1}</se:Extension>
  <se:Geometry>{0,1}</se:Geometry>
  <se:PerpendicularOffset>{0,1}</se:PerpendicularOffset>
  <se:Displacement>{0,1}</se:Displacement>
  <se:Fill>{0,1}</se:Fill>
  <se:Stroke>{0,1}</se:Stroke>
</se:AreaSymbolizer>
Attributes
QName Type Use
uom se:UomType optional
version se:VersionType optional
Source
<xsd:element name="AreaSymbolizer" type="se:AreaSymbolizerType" substitutionGroup="se:Symbolizer">
  <xsd:annotation>
    <xsd:documentation>A "AreaSymbolizer" specifies the rendering of a polygon or other area/surface geometry, including its interior fill and border stroke.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element se:Displacement
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#X Core_xsd.tmp#Y Core_xsd.tmp#TranslateType
Type se:TranslateType
Properties
content complex
Used by
Complex Type se:AreaSymbolizerType
Model
Children se:X, se:Y
Instance
<se:Displacement xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:X>{0,1}</se:X>
  <se:Y>{0,1}</se:Y>
</se:Displacement>
Source
<xsd:element name="Displacement" type="se:TranslateType"/>
Element se:SolidFill
Namespace http://www.opengis.net/se/2.0/core
Annotations
A "SolidFill" specifies the color and opacity for the solid filling of the interior of an area geometry.
Diagram
Diagram Core_xsd.tmp#Extension Core_xsd.tmp#FillType Core_xsd.tmp#Color Core_xsd.tmp#Opacity Core_xsd.tmp#SolidFillType Core_xsd.tmp#Fill
Type se:SolidFillType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Model
Children se:Color, se:Extension, se:Opacity
Instance
<se:SolidFill xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:Extension>{0,1}</se:Extension>
  <se:Color>{0,1}</se:Color>
  <se:Opacity>{0,1}</se:Opacity>
</se:SolidFill>
Source
<xsd:element name="SolidFill" type="se:SolidFillType" substitutionGroup="se:Fill">
  <xsd:annotation>
    <xsd:documentation>A "SolidFill" specifies the color and opacity for the solid filling of the interior of an area geometry.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element se:Color
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram expr_xsd.tmp#expression Core_xsd.tmp#ParameterValueType
Type se:ParameterValueType
Properties
content complex
mixed true
Used by
Complex Type se:SolidFillType
Model
Children fes:expression
Instance
<se:Color xmlns:se="http://www.opengis.net/se/2.0/core" xmlns:fes="http://www.opengis.net/fes/2.1">
  <fes:expression>{1,1}</fes:expression>
</se:Color>
Source
<xsd:element name="Color" type="se:ParameterValueType"/>
Element se:GraphicFill
Namespace http://www.opengis.net/se/2.0/core
Annotations
A "GraphicFill" defines repeated-graphic filling (stippling) pattern for an area geometry.
Diagram
Diagram Core_xsd.tmp#Extension Core_xsd.tmp#FillType Core_xsd.tmp#GraphicFillType_uom Core_xsd.tmp#Graphic Core_xsd.tmp#TileGap Core_xsd.tmp#GraphicFillType Core_xsd.tmp#Fill
Type se:GraphicFillType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Model
Children se:Extension, se:Graphic, se:TileGap
Instance
<se:GraphicFill uom="" xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:Extension>{0,1}</se:Extension>
  <se:Graphic>{1,1}</se:Graphic>
  <se:TileGap>{0,1}</se:TileGap>
</se:GraphicFill>
Attributes
QName Type Use
uom se:UomType optional
Source
<xsd:element name="GraphicFill" type="se:GraphicFillType" substitutionGroup="se:Fill">
  <xsd:annotation>
    <xsd:documentation>A "GraphicFill" defines repeated-graphic filling (stippling) pattern for an area geometry.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element se:TileGap
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#X Core_xsd.tmp#Y Core_xsd.tmp#TileGapType
Type se:TileGapType
Properties
content complex
Used by
Complex Type se:GraphicFillType
Model
Children se:X, se:Y
Instance
<se:TileGap xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:X>{0,1}</se:X>
  <se:Y>{0,1}</se:Y>
</se:TileGap>
Source
<xsd:element name="TileGap" type="se:TileGapType"/>
Element se:HatchedFill
Namespace http://www.opengis.net/se/2.0/core
Annotations
A "HatchedFill" specifies hatches (i.e. Stroke) that are repeated whithin the area according to
line orientation, perpendicular distance between two consecutive hatches and an offset
Diagram
Diagram Core_xsd.tmp#Extension Core_xsd.tmp#FillType Core_xsd.tmp#HatchedFillType_uom Core_xsd.tmp#Stroke Core_xsd.tmp#Angle Core_xsd.tmp#Distance Core_xsd.tmp#Offset Core_xsd.tmp#HatchedFillType Core_xsd.tmp#Fill
Type se:HatchedFillType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Model
Children se:Angle, se:Distance, se:Extension, se:Offset, se:Stroke
Instance
<se:HatchedFill uom="" xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:Extension>{0,1}</se:Extension>
  <se:Stroke>{1,1}</se:Stroke>
  <se:Angle>{0,1}</se:Angle>
  <se:Distance>{1,1}</se:Distance>
  <se:Offset>{1,1}</se:Offset>
</se:HatchedFill>
Attributes
QName Type Use
uom se:UomType optional
Source
<xsd:element name="HatchedFill" type="se:HatchedFillType" substitutionGroup="se:Fill">
  <xsd:annotation>
    <xsd:documentation>A "HatchedFill" specifies hatches (i.e. Stroke) that are repeated whithin the area according to line orientation, perpendicular distance between two consecutive hatches and an offset</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element se:Distance
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram expr_xsd.tmp#expression Core_xsd.tmp#ParameterValueType
Type se:ParameterValueType
Properties
content complex
mixed true
Used by
Complex Type se:HatchedFillType
Model
Children fes:expression
Instance
<se:Distance xmlns:se="http://www.opengis.net/se/2.0/core" xmlns:fes="http://www.opengis.net/fes/2.1">
  <fes:expression>{1,1}</fes:expression>
</se:Distance>
Source
<xsd:element name="Distance" type="se:ParameterValueType"/>
Element se:Offset
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram expr_xsd.tmp#expression Core_xsd.tmp#ParameterValueType
Type se:ParameterValueType
Properties
content complex
mixed true
Used by
Complex Type se:HatchedFillType
Model
Children fes:expression
Instance
<se:Offset xmlns:se="http://www.opengis.net/se/2.0/core" xmlns:fes="http://www.opengis.net/fes/2.1">
  <fes:expression>{1,1}</fes:expression>
</se:Offset>
Source
<xsd:element name="Offset" type="se:ParameterValueType"/>
Element se:FillReference
Namespace http://www.opengis.net/se/2.0/core
Annotations
A "FillReference" imports a fill from a remote resource.
Diagram
Diagram Core_xsd.tmp#Extension Core_xsd.tmp#FillType Core_xsd.tmp#FillReferenceType_OnlineResource Core_xsd.tmp#FillReferenceType Core_xsd.tmp#Fill
Type se:FillReferenceType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Model
Children se:Extension, se:OnlineResource
Instance
<se:FillReference xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:Extension>{0,1}</se:Extension>
  <se:OnlineResource>{1,1}</se:OnlineResource>
</se:FillReference>
Source
<xsd:element name="FillReference" type="se:FillReferenceType" substitutionGroup="se:Fill">
  <xsd:annotation>
    <xsd:documentation>A "FillReference" imports a fill from a remote resource.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element se:FillReferenceType / se:OnlineResource
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#Href Core_xsd.tmp#VariableOnlineResourceType
Type se:VariableOnlineResourceType
Properties
content complex
Model
Children se:Href
Instance
<se:OnlineResource xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:Href>{1,1}</se:Href>
</se:OnlineResource>
Source
<xsd:element name="OnlineResource" type="se:VariableOnlineResourceType"/>
Element se:PointSymbolizer
Namespace http://www.opengis.net/se/2.0/core
Annotations
A "PointSymbolizer" specifies the rendering of a "graphic icon" at a point.
Diagram
Diagram Core_xsd.tmp#SymbolizerType_version Core_xsd.tmp#Name Core_xsd.tmp#Description Core_xsd.tmp#LegendGraphic Core_xsd.tmp#Extension Core_xsd.tmp#SymbolizerType Core_xsd.tmp#PointSymbolizerType_uom Core_xsd.tmp#Geometry Core_xsd.tmp#Graphic Core_xsd.tmp#PointSymbolizerType Core_xsd.tmp#Symbolizer
Type se:PointSymbolizerType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Model
Children se:Description, se:Extension, se:Geometry, se:Graphic, se:LegendGraphic, se:Name
Instance
<se:PointSymbolizer uom="" version="" xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:Name>{0,1}</se:Name>
  <se:Description>{0,1}</se:Description>
  <se:LegendGraphic>{0,1}</se:LegendGraphic>
  <se:Extension>{0,1}</se:Extension>
  <se:Geometry>{0,1}</se:Geometry>
  <se:Graphic>{1,1}</se:Graphic>
</se:PointSymbolizer>
Attributes
QName Type Use
uom se:UomType optional
version se:VersionType optional
Source
<xsd:element name="PointSymbolizer" type="se:PointSymbolizerType" substitutionGroup="se:Symbolizer">
  <xsd:annotation>
    <xsd:documentation>A "PointSymbolizer" specifies the rendering of a "graphic icon" at a point.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element se:ExternalGraphic
Namespace http://www.opengis.net/se/2.0/core
Annotations
An "ExternalGraphic" uses a graphic icon in an external format.
Diagram
Diagram Core_xsd.tmp#Extension Core_xsd.tmp#GraphicType Core_xsd.tmp#ExternalGraphicType_uom Core_xsd.tmp#ExternalGraphicType_OnlineResource Core_xsd.tmp#InlineContent Core_xsd.tmp#Format Core_xsd.tmp#ViewBox Core_xsd.tmp#Transform Core_xsd.tmp#Opacity Core_xsd.tmp#Halo Core_xsd.tmp#ExternalGraphicType Core_xsd.tmp#Graphic
Type se:ExternalGraphicType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Model
Children se:Extension, se:Format, se:Halo, se:InlineContent, se:OnlineResource, se:Opacity, se:Transform, se:ViewBox
Instance
<se:ExternalGraphic uom="" xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:Extension>{0,1}</se:Extension>
  <se:OnlineResource>{1,1}</se:OnlineResource>
  <se:InlineContent encoding="">{1,1}</se:InlineContent>
  <se:Format>{1,1}</se:Format>
  <se:ViewBox>{0,1}</se:ViewBox>
  <se:Transform uom="">{0,1}</se:Transform>
  <se:Opacity>{0,1}</se:Opacity>
  <se:Halo uom="">{0,1}</se:Halo>
</se:ExternalGraphic>
Attributes
QName Type Use
uom se:UomType optional
Source
<xsd:element name="ExternalGraphic" type="se:ExternalGraphicType" substitutionGroup="se:Graphic">
  <xsd:annotation>
    <xsd:documentation>An "ExternalGraphic" uses a graphic icon in an external format.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element se:ExternalGraphicType / se:OnlineResource
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#Href Core_xsd.tmp#VariableOnlineResourceType
Type se:VariableOnlineResourceType
Properties
content complex
Model
Children se:Href
Instance
<se:OnlineResource xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:Href>{1,1}</se:Href>
</se:OnlineResource>
Source
<xsd:element name="OnlineResource" type="se:VariableOnlineResourceType"/>
Element se:Format
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram
Type xsd:string
Properties
content simple
Used by
Source
<xsd:element name="Format" type="xsd:string"/>
Element se:ViewBox
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#Width Core_xsd.tmp#Height Core_xsd.tmp#ViewBoxType
Type se:ViewBoxType
Properties
content complex
Used by
Model
Children se:Height, se:Width
Instance
<se:ViewBox xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:Width>{0,1}</se:Width>
  <se:Height>{0,1}</se:Height>
</se:ViewBox>
Source
<xsd:element name="ViewBox" type="se:ViewBoxType"/>
Element se:Height
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram expr_xsd.tmp#expression Core_xsd.tmp#ParameterValueType
Type se:ParameterValueType
Properties
content complex
mixed true
Used by
Complex Type se:ViewBoxType
Model
Children fes:expression
Instance
<se:Height xmlns:se="http://www.opengis.net/se/2.0/core" xmlns:fes="http://www.opengis.net/fes/2.1">
  <fes:expression>{1,1}</fes:expression>
</se:Height>
Source
<xsd:element name="Height" type="se:ParameterValueType"/>
Element se:MarkGraphic
Namespace http://www.opengis.net/se/2.0/core
Annotations
A "MarkGraphic" uses a geometric surface or curve in some format and strokes and/or fills it to produce a graphic icon.
Diagram
Diagram Core_xsd.tmp#Extension Core_xsd.tmp#GraphicType Core_xsd.tmp#MarkGraphicType_uom Core_xsd.tmp#WellKnownName Core_xsd.tmp#MarkGraphicType_OnlineResource Core_xsd.tmp#InlineContent Core_xsd.tmp#Format Core_xsd.tmp#MarkIndex Core_xsd.tmp#ViewBox Core_xsd.tmp#PerpendicularOffset Core_xsd.tmp#Transform Core_xsd.tmp#Halo Core_xsd.tmp#Fill Core_xsd.tmp#Stroke Core_xsd.tmp#MarkGraphicType Core_xsd.tmp#Graphic
Type se:MarkGraphicType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Model
Children se:Extension, se:Fill, se:Format, se:Halo, se:InlineContent, se:MarkIndex, se:OnlineResource, se:PerpendicularOffset, se:Stroke, se:Transform, se:ViewBox, se:WellKnownName
Instance
<se:MarkGraphic uom="" xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:Extension>{0,1}</se:Extension>
  <se:WellKnownName>{1,1}</se:WellKnownName>
  <se:OnlineResource>{1,1}</se:OnlineResource>
  <se:InlineContent encoding="">{1,1}</se:InlineContent>
  <se:Format>{1,1}</se:Format>
  <se:MarkIndex>{0,1}</se:MarkIndex>
  <se:ViewBox>{0,1}</se:ViewBox>
  <se:PerpendicularOffset>{0,1}</se:PerpendicularOffset>
  <se:Transform uom="">{0,1}</se:Transform>
  <se:Halo uom="">{0,1}</se:Halo>
  <se:Fill>{0,1}</se:Fill>
  <se:Stroke>{0,1}</se:Stroke>
</se:MarkGraphic>
Attributes
QName Type Use
uom se:UomType optional
Source
<xsd:element name="MarkGraphic" type="se:MarkGraphicType" substitutionGroup="se:Graphic">
  <xsd:annotation>
    <xsd:documentation>A "MarkGraphic" uses a geometric surface or curve in some format and strokes and/or fills it to produce a graphic icon.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element se:WellKnownName
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram expr_xsd.tmp#expression Core_xsd.tmp#ParameterValueType
Type se:ParameterValueType
Properties
content complex
mixed true
Used by
Complex Type se:MarkGraphicType
Model
Children fes:expression
Instance
<se:WellKnownName xmlns:se="http://www.opengis.net/se/2.0/core" xmlns:fes="http://www.opengis.net/fes/2.1">
  <fes:expression>{1,1}</fes:expression>
</se:WellKnownName>
Source
<xsd:element name="WellKnownName" type="se:ParameterValueType"/>
Element se:MarkGraphicType / se:OnlineResource
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#Href Core_xsd.tmp#VariableOnlineResourceType
Type se:VariableOnlineResourceType
Properties
content complex
Model
Children se:Href
Instance
<se:OnlineResource xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:Href>{1,1}</se:Href>
</se:OnlineResource>
Source
<xsd:element name="OnlineResource" type="se:VariableOnlineResourceType"/>
Element se:MarkIndex
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram expr_xsd.tmp#expression Core_xsd.tmp#ParameterValueType
Type se:ParameterValueType
Properties
content complex
mixed true
Used by
Complex Type se:MarkGraphicType
Model
Children fes:expression
Instance
<se:MarkIndex xmlns:se="http://www.opengis.net/se/2.0/core" xmlns:fes="http://www.opengis.net/fes/2.1">
  <fes:expression>{1,1}</fes:expression>
</se:MarkIndex>
Source
<xsd:element name="MarkIndex" type="se:ParameterValueType"/>
Element se:PointTextGraphic
Namespace http://www.opengis.net/se/2.0/core
Annotations
A "PointTextGraphic" plots a text label at a given point.
Diagram
Diagram Core_xsd.tmp#Extension Core_xsd.tmp#GraphicType Core_xsd.tmp#PointTextGraphicType_uom Core_xsd.tmp#PointPosition Core_xsd.tmp#PointLabel Core_xsd.tmp#PointTextGraphicType Core_xsd.tmp#Graphic
Type se:PointTextGraphicType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Model
Children se:Extension, se:PointLabel, se:PointPosition
Instance
<se:PointTextGraphic uom="" xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:Extension>{0,1}</se:Extension>
  <se:PointPosition>{0,1}</se:PointPosition>
  <se:PointLabel uom="">{0,1}</se:PointLabel>
</se:PointTextGraphic>
Attributes
QName Type Use
uom se:UomType optional
Source
<xsd:element name="PointTextGraphic" type="se:PointTextGraphicType" substitutionGroup="se:Graphic">
  <xsd:annotation>
    <xsd:documentation>A "PointTextGraphic" plots a text label at a given point.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element se:PointPosition
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#X Core_xsd.tmp#Y Core_xsd.tmp#TranslateType
Type se:TranslateType
Properties
content complex
Used by
Model
Children se:X, se:Y
Instance
<se:PointPosition xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:X>{0,1}</se:X>
  <se:Y>{0,1}</se:Y>
</se:PointPosition>
Source
<xsd:element name="PointPosition" type="se:TranslateType"/>
Element se:PointLabel
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#LabelType_uom Core_xsd.tmp#StyledText Core_xsd.tmp#HorizontalAlignment Core_xsd.tmp#VerticalAlignment Core_xsd.tmp#LabelType Core_xsd.tmp#Rotation Core_xsd.tmp#ExclusionZone Core_xsd.tmp#PointLabelType Core_xsd.tmp#Label
Type se:PointLabelType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children se:ExclusionZone, se:HorizontalAlignment, se:Rotation, se:StyledText, se:VerticalAlignment
Instance
<se:PointLabel uom="" xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:StyledText>{1,1}</se:StyledText>
  <se:HorizontalAlignment>{0,1}</se:HorizontalAlignment>
  <se:VerticalAlignment>{0,1}</se:VerticalAlignment>
  <se:Rotation>{0,1}</se:Rotation>
  <se:ExclusionZone uom="">{0,1}</se:ExclusionZone>
</se:PointLabel>
Attributes
QName Type Use
uom se:UomType optional
Source
<xsd:element name="PointLabel" type="se:PointLabelType" substitutionGroup="se:Label"/>
Element se:Rotation
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram expr_xsd.tmp#expression Core_xsd.tmp#ParameterValueType
Type se:ParameterValueType
Properties
content complex
mixed true
Used by
Complex Type se:PointLabelType
Model
Children fes:expression
Instance
<se:Rotation xmlns:se="http://www.opengis.net/se/2.0/core" xmlns:fes="http://www.opengis.net/fes/2.1">
  <fes:expression>{1,1}</fes:expression>
</se:Rotation>
Source
<xsd:element name="Rotation" type="se:ParameterValueType"/>
Element se:ExclusionZone
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#ExclusionZoneType_uom Core_xsd.tmp#ExclusionZoneType Core_xsd.tmp#ExclusionRadius Core_xsd.tmp#ExclusionRectangle
Type se:ExclusionZoneType
Properties
content complex
abstract true
Substitution Group
Used by
Complex Type se:PointLabelType
Attributes
QName Type Use
uom se:UomType optional
Source
<xsd:element name="ExclusionZone" type="se:ExclusionZoneType" abstract="true"/>
Element se:AlternativeGraphics
Namespace http://www.opengis.net/se/2.0/core
Annotations
An "AlternativeGraphics" element allows the selection of one graphic from a group of semantically eqivalent graphics in case some formats are not supported.
Diagram
Diagram Core_xsd.tmp#Extension Core_xsd.tmp#GraphicType Core_xsd.tmp#Graphic Core_xsd.tmp#AlternativeGraphicsType Core_xsd.tmp#Graphic
Type se:AlternativeGraphicsType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Model
Children se:Extension, se:Graphic
Instance
<se:AlternativeGraphics xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:Extension>{0,1}</se:Extension>
  <se:Graphic>{2,unbounded}</se:Graphic>
</se:AlternativeGraphics>
Source
<xsd:element name="AlternativeGraphics" type="se:AlternativeGraphicsType" substitutionGroup="se:Graphic">
  <xsd:annotation>
    <xsd:documentation>An "AlternativeGraphics" element allows the selection of one graphic from a group of semantically eqivalent graphics in case some formats are not supported.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element se:CompositeGraphic
Namespace http://www.opengis.net/se/2.0/core
Annotations
A "CompositeGraphic" binds a group of individual graphics into a single composite graphic.
Diagram
Diagram Core_xsd.tmp#Extension Core_xsd.tmp#GraphicType Core_xsd.tmp#Graphic Core_xsd.tmp#CompositeGraphicType Core_xsd.tmp#Graphic
Type se:CompositeGraphicType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Model
Children se:Extension, se:Graphic
Instance
<se:CompositeGraphic xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:Extension>{0,1}</se:Extension>
  <se:Graphic>{2,unbounded}</se:Graphic>
</se:CompositeGraphic>
Source
<xsd:element name="CompositeGraphic" type="se:CompositeGraphicType" substitutionGroup="se:Graphic">
  <xsd:annotation>
    <xsd:documentation>A "CompositeGraphic" binds a group of individual graphics into a single composite graphic.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element se:GraphicReference
Namespace http://www.opengis.net/se/2.0/core
Annotations
A "GraphicReference" refers to a remote SE Graphic XML document whose body is to be substituted in place of the reference when processed.
Diagram
Diagram Core_xsd.tmp#Extension Core_xsd.tmp#GraphicType Core_xsd.tmp#GraphicReferenceType_OnlineResource Core_xsd.tmp#GraphicReferenceType Core_xsd.tmp#Graphic
Type se:GraphicReferenceType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Model
Children se:Extension, se:OnlineResource
Instance
<se:GraphicReference xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:Extension>{0,1}</se:Extension>
  <se:OnlineResource>{1,1}</se:OnlineResource>
</se:GraphicReference>
Source
<xsd:element name="GraphicReference" type="se:GraphicReferenceType" substitutionGroup="se:Graphic">
  <xsd:annotation>
    <xsd:documentation>A "GraphicReference" refers to a remote SE Graphic XML document whose body is to be substituted in place of the reference when processed.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element se:GraphicReferenceType / se:OnlineResource
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#Href Core_xsd.tmp#VariableOnlineResourceType
Type se:VariableOnlineResourceType
Properties
content complex
Model
Children se:Href
Instance
<se:OnlineResource xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:Href>{1,1}</se:Href>
</se:OnlineResource>
Source
<xsd:element name="OnlineResource" type="se:VariableOnlineResourceType"/>
Element se:TextSymbolizer
Namespace http://www.opengis.net/se/2.0/core
Annotations
A "TextSymbolizer" is used to render text labels according to various graphical parameters.
Diagram
Diagram Core_xsd.tmp#SymbolizerType_version Core_xsd.tmp#Name Core_xsd.tmp#Description Core_xsd.tmp#LegendGraphic Core_xsd.tmp#Extension Core_xsd.tmp#SymbolizerType Core_xsd.tmp#TextSymbolizerType_uom Core_xsd.tmp#Geometry Core_xsd.tmp#PerpendicularOffset Core_xsd.tmp#Label Core_xsd.tmp#TextSymbolizerType Core_xsd.tmp#Symbolizer
Type se:TextSymbolizerType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Model
Children se:Description, se:Extension, se:Geometry, se:Label, se:LegendGraphic, se:Name, se:PerpendicularOffset
Instance
<se:TextSymbolizer uom="" version="" xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:Name>{0,1}</se:Name>
  <se:Description>{0,1}</se:Description>
  <se:LegendGraphic>{0,1}</se:LegendGraphic>
  <se:Extension>{0,1}</se:Extension>
  <se:Geometry>{0,1}</se:Geometry>
  <se:PerpendicularOffset>{0,1}</se:PerpendicularOffset>
  <se:Label uom="">{1,1}</se:Label>
</se:TextSymbolizer>
Attributes
QName Type Use
uom se:UomType optional
version se:VersionType optional
Source
<xsd:element name="TextSymbolizer" type="se:TextSymbolizerType" substitutionGroup="se:Symbolizer">
  <xsd:annotation>
    <xsd:documentation>A "TextSymbolizer" is used to render text labels according to various graphical parameters.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element se:ExclusionRadius
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#ExclusionZoneType_uom Core_xsd.tmp#ExclusionZoneType Core_xsd.tmp#Radius Core_xsd.tmp#ExclusionRadiusType Core_xsd.tmp#ExclusionZone
Type se:ExclusionRadiusType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Model
Children se:Radius
Instance
<se:ExclusionRadius uom="" xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:Radius>{1,1}</se:Radius>
</se:ExclusionRadius>
Attributes
QName Type Use
uom se:UomType optional
Source
<xsd:element name="ExclusionRadius" type="se:ExclusionRadiusType" substitutionGroup="se:ExclusionZone"/>
Element se:ExclusionRectangle
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#ExclusionZoneType_uom Core_xsd.tmp#ExclusionZoneType Core_xsd.tmp#X Core_xsd.tmp#Y Core_xsd.tmp#ExclusionRectangleType Core_xsd.tmp#ExclusionZone
Type se:ExclusionRectangleType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Model
Children se:X, se:Y
Instance
<se:ExclusionRectangle uom="" xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:X>{1,1}</se:X>
  <se:Y>{1,1}</se:Y>
</se:ExclusionRectangle>
Attributes
QName Type Use
uom se:UomType optional
Source
<xsd:element name="ExclusionRectangle" type="se:ExclusionRectangleType" substitutionGroup="se:ExclusionZone"/>
Element se:Function
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#http___www.opengis.net_se_2.0_core_FunctionType_fallbackValue Core_xsd.tmp#http___www.opengis.net_se_2.0_core_FunctionType Core_xsd.tmp#Categorize Core_xsd.tmp#ChangeCase Core_xsd.tmp#Concatenate Core_xsd.tmp#Dimension Core_xsd.tmp#FormatDate Core_xsd.tmp#FormatNumber Core_xsd.tmp#Interpolate Core_xsd.tmp#Recode Core_xsd.tmp#StringLength Core_xsd.tmp#StringPosition Core_xsd.tmp#Substring Core_xsd.tmp#Trim expr_xsd.tmp#expression
Type se:FunctionType
Properties
content complex
abstract true
Substitution Group
Substitution Group Affiliation
Attributes
QName Type Use
fallbackValue xsd:string optional
Source
<xsd:element name="Function" type="se:FunctionType" abstract="true" substitutionGroup="fes:expression"/>
Element se:FormatNumber
Namespace http://www.opengis.net/se/2.0/core
Annotations
Function for formatting numbers to make them human readable.
Diagram
Diagram Core_xsd.tmp#http___www.opengis.net_se_2.0_core_FunctionType_fallbackValue Core_xsd.tmp#http___www.opengis.net_se_2.0_core_FunctionType Core_xsd.tmp#FormatNumberType_decimalPoint Core_xsd.tmp#FormatNumberType_groupingSeparator Core_xsd.tmp#NumericValue Core_xsd.tmp#Pattern Core_xsd.tmp#NegativePattern Core_xsd.tmp#FormatNumberType Core_xsd.tmp#http___www.opengis.net_se_2.0_core_Function
Type se:FormatNumberType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Model
Children se:NegativePattern, se:NumericValue, se:Pattern
Instance
<se:FormatNumber decimalPoint="." fallbackValue="" groupingSeparator="," xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:NumericValue>{1,1}</se:NumericValue>
  <se:Pattern>{1,1}</se:Pattern>
  <se:NegativePattern>{0,1}</se:NegativePattern>
</se:FormatNumber>
Attributes
QName Type Default Use
decimalPoint xsd:string . optional
fallbackValue xsd:string optional
groupingSeparator xsd:string , optional
Source
<xsd:element name="FormatNumber" type="se:FormatNumberType" substitutionGroup="se:Function">
  <xsd:annotation>
    <xsd:documentation>Function for formatting numbers to make them human readable.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element se:NumericValue
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram expr_xsd.tmp#expression Core_xsd.tmp#ParameterValueType
Type se:ParameterValueType
Properties
content complex
mixed true
Used by
Complex Type se:FormatNumberType
Model
Children fes:expression
Instance
<se:NumericValue xmlns:se="http://www.opengis.net/se/2.0/core" xmlns:fes="http://www.opengis.net/fes/2.1">
  <fes:expression>{1,1}</fes:expression>
</se:NumericValue>
Source
<xsd:element name="NumericValue" type="se:ParameterValueType"/>
Element se:Pattern
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram
Type xsd:string
Properties
content simple
Used by
Source
<xsd:element name="Pattern" type="xsd:string"/>
Element se:NegativePattern
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram
Type xsd:string
Properties
content simple
Used by
Complex Type se:FormatNumberType
Source
<xsd:element name="NegativePattern" type="xsd:string"/>
Element se:FormatDate
Namespace http://www.opengis.net/se/2.0/core
Annotations
Function for dates.
Diagram
Diagram Core_xsd.tmp#http___www.opengis.net_se_2.0_core_FunctionType_fallbackValue Core_xsd.tmp#http___www.opengis.net_se_2.0_core_FunctionType Core_xsd.tmp#DateValue Core_xsd.tmp#Pattern Core_xsd.tmp#FormatDateType Core_xsd.tmp#http___www.opengis.net_se_2.0_core_Function
Type se:FormatDateType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Model
Children se:DateValue, se:Pattern
Instance
<se:FormatDate fallbackValue="" xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:DateValue>{1,1}</se:DateValue>
  <se:Pattern>{1,1}</se:Pattern>
</se:FormatDate>
Attributes
QName Type Use
fallbackValue xsd:string optional
Source
<xsd:element name="FormatDate" type="se:FormatDateType" substitutionGroup="se:Function">
  <xsd:annotation>
    <xsd:documentation>Function for dates.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element se:DateValue
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram expr_xsd.tmp#expression Core_xsd.tmp#ParameterValueType
Type se:ParameterValueType
Properties
content complex
mixed true
Used by
Complex Type se:FormatDateType
Model
Children fes:expression
Instance
<se:DateValue xmlns:se="http://www.opengis.net/se/2.0/core" xmlns:fes="http://www.opengis.net/fes/2.1">
  <fes:expression>{1,1}</fes:expression>
</se:DateValue>
Source
<xsd:element name="DateValue" type="se:ParameterValueType"/>
Element se:Substring
Namespace http://www.opengis.net/se/2.0/core
Annotations
Returns substrings.
Diagram
Diagram Core_xsd.tmp#http___www.opengis.net_se_2.0_core_FunctionType_fallbackValue Core_xsd.tmp#http___www.opengis.net_se_2.0_core_FunctionType Core_xsd.tmp#StringValue Core_xsd.tmp#Position Core_xsd.tmp#Length Core_xsd.tmp#SubstringType Core_xsd.tmp#http___www.opengis.net_se_2.0_core_Function
Type se:SubstringType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Model
Children se:Length, se:Position, se:StringValue
Instance
<se:Substring fallbackValue="" xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:StringValue>{1,1}</se:StringValue>
  <se:Position>{0,1}</se:Position>
  <se:Length>{0,1}</se:Length>
</se:Substring>
Attributes
QName Type Use
fallbackValue xsd:string optional
Source
<xsd:element name="Substring" type="se:SubstringType" substitutionGroup="se:Function">
  <xsd:annotation>
    <xsd:documentation>Returns substrings.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element se:StringValue
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram expr_xsd.tmp#expression Core_xsd.tmp#ParameterValueType
Type se:ParameterValueType
Properties
content complex
mixed true
Used by
Model
Children fes:expression
Instance
<se:StringValue xmlns:se="http://www.opengis.net/se/2.0/core" xmlns:fes="http://www.opengis.net/fes/2.1">
  <fes:expression>{1,1}</fes:expression>
</se:StringValue>
Source
<xsd:element name="StringValue" type="se:ParameterValueType"/>
Element se:Position
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram expr_xsd.tmp#expression Core_xsd.tmp#ParameterValueType
Type se:ParameterValueType
Properties
content complex
mixed true
Used by
Complex Type se:SubstringType
Model
Children fes:expression
Instance
<se:Position xmlns:se="http://www.opengis.net/se/2.0/core" xmlns:fes="http://www.opengis.net/fes/2.1">
  <fes:expression>{1,1}</fes:expression>
</se:Position>
Source
<xsd:element name="Position" type="se:ParameterValueType"/>
Element se:Concatenate
Namespace http://www.opengis.net/se/2.0/core
Annotations
Concatenates strings.
Diagram
Diagram Core_xsd.tmp#http___www.opengis.net_se_2.0_core_FunctionType_fallbackValue Core_xsd.tmp#http___www.opengis.net_se_2.0_core_FunctionType Core_xsd.tmp#StringValue Core_xsd.tmp#ConcatenateType Core_xsd.tmp#http___www.opengis.net_se_2.0_core_Function
Type se:ConcatenateType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Model
Children se:StringValue
Instance
<se:Concatenate fallbackValue="" xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:StringValue>{2,unbounded}</se:StringValue>
</se:Concatenate>
Attributes
QName Type Use
fallbackValue xsd:string optional
Source
<xsd:element name="Concatenate" type="se:ConcatenateType" substitutionGroup="se:Function">
  <xsd:annotation>
    <xsd:documentation>Concatenates strings.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element se:ChangeCase
Namespace http://www.opengis.net/se/2.0/core
Annotations
Changes the case of strings.
Diagram
Diagram Core_xsd.tmp#http___www.opengis.net_se_2.0_core_FunctionType_fallbackValue Core_xsd.tmp#http___www.opengis.net_se_2.0_core_FunctionType Core_xsd.tmp#ChangeCaseType_direction Core_xsd.tmp#StringValue Core_xsd.tmp#ChangeCaseType Core_xsd.tmp#http___www.opengis.net_se_2.0_core_Function
Type se:ChangeCaseType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Model
Children se:StringValue
Instance
<se:ChangeCase direction="" fallbackValue="" xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:StringValue>{1,1}</se:StringValue>
</se:ChangeCase>
Attributes
QName Type Use
direction se:directionType optional
fallbackValue xsd:string optional
Source
<xsd:element name="ChangeCase" type="se:ChangeCaseType" substitutionGroup="se:Function">
  <xsd:annotation>
    <xsd:documentation>Changes the case of strings.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element se:Trim
Namespace http://www.opengis.net/se/2.0/core
Annotations
Strips off chars from a string value
Diagram
Diagram Core_xsd.tmp#http___www.opengis.net_se_2.0_core_FunctionType_fallbackValue Core_xsd.tmp#http___www.opengis.net_se_2.0_core_FunctionType Core_xsd.tmp#TrimType_stripOffPosition Core_xsd.tmp#TrimType_stripOffChar Core_xsd.tmp#StringValue Core_xsd.tmp#TrimType Core_xsd.tmp#http___www.opengis.net_se_2.0_core_Function
Type se:TrimType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Model
Children se:StringValue
Instance
<se:Trim fallbackValue="" stripOffChar="" stripOffPosition="" xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:StringValue>{1,1}</se:StringValue>
</se:Trim>
Attributes
QName Type Use
fallbackValue xsd:string optional
stripOffChar xsd:string optional
stripOffPosition se:stripOffPositionType optional
Source
<xsd:element name="Trim" type="se:TrimType" substitutionGroup="se:Function">
  <xsd:annotation>
    <xsd:documentation>Strips off chars from a string value</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element se:StringPosition
Namespace http://www.opengis.net/se/2.0/core
Annotations
Returns position of first occurence of a substring
Diagram
Diagram Core_xsd.tmp#http___www.opengis.net_se_2.0_core_FunctionType_fallbackValue Core_xsd.tmp#http___www.opengis.net_se_2.0_core_FunctionType Core_xsd.tmp#StringPositionType_searchDirection Core_xsd.tmp#LookupString Core_xsd.tmp#StringValue Core_xsd.tmp#StringPositionType Core_xsd.tmp#http___www.opengis.net_se_2.0_core_Function
Type se:StringPositionType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Model
Children se:LookupString, se:StringValue
Instance
<se:StringPosition fallbackValue="" searchDirection="" xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:LookupString>{1,1}</se:LookupString>
  <se:StringValue>{1,1}</se:StringValue>
</se:StringPosition>
Attributes
QName Type Use
fallbackValue xsd:string optional
searchDirection se:searchDirectionType optional
Source
<xsd:element name="StringPosition" type="se:StringPositionType" substitutionGroup="se:Function">
  <xsd:annotation>
    <xsd:documentation>Returns position of first occurence of a substring</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element se:LookupString
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram expr_xsd.tmp#expression Core_xsd.tmp#ParameterValueType
Type se:ParameterValueType
Properties
content complex
mixed true
Used by
Complex Type se:StringPositionType
Model
Children fes:expression
Instance
<se:LookupString xmlns:se="http://www.opengis.net/se/2.0/core" xmlns:fes="http://www.opengis.net/fes/2.1">
  <fes:expression>{1,1}</fes:expression>
</se:LookupString>
Source
<xsd:element name="LookupString" type="se:ParameterValueType"/>
Element se:StringLength
Namespace http://www.opengis.net/se/2.0/core
Annotations
Returns length of string
Diagram
Diagram Core_xsd.tmp#http___www.opengis.net_se_2.0_core_FunctionType_fallbackValue Core_xsd.tmp#http___www.opengis.net_se_2.0_core_FunctionType Core_xsd.tmp#StringValue Core_xsd.tmp#StringLengthType Core_xsd.tmp#http___www.opengis.net_se_2.0_core_Function
Type se:StringLengthType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Model
Children se:StringValue
Instance
<se:StringLength fallbackValue="" xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:StringValue>{1,1}</se:StringValue>
</se:StringLength>
Attributes
QName Type Use
fallbackValue xsd:string optional
Source
<xsd:element name="StringLength" type="se:StringLengthType" substitutionGroup="se:Function">
  <xsd:annotation>
    <xsd:documentation>Returns length of string</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element se:Categorize
Namespace http://www.opengis.net/se/2.0/core
Annotations
The transformation of continuous values to distinct values.
Diagram
Diagram Core_xsd.tmp#http___www.opengis.net_se_2.0_core_FunctionType_fallbackValue Core_xsd.tmp#http___www.opengis.net_se_2.0_core_FunctionType Core_xsd.tmp#CategorizeType_thresholdBelongsTo Core_xsd.tmp#LookupValue Core_xsd.tmp#Threshold Core_xsd.tmp#Value Core_xsd.tmp#Extension Core_xsd.tmp#CategorizeType Core_xsd.tmp#http___www.opengis.net_se_2.0_core_Function
Type se:CategorizeType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Used by
Complex Type rse:ColorMapType
Model
Children se:Extension, se:LookupValue, se:Threshold, se:Value
Instance
<se:Categorize fallbackValue="" thresholdBelongsTo="" xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:LookupValue>{1,1}</se:LookupValue>
  <se:Threshold type="">{1,1}</se:Threshold>
  <se:Value>{1,1}</se:Value>
  <se:Extension>{0,1}</se:Extension>
</se:Categorize>
Attributes
QName Type Use
fallbackValue xsd:string optional
thresholdBelongsTo se:ThresholdBelongsToType optional
Source
<xsd:element name="Categorize" type="se:CategorizeType" substitutionGroup="se:Function">
  <xsd:annotation>
    <xsd:documentation>The transformation of continuous values to distinct values.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element se:LookupValue
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram expr_xsd.tmp#expression Core_xsd.tmp#ParameterValueType
Type se:ParameterValueType
Properties
content complex
mixed true
Used by
Model
Children fes:expression
Instance
<se:LookupValue xmlns:se="http://www.opengis.net/se/2.0/core" xmlns:fes="http://www.opengis.net/fes/2.1">
  <fes:expression>{1,1}</fes:expression>
</se:LookupValue>
Source
<xsd:element name="LookupValue" type="se:ParameterValueType"/>
Element se:Threshold
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram expr_xsd.tmp#LiteralType_type expr_xsd.tmp#LiteralType
Type fes:LiteralType
Properties
content complex
mixed true
Used by
Complex Type se:CategorizeType
Model
ANY element from ANY namespace
Attributes
QName Type Use
type xsd:QName optional
Source
<xsd:element name="Threshold" type="fes:LiteralType"/>
Element se:FirstValue
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram expr_xsd.tmp#expression Core_xsd.tmp#ParameterValueType
Type se:ParameterValueType
Properties
content complex
mixed true
Model
Children fes:expression
Instance
<se:FirstValue xmlns:se="http://www.opengis.net/se/2.0/core" xmlns:fes="http://www.opengis.net/fes/2.1">
  <fes:expression>{1,1}</fes:expression>
</se:FirstValue>
Source
<xsd:element name="FirstValue" type="se:ParameterValueType"/>
Element se:Interpolate
Namespace http://www.opengis.net/se/2.0/core
Annotations
The transformation of continuous values to a number of values.
Diagram
Diagram Core_xsd.tmp#http___www.opengis.net_se_2.0_core_FunctionType_fallbackValue Core_xsd.tmp#http___www.opengis.net_se_2.0_core_FunctionType Core_xsd.tmp#InterpolateType_mode Core_xsd.tmp#InterpolateType_method Core_xsd.tmp#LookupValue Core_xsd.tmp#InterpolationPoint Core_xsd.tmp#InterpolateType Core_xsd.tmp#http___www.opengis.net_se_2.0_core_Function
Type se:InterpolateType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Used by
Complex Type rse:ColorMapType
Model
Children se:InterpolationPoint, se:LookupValue
Instance
<se:Interpolate fallbackValue="" method="" mode="" xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:LookupValue>{1,1}</se:LookupValue>
  <se:InterpolationPoint>{1,unbounded}</se:InterpolationPoint>
</se:Interpolate>
Attributes
QName Type Use
fallbackValue xsd:string optional
method se:MethodType optional
mode se:ModeType optional
Source
<xsd:element name="Interpolate" type="se:InterpolateType" substitutionGroup="se:Function">
  <xsd:annotation>
    <xsd:documentation>The transformation of continuous values to a number of values.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element se:InterpolationPoint
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#Data Core_xsd.tmp#Value Core_xsd.tmp#InterpolationPointType
Type se:InterpolationPointType
Properties
content complex
Used by
Complex Type se:InterpolateType
Model
Children se:Data, se:Value
Instance
<se:InterpolationPoint xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:Data>{1,1}</se:Data>
  <se:Value>{1,1}</se:Value>
</se:InterpolationPoint>
Source
<xsd:element name="InterpolationPoint" type="se:InterpolationPointType"/>
Element se:Data
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram
Type xsd:double
Properties
content simple
Used by
Source
<xsd:element name="Data" type="xsd:double"/>
Element se:Recode
Namespace http://www.opengis.net/se/2.0/core
Annotations
Transformation of discrete values to other values
Diagram
Diagram Core_xsd.tmp#http___www.opengis.net_se_2.0_core_FunctionType_fallbackValue Core_xsd.tmp#http___www.opengis.net_se_2.0_core_FunctionType Core_xsd.tmp#LookupValue Core_xsd.tmp#MapItem Core_xsd.tmp#RecodeType Core_xsd.tmp#http___www.opengis.net_se_2.0_core_Function
Type se:RecodeType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Model
Children se:LookupValue, se:MapItem
Instance
<se:Recode fallbackValue="" xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:LookupValue>{1,1}</se:LookupValue>
  <se:MapItem>{1,unbounded}</se:MapItem>
</se:Recode>
Attributes
QName Type Use
fallbackValue xsd:string optional
Source
<xsd:element name="Recode" type="se:RecodeType" substitutionGroup="se:Function">
  <xsd:annotation>
    <xsd:documentation>Transformation of discrete values to other values</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element se:MapItem
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#Key Core_xsd.tmp#Value Core_xsd.tmp#MapItemType
Type se:MapItemType
Properties
content complex
Used by
Complex Type se:RecodeType
Model
Children se:Key, se:Value
Instance
<se:MapItem xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:Key>{1,1}</se:Key>
  <se:Value>{1,1}</se:Value>
</se:MapItem>
Source
<xsd:element name="MapItem" type="se:MapItemType"/>
Element se:Key
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram
Type xsd:string
Properties
content simple
Used by
Complex Type se:MapItemType
Source
<xsd:element name="Key" type="xsd:string"/>
Element se:Dimension
Namespace http://www.opengis.net/se/2.0/core
Annotations
Returns the dimensionality of geometry object: points=0, curves=1, surfaces=2 [ISO 19125-1].
Diagram
Diagram Core_xsd.tmp#http___www.opengis.net_se_2.0_core_FunctionType_fallbackValue Core_xsd.tmp#http___www.opengis.net_se_2.0_core_FunctionType Core_xsd.tmp#Geometry Core_xsd.tmp#DimensionType Core_xsd.tmp#http___www.opengis.net_se_2.0_core_Function
Type se:DimensionType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Model
Children se:Geometry
Instance
<se:Dimension fallbackValue="" xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:Geometry>{1,1}</se:Geometry>
</se:Dimension>
Attributes
QName Type Use
fallbackValue xsd:string optional
Source
<xsd:element name="Dimension" type="se:DimensionType" substitutionGroup="se:Function">
  <xsd:annotation>
    <xsd:documentation>Returns the dimensionality of geometry object: points=0, curves=1, surfaces=2 [ISO 19125-1].</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Complex Type se:OnlineResourceType
Namespace http://www.opengis.net/se/2.0/core
Annotations
Reference to on-line resource from which data can be obtained.
Diagram
Diagram xlink_xsd.tmp#simpleAttrs
Used by
Attributes
Source
<xsd:complexType name="OnlineResourceType">
  <xsd:annotation>
    <xsd:documentation>Reference to on-line resource from which data can be obtained.</xsd:documentation>
  </xsd:annotation>
  <xsd:attributeGroup ref="xlink:simpleAttrs"/>
</xsd:complexType>
Simple Type se:UomType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram
Type restriction of xsd:anyURI
Facets
enumeration urn:ogc:def:uom:se::px
enumeration urn:ogc:def:uom:se::mm
enumeration urn:ogc:def:uom:se::in
enumeration urn:ogc:def:uom:se::pt
enumeration urn:ogc:def:uom:se::percent
enumeration urn:ogc:def:uom:se::gm
enumeration urn:ogc:def:uom:se::gft
Used by
Source
<xsd:simpleType name="UomType">
  <xsd:restriction base="xsd:anyURI">
    <xsd:enumeration value="urn:ogc:def:uom:se::px"/>
    <xsd:enumeration value="urn:ogc:def:uom:se::mm"/>
    <xsd:enumeration value="urn:ogc:def:uom:se::in"/>
    <xsd:enumeration value="urn:ogc:def:uom:se::pt"/>
    <xsd:enumeration value="urn:ogc:def:uom:se::percent"/>
    <xsd:enumeration value="urn:ogc:def:uom:se::gm"/>
    <xsd:enumeration value="urn:ogc:def:uom:se::gft"/>
  </xsd:restriction>
</xsd:simpleType>
Simple Type se:VersionType
Namespace http://www.opengis.net/se/2.0/core
Annotations
The "VersionType" merely restricts the version string that may be used with XML documents based on this schema.
Diagram
Diagram
Type restriction of xsd:string
Facets
enumeration 2.0.0
Used by
Source
<xsd:simpleType name="VersionType">
  <xsd:annotation>
    <xsd:documentation>The "VersionType" merely restricts the version string that may be used with XML documents based on this schema.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="2.0.0"/>
  </xsd:restriction>
</xsd:simpleType>
Complex Type se:VariableOnlineResourceType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#Href
Used by
Model
Children se:Href
Source
<xsd:complexType name="VariableOnlineResourceType">
  <xsd:sequence>
    <xsd:element ref="se:Href"/>
  </xsd:sequence>
</xsd:complexType>
Complex Type se:ParameterValueType
Namespace http://www.opengis.net/se/2.0/core
Annotations
Type for numeric, text and color parameters
Diagram
Diagram expr_xsd.tmp#expression
Properties
mixed true
Used by
Model
Children fes:expression
Source
<xsd:complexType name="ParameterValueType" mixed="true">
  <xsd:annotation>
    <xsd:documentation>Type for numeric, text and color parameters</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence minOccurs="0">
    <xsd:element ref="fes:expression"/>
  </xsd:sequence>
</xsd:complexType>
Complex Type se:InlineContentType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#InlineContentType_encoding
Properties
mixed true
Used by
Model
ANY element from ANY namespace
Attributes
QName Type Use
encoding restriction of xsd:token required
Source
<xsd:complexType name="InlineContentType" mixed="true">
  <xsd:sequence>
    <xsd:any minOccurs="0"/>
  </xsd:sequence>
  <xsd:attribute name="encoding" use="required">
    <xsd:simpleType>
      <xsd:restriction base="xsd:token">
        <xsd:enumeration value="xml"/>
        <xsd:enumeration value="base64"/>
      </xsd:restriction>
    </xsd:simpleType>
  </xsd:attribute>
</xsd:complexType>
Complex Type se:ExtensionType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#ExtensionParameter
Used by
Element se:Extension
Model
Children se:ExtensionParameter
Source
<xsd:complexType name="ExtensionType">
  <xsd:sequence>
    <xsd:element ref="se:ExtensionParameter" maxOccurs="unbounded"/>
  </xsd:sequence>
</xsd:complexType>
Complex Type se:ExtensionParameterType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#ExtensionParameterType_name
Properties
mixed true
Used by
Model
Attributes
QName Type Use
name xsd:string required
Source
<xsd:complexType name="ExtensionParameterType" mixed="true">
  <xsd:attribute name="name" type="xsd:string" use="required"/>
</xsd:complexType>
Complex Type se:AbstractStyleType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram
Properties
abstract true
Used by
Source
<xsd:complexType name="AbstractStyleType" abstract="true"/>
Complex Type se:StyleType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#AbstractStyleType Core_xsd.tmp#StyleType_version Core_xsd.tmp#Name Core_xsd.tmp#Description Core_xsd.tmp#DataTypeName Core_xsd.tmp#SemanticTypeIdentifier Core_xsd.tmp#Rule
Type extension of se:AbstractStyleType
Type hierarchy
Used by
Element se:Style
Model
Children se:DataTypeName, se:Description, se:Name, se:Rule, se:SemanticTypeIdentifier
Attributes
QName Type Use
version se:VersionType optional
Source
<xsd:complexType name="StyleType">
  <xsd:complexContent>
    <xsd:extension base="se:AbstractStyleType">
      <xsd:sequence>
        <xsd:element ref="se:Name" minOccurs="0"/>
        <xsd:element ref="se:Description" minOccurs="0"/>
        <xsd:element ref="se:DataTypeName" minOccurs="0"/>
        <xsd:element ref="se:SemanticTypeIdentifier" minOccurs="0" maxOccurs="unbounded"/>
        <xsd:element ref="se:Rule" maxOccurs="unbounded"/>
      </xsd:sequence>
      <xsd:attribute name="version" type="se:VersionType"/>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Complex Type se:RuleType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#Name Core_xsd.tmp#Description filter_xsd.tmp#Filter Core_xsd.tmp#ElseFilter Core_xsd.tmp#RuleType_WhereClause Core_xsd.tmp#MinScaleDenominator Core_xsd.tmp#MaxScaleDenominator Core_xsd.tmp#Symbolizer
Used by
Element se:Rule
Model
Children fes:Filter, se:Description, se:ElseFilter, se:MaxScaleDenominator, se:MinScaleDenominator, se:Name, se:Symbolizer, se:WhereClause
Source
<xsd:complexType name="RuleType">
  <xsd:sequence>
    <xsd:element ref="se:Name" minOccurs="0"/>
    <xsd:element ref="se:Description" minOccurs="0"/>
    <xsd:choice minOccurs="0">
      <xsd:element ref="fes:Filter"/>
      <xsd:element ref="se:ElseFilter"/>
      <xsd:element name="WhereClause" type="xsd:string"/>
    </xsd:choice>
    <!--<xsd:element ref="se:DomainConstraints" minOccurs="0"/>-->
    <xsd:element ref="se:MinScaleDenominator" minOccurs="0"/>
    <xsd:element ref="se:MaxScaleDenominator" minOccurs="0"/>
    <xsd:element ref="se:Symbolizer"/>
  </xsd:sequence>
</xsd:complexType>
Complex Type se:ElseFilterType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram
Used by
Element se:ElseFilter
Source
<xsd:complexType name="ElseFilterType"/>
Complex Type se:SymbolizerType
Namespace http://www.opengis.net/se/2.0/core
Annotations
A "SymbolizerType" is an abstract type for encoding the graphical properties used to portray geographic information.  Concrete Symbolizer types are derived from this base type.
Diagram
Diagram Core_xsd.tmp#SymbolizerType_version Core_xsd.tmp#Name Core_xsd.tmp#Description Core_xsd.tmp#LegendGraphic Core_xsd.tmp#Extension
Properties
abstract true
Used by
Model
Children se:Description, se:Extension, se:LegendGraphic, se:Name
Attributes
QName Type Use
version se:VersionType optional
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 Symbolizer types are derived from this base type.</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element ref="se:Name" minOccurs="0"/>
    <xsd:element ref="se:Description" minOccurs="0"/>
    <xsd:element ref="se:LegendGraphic" minOccurs="0"/>
    <xsd:element ref="se:Extension" minOccurs="0"/>
  </xsd:sequence>
  <xsd:attribute name="version" type="se:VersionType"/>
</xsd:complexType>
Complex Type se:LegendGraphicType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#Graphic
Used by
Model
Children se:Graphic
Source
<xsd:complexType name="LegendGraphicType">
  <xsd:sequence>
    <xsd:element ref="se:Graphic"/>
  </xsd:sequence>
</xsd:complexType>
Complex Type se:GraphicType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#Extension
Properties
abstract true
Used by
Model
Children se:Extension
Source
<xsd:complexType name="GraphicType" abstract="true">
  <xsd:sequence>
    <xsd:element ref="se:Extension" minOccurs="0"/>
  </xsd:sequence>
</xsd:complexType>
Complex Type se:StyleReferenceType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#AbstractStyleType Core_xsd.tmp#OnlineResource
Type extension of se:AbstractStyleType
Type hierarchy
Used by
Model
Children se:OnlineResource
Source
<xsd:complexType name="StyleReferenceType">
  <xsd:complexContent>
    <xsd:extension base="se:AbstractStyleType">
      <xsd:sequence>
        <xsd:element ref="se:OnlineResource"/>
      </xsd:sequence>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Complex Type se:FillType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#Extension
Properties
abstract true
Used by
Model
Children se:Extension
Source
<xsd:complexType name="FillType" abstract="true">
  <xsd:sequence>
    <xsd:element ref="se:Extension" minOccurs="0"/>
  </xsd:sequence>
</xsd:complexType>
Complex Type se:StrokeType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#LinearRapport Core_xsd.tmp#Extension
Properties
abstract true
Used by
Model
Children se:Extension, se:LinearRapport
Source
<xsd:complexType name="StrokeType" abstract="true">
  <xsd:sequence>
    <xsd:element ref="se:LinearRapport" minOccurs="0"/>
    <xsd:element ref="se:Extension" minOccurs="0"/>
  </xsd:sequence>
</xsd:complexType>
Complex Type se:LabelType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#LabelType_uom Core_xsd.tmp#StyledText Core_xsd.tmp#HorizontalAlignment Core_xsd.tmp#VerticalAlignment
Properties
abstract true
Used by
Model
Children se:HorizontalAlignment, se:StyledText, se:VerticalAlignment
Attributes
QName Type Use
uom se:UomType optional
Source
<xsd:complexType name="LabelType" abstract="true">
  <xsd:sequence>
    <xsd:element ref="se:StyledText"/>
    <xsd:element ref="se:HorizontalAlignment" minOccurs="0"/>
    <xsd:element ref="se:VerticalAlignment" minOccurs="0"/>
  </xsd:sequence>
  <xsd:attribute name="uom" type="se:UomType"/>
</xsd:complexType>
Complex Type se:StyledTextType
Namespace http://www.opengis.net/se/2.0/core
Annotations
An "StyledText" links a text with the style to apply to this text (font, halo, fill and stroke)
Diagram
Diagram Core_xsd.tmp#Text Core_xsd.tmp#Font Core_xsd.tmp#Halo Core_xsd.tmp#Fill Core_xsd.tmp#Stroke
Used by
Element se:StyledText
Model
Children se:Fill, se:Font, se:Halo, se:Stroke, se:Text
Source
<xsd:complexType name="StyledTextType">
  <xsd:annotation>
    <xsd:documentation>An "StyledText" links a text with the style to apply to this text (font, halo, fill and stroke)</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element ref="se:Text"/>
    <xsd:element ref="se:Font" minOccurs="0"/>
    <xsd:element ref="se:Halo" minOccurs="0"/>
    <xsd:element ref="se:Fill" minOccurs="0"/>
    <xsd:element ref="se:Stroke" minOccurs="0"/>
  </xsd:sequence>
</xsd:complexType>
Complex Type se:FontType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#FontType_uom Core_xsd.tmp#FontFamily Core_xsd.tmp#FontStyle Core_xsd.tmp#FontWeight Core_xsd.tmp#FontSize
Used by
Element se:Font
Model
Children se:FontFamily, se:FontSize, se:FontStyle, se:FontWeight
Attributes
QName Type Use
uom se:UomType optional
Source
<xsd:complexType name="FontType">
  <xsd:sequence>
    <xsd:element ref="se:FontFamily" minOccurs="0"/>
    <xsd:element ref="se:FontStyle" minOccurs="0"/>
    <xsd:element ref="se:FontWeight" minOccurs="0"/>
    <xsd:element ref="se:FontSize" minOccurs="0"/>
  </xsd:sequence>
  <xsd:attribute name="uom" type="se:UomType"/>
</xsd:complexType>
Complex Type se:HaloType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#HaloType_uom Core_xsd.tmp#Radius Core_xsd.tmp#Fill
Used by
Element se:Halo
Model
Children se:Fill, se:Radius
Attributes
QName Type Use
uom se:UomType optional
Source
<xsd:complexType name="HaloType">
  <xsd:sequence>
    <xsd:element ref="se:Radius" minOccurs="0"/>
    <xsd:element ref="se:Fill" minOccurs="0"/>
  </xsd:sequence>
  <xsd:attribute name="uom" type="se:UomType"/>
</xsd:complexType>
Complex Type se:ParametrizedSymbolizerType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#FormalParameterList Core_xsd.tmp#Symbolizer
Used by
Model
Children se:FormalParameterList, se:Symbolizer
Source
<xsd:complexType name="ParametrizedSymbolizerType">
  <xsd:sequence>
    <xsd:element ref="se:FormalParameterList" minOccurs="0"/>
    <!-- <xsd:element ref="se:ArgumentsList" minOccurs="0"/> -->
    <xsd:element ref="se:Symbolizer"/>
  </xsd:sequence>
</xsd:complexType>
Complex Type se:FormalParameterListType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#FormalParameter
Used by
Model
Children se:FormalParameter
Source
<xsd:complexType name="FormalParameterListType">
  <xsd:sequence>
    <xsd:element ref="se:FormalParameter" minOccurs="0" maxOccurs="unbounded"/>
  </xsd:sequence>
</xsd:complexType>
Complex Type se:FormalParameterType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#Name Core_xsd.tmp#Description
Used by
Model
Children se:Description, se:Name
Source
<xsd:complexType name="FormalParameterType">
  <xsd:sequence>
    <xsd:element ref="se:Name"/>
    <xsd:element ref="se:Description" minOccurs="0"/>
  </xsd:sequence>
</xsd:complexType>
Complex Type se:SymbolizerReferenceType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#SymbolizerType_version Core_xsd.tmp#Name Core_xsd.tmp#Description Core_xsd.tmp#LegendGraphic Core_xsd.tmp#Extension Core_xsd.tmp#SymbolizerType Core_xsd.tmp#OnlineResource Core_xsd.tmp#ArgumentList
Type extension of se:SymbolizerType
Type hierarchy
Used by
Model
Children se:ArgumentList, se:Description, se:Extension, se:LegendGraphic, se:Name, se:OnlineResource
Attributes
QName Type Use
version se:VersionType optional
Source
<xsd:complexType name="SymbolizerReferenceType">
  <xsd:complexContent>
    <xsd:extension base="se:SymbolizerType">
      <xsd:sequence>
        <xsd:element ref="se:OnlineResource"/>
        <xsd:element ref="se:ArgumentList" minOccurs="0"/>
      </xsd:sequence>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Complex Type se:ArgumentListType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#Argument
Used by
Element se:ArgumentList
Model
Children se:Argument
Source
<xsd:complexType name="ArgumentListType">
  <xsd:sequence>
    <xsd:element ref="se:Argument" minOccurs="0" maxOccurs="unbounded"/>
  </xsd:sequence>
</xsd:complexType>
Complex Type se:ArgumentType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#Name Core_xsd.tmp#Description Core_xsd.tmp#Value
Used by
Element se:Argument
Model
Children se:Description, se:Name, se:Value
Source
<xsd:complexType name="ArgumentType">
  <xsd:sequence>
    <xsd:element ref="se:Name"/>
    <xsd:element ref="se:Description" minOccurs="0"/>
    <xsd:element ref="se:Value"/>
  </xsd:sequence>
</xsd:complexType>
Complex Type se:CompositeSymbolizerType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#SymbolizerType_version Core_xsd.tmp#Name Core_xsd.tmp#Description Core_xsd.tmp#LegendGraphic Core_xsd.tmp#Extension Core_xsd.tmp#SymbolizerType Core_xsd.tmp#Symbolizer
Type extension of se:SymbolizerType
Type hierarchy
Used by
Model
Children se:Description, se:Extension, se:LegendGraphic, se:Name, se:Symbolizer
Attributes
QName Type Use
version se:VersionType optional
Source
<xsd:complexType name="CompositeSymbolizerType">
  <xsd:complexContent>
    <xsd:extension base="se:SymbolizerType">
      <xsd:sequence>
        <xsd:element ref="se:Symbolizer" maxOccurs="unbounded"/>
      </xsd:sequence>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Complex Type se:GeometryType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram expr_xsd.tmp#ValueReference
Used by
Element se:Geometry
Model
Children fes:ValueReference
Source
<xsd:complexType name="GeometryType">
  <xsd:sequence>
    <xsd:element ref="fes:ValueReference"/>
  </xsd:sequence>
</xsd:complexType>
Complex Type se:TransformType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#TransformType_uom Core_xsd.tmp#Translate Core_xsd.tmp#Rotate Core_xsd.tmp#Scale Core_xsd.tmp#Matrix
Used by
Element se:Transform
Model
Children se:Matrix, se:Rotate, se:Scale, se:Translate
Attributes
QName Type Use
uom se:UomType optional
Source
<xsd:complexType name="TransformType">
  <xsd:choice minOccurs="1" maxOccurs="unbounded">
    <xsd:element ref="se:Translate" minOccurs="0"/>
    <xsd:element ref="se:Rotate" minOccurs="0"/>
    <xsd:element ref="se:Scale" minOccurs="0"/>
    <xsd:element ref="se:Matrix" minOccurs="0"/>
  </xsd:choice>
  <xsd:attribute name="uom" type="se:UomType"/>
</xsd:complexType>
Complex Type se:TranslateType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#X Core_xsd.tmp#Y
Used by
Model
Children se:X, se:Y
Source
<xsd:complexType name="TranslateType">
  <xsd:sequence>
    <xsd:element ref="se:X" minOccurs="0"/>
    <xsd:element ref="se:Y" minOccurs="0"/>
  </xsd:sequence>
</xsd:complexType>
Complex Type se:RotateType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#Angle Core_xsd.tmp#X Core_xsd.tmp#Y
Used by
Element se:Rotate
Model
Children se:Angle, se:X, se:Y
Source
<xsd:complexType name="RotateType">
  <xsd:sequence>
    <xsd:element ref="se:Angle"/>
    <xsd:element ref="se:X" minOccurs="0"/>
    <xsd:element ref="se:Y" minOccurs="0"/>
  </xsd:sequence>
</xsd:complexType>
Complex Type se:ScaleType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#X Core_xsd.tmp#Y
Used by
Element se:Scale
Model
Children se:X, se:Y
Source
<xsd:complexType name="ScaleType">
  <xsd:sequence>
    <xsd:element ref="se:X" minOccurs="0"/>
    <xsd:element ref="se:Y" minOccurs="0"/>
  </xsd:sequence>
</xsd:complexType>
Complex Type se:MatrixType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#A Core_xsd.tmp#B Core_xsd.tmp#C Core_xsd.tmp#D Core_xsd.tmp#E Core_xsd.tmp#F
Used by
Element se:Matrix
Model
Children se:A, se:B, se:C, se:D, se:E, se:F
Source
<xsd:complexType name="MatrixType">
  <xsd:sequence>
    <xsd:element ref="se:A" minOccurs="0"/>
    <xsd:element ref="se:B" minOccurs="0"/>
    <xsd:element ref="se:C" minOccurs="0"/>
    <xsd:element ref="se:D" minOccurs="0"/>
    <xsd:element ref="se:E" minOccurs="0"/>
    <xsd:element ref="se:F" minOccurs="0"/>
  </xsd:sequence>
</xsd:complexType>
Complex Type se:LineSymbolizerType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#SymbolizerType_version Core_xsd.tmp#Name Core_xsd.tmp#Description Core_xsd.tmp#LegendGraphic Core_xsd.tmp#Extension Core_xsd.tmp#SymbolizerType Core_xsd.tmp#LineSymbolizerType_uom Core_xsd.tmp#Geometry Core_xsd.tmp#PerpendicularOffset Core_xsd.tmp#Stroke
Type extension of se:SymbolizerType
Type hierarchy
Used by
Model
Children se:Description, se:Extension, se:Geometry, se:LegendGraphic, se:Name, se:PerpendicularOffset, se:Stroke
Attributes
QName Type Use
uom se:UomType optional
version se:VersionType optional
Source
<xsd:complexType name="LineSymbolizerType">
  <xsd:complexContent>
    <xsd:extension base="se:SymbolizerType">
      <xsd:sequence>
        <xsd:element ref="se:Geometry" minOccurs="0"/>
        <xsd:element ref="se:PerpendicularOffset" minOccurs="0"/>
        <!--<xsd:element ref="se:Transform" minOccurs="0"/>-->
        <xsd:element ref="se:Stroke"/>
      </xsd:sequence>
      <xsd:attribute name="uom" type="se:UomType"/>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Complex Type se:PenStrokeType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#LinearRapport Core_xsd.tmp#Extension Core_xsd.tmp#StrokeType Core_xsd.tmp#PenStrokeType_uom Core_xsd.tmp#Fill Core_xsd.tmp#Width Core_xsd.tmp#LineJoin Core_xsd.tmp#LineCap Core_xsd.tmp#DashArray Core_xsd.tmp#DashOffset
Type extension of se:StrokeType
Type hierarchy
Used by
Element se:PenStroke
Model
Children se:DashArray, se:DashOffset, se:Extension, se:Fill, se:LineCap, se:LineJoin, se:LinearRapport, se:Width
Attributes
QName Type Use
uom se:UomType optional
Source
<xsd:complexType name="PenStrokeType">
  <xsd:complexContent>
    <xsd:extension base="se:StrokeType">
      <xsd:sequence>
        <xsd:element ref="se:Fill" minOccurs="0"/>
        <xsd:element ref="se:Width" minOccurs="0"/>
        <xsd:element ref="se:LineJoin" minOccurs="0"/>
        <xsd:element ref="se:LineCap" minOccurs="0"/>
        <xsd:element ref="se:DashArray" minOccurs="0"/>
        <xsd:element ref="se:DashOffset" minOccurs="0"/>
      </xsd:sequence>
      <xsd:attribute name="uom" type="se:UomType"/>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Complex Type se:GraphicStrokeType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#LinearRapport Core_xsd.tmp#Extension Core_xsd.tmp#StrokeType Core_xsd.tmp#GraphicStrokeType_uom Core_xsd.tmp#Graphic Core_xsd.tmp#Length Core_xsd.tmp#RelativeOrientation Core_xsd.tmp#RelativePosition
Type extension of se:StrokeType
Type hierarchy
Used by
Model
Children se:Extension, se:Graphic, se:Length, se:LinearRapport, se:RelativeOrientation, se:RelativePosition
Attributes
QName Type Use
uom se:UomType optional
Source
<xsd:complexType name="GraphicStrokeType">
  <xsd:complexContent>
    <xsd:extension base="se:StrokeType">
      <xsd:sequence>
        <xsd:element ref="se:Graphic"/>
        <xsd:element ref="se:Length" minOccurs="0"/>
        <xsd:element ref="se:RelativeOrientation"/>
        <xsd:element ref="se:RelativePosition"/>
      </xsd:sequence>
      <xsd:attribute name="uom" type="se:UomType"/>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Simple Type se:RelativeOrientationType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram
Type restriction of xsd:token
Facets
enumeration normal
enumeration line
enumeration portrayal
enumeration normalUp
Used by
Source
<xsd:simpleType name="RelativeOrientationType">
  <xsd:restriction base="xsd:token">
    <xsd:enumeration value="normal"/>
    <xsd:enumeration value="line"/>
    <xsd:enumeration value="portrayal"/>
    <xsd:enumeration value="normalUp"/>
  </xsd:restriction>
</xsd:simpleType>
Complex Type se:TextStrokeType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#LinearRapport Core_xsd.tmp#Extension Core_xsd.tmp#StrokeType Core_xsd.tmp#LineLabel
Type extension of se:StrokeType
Type hierarchy
Used by
Element se:TextStroke
Model
Children se:Extension, se:LineLabel, se:LinearRapport
Source
<xsd:complexType name="TextStrokeType">
  <xsd:complexContent>
    <xsd:extension base="se:StrokeType">
      <xsd:sequence>
        <xsd:element ref="se:LineLabel"/>
      </xsd:sequence>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Complex Type se:LineLabelType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#LabelType_uom Core_xsd.tmp#StyledText Core_xsd.tmp#HorizontalAlignment Core_xsd.tmp#VerticalAlignment Core_xsd.tmp#LabelType Core_xsd.tmp#RelativeOrientation
Type extension of se:LabelType
Type hierarchy
Used by
Element se:LineLabel
Model
Children se:HorizontalAlignment, se:RelativeOrientation, se:StyledText, se:VerticalAlignment
Attributes
QName Type Use
uom se:UomType optional
Source
<xsd:complexType name="LineLabelType">
  <xsd:complexContent>
    <xsd:extension base="se:LabelType">
      <xsd:sequence>
        <xsd:element ref="se:RelativeOrientation"/>
      </xsd:sequence>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Complex Type se:CompoundStrokeType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#LinearRapport Core_xsd.tmp#Extension Core_xsd.tmp#StrokeType Core_xsd.tmp#CompoundStrokeType_uom Core_xsd.tmp#PreGap Core_xsd.tmp#StrokeElement Core_xsd.tmp#AlternativeStrokeElements Core_xsd.tmp#PostGap
Type extension of se:StrokeType
Type hierarchy
Used by
Model
Children se:AlternativeStrokeElements, se:Extension, se:LinearRapport, se:PostGap, se:PreGap, se:StrokeElement
Attributes
QName Type Use
uom se:UomType optional
Source
<xsd:complexType name="CompoundStrokeType">
  <xsd:complexContent>
    <xsd:extension base="se:StrokeType">
      <xsd:sequence>
        <xsd:element ref="se:PreGap" minOccurs="0"/>
        <xsd:choice maxOccurs="unbounded">
          <xsd:element ref="se:StrokeElement"/>
          <xsd:element ref="se:AlternativeStrokeElements"/>
        </xsd:choice>
        <xsd:element ref="se:PostGap" minOccurs="0"/>
        <!--<xsd:element ref="se:StrokeAnnotationGraphic" minOccurs="0"
            maxOccurs="unbounded"/>-->
      </xsd:sequence>
      <xsd:attribute name="uom" type="se:UomType"/>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Complex Type se:StrokeElementType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#PreGap Core_xsd.tmp#Stroke Core_xsd.tmp#Length Core_xsd.tmp#PostGap
Used by
Model
Children se:Length, se:PostGap, se:PreGap, se:Stroke
Source
<xsd:complexType name="StrokeElementType">
  <xsd:sequence>
    <xsd:element ref="se:PreGap" minOccurs="0"/>
    <xsd:element ref="se:Stroke">
      <xsd:annotation>
        <xsd:documentation>Restricted Stroke: not allowed to nest a compound stroke within a compound stroke...</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element ref="se:Length" minOccurs="0"/>
    <xsd:element ref="se:PostGap" minOccurs="0"/>
  </xsd:sequence>
</xsd:complexType>
Complex Type se:AlternativeStrokeElementsType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#StrokeElement
Used by
Model
Children se:StrokeElement
Source
<xsd:complexType name="AlternativeStrokeElementsType">
  <xsd:sequence>
    <xsd:element ref="se:StrokeElement" maxOccurs="unbounded"/>
  </xsd:sequence>
</xsd:complexType>
Complex Type se:StrokeReferenceType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#LinearRapport Core_xsd.tmp#Extension Core_xsd.tmp#StrokeType Core_xsd.tmp#StrokeReferenceType_OnlineResource
Type extension of se:StrokeType
Type hierarchy
Used by
Model
Children se:Extension, se:LinearRapport, se:OnlineResource
Source
<xsd:complexType name="StrokeReferenceType">
  <xsd:complexContent>
    <xsd:extension base="se:StrokeType">
      <xsd:sequence>
        <xsd:element name="OnlineResource" type="se:VariableOnlineResourceType"/>
      </xsd:sequence>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Complex Type se:AreaSymbolizerType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#SymbolizerType_version Core_xsd.tmp#Name Core_xsd.tmp#Description Core_xsd.tmp#LegendGraphic Core_xsd.tmp#Extension Core_xsd.tmp#SymbolizerType Core_xsd.tmp#AreaSymbolizerType_uom Core_xsd.tmp#Geometry Core_xsd.tmp#PerpendicularOffset Core_xsd.tmp#Displacement Core_xsd.tmp#Fill Core_xsd.tmp#Stroke
Type extension of se:SymbolizerType
Type hierarchy
Used by
Model
Children se:Description, se:Displacement, se:Extension, se:Fill, se:Geometry, se:LegendGraphic, se:Name, se:PerpendicularOffset, se:Stroke
Attributes
QName Type Use
uom se:UomType optional
version se:VersionType optional
Source
<xsd:complexType name="AreaSymbolizerType">
  <xsd:complexContent>
    <xsd:extension base="se:SymbolizerType">
      <xsd:sequence>
        <xsd:element ref="se:Geometry" minOccurs="0"/>
        <xsd:element ref="se:PerpendicularOffset" minOccurs="0"/>
        <!--<xsd:element ref="se:Transform" minOccurs="0"/>-->
        <xsd:element ref="se:Displacement" minOccurs="0"/>
        <xsd:element ref="se:Fill" minOccurs="0"/>
        <xsd:element ref="se:Stroke" minOccurs="0"/>
      </xsd:sequence>
      <xsd:attribute name="uom" type="se:UomType"/>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Complex Type se:SolidFillType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#Extension Core_xsd.tmp#FillType Core_xsd.tmp#Color Core_xsd.tmp#Opacity
Type extension of se:FillType
Type hierarchy
Used by
Element se:SolidFill
Model
Children se:Color, se:Extension, se:Opacity
Source
<xsd:complexType name="SolidFillType">
  <xsd:complexContent>
    <xsd:extension base="se:FillType">
      <xsd:sequence>
        <xsd:element ref="se:Color" minOccurs="0"/>
        <xsd:element ref="se:Opacity" minOccurs="0"/>
      </xsd:sequence>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Complex Type se:GraphicFillType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#Extension Core_xsd.tmp#FillType Core_xsd.tmp#GraphicFillType_uom Core_xsd.tmp#Graphic Core_xsd.tmp#TileGap
Type extension of se:FillType
Type hierarchy
Used by
Element se:GraphicFill
Model
Children se:Extension, se:Graphic, se:TileGap
Attributes
QName Type Use
uom se:UomType optional
Source
<xsd:complexType name="GraphicFillType">
  <xsd:complexContent>
    <xsd:extension base="se:FillType">
      <xsd:sequence>
        <xsd:element ref="se:Graphic"/>
        <xsd:element ref="se:TileGap" minOccurs="0"/>
      </xsd:sequence>
      <xsd:attribute name="uom" type="se:UomType"/>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Complex Type se:TileGapType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#X Core_xsd.tmp#Y
Used by
Element se:TileGap
Model
Children se:X, se:Y
Source
<xsd:complexType name="TileGapType">
  <xsd:sequence>
    <xsd:element ref="se:X" minOccurs="0"/>
    <xsd:element ref="se:Y" minOccurs="0"/>
  </xsd:sequence>
</xsd:complexType>
Complex Type se:HatchedFillType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#Extension Core_xsd.tmp#FillType Core_xsd.tmp#HatchedFillType_uom Core_xsd.tmp#Stroke Core_xsd.tmp#Angle Core_xsd.tmp#Distance Core_xsd.tmp#Offset
Type extension of se:FillType
Type hierarchy
Used by
Element se:HatchedFill
Model
Children se:Angle, se:Distance, se:Extension, se:Offset, se:Stroke
Attributes
QName Type Use
uom se:UomType optional
Source
<xsd:complexType name="HatchedFillType">
  <xsd:complexContent>
    <xsd:extension base="se:FillType">
      <xsd:sequence>
        <xsd:element ref="se:Stroke"/>
        <xsd:element ref="se:Angle" minOccurs="0"/>
        <xsd:element ref="se:Distance"/>
        <xsd:element ref="se:Offset"/>
      </xsd:sequence>
      <xsd:attribute name="uom" type="se:UomType"/>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Complex Type se:FillReferenceType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#Extension Core_xsd.tmp#FillType Core_xsd.tmp#FillReferenceType_OnlineResource
Type extension of se:FillType
Type hierarchy
Used by
Model
Children se:Extension, se:OnlineResource
Source
<xsd:complexType name="FillReferenceType">
  <xsd:complexContent>
    <xsd:extension base="se:FillType">
      <xsd:sequence>
        <xsd:element name="OnlineResource" type="se:VariableOnlineResourceType"/>
      </xsd:sequence>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Complex Type se:PointSymbolizerType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#SymbolizerType_version Core_xsd.tmp#Name Core_xsd.tmp#Description Core_xsd.tmp#LegendGraphic Core_xsd.tmp#Extension Core_xsd.tmp#SymbolizerType Core_xsd.tmp#PointSymbolizerType_uom Core_xsd.tmp#Geometry Core_xsd.tmp#Graphic
Type extension of se:SymbolizerType
Type hierarchy
Used by
Model
Children se:Description, se:Extension, se:Geometry, se:Graphic, se:LegendGraphic, se:Name
Attributes
QName Type Use
uom se:UomType optional
version se:VersionType optional
Source
<xsd:complexType name="PointSymbolizerType">
  <xsd:complexContent>
    <xsd:extension base="se:SymbolizerType">
      <xsd:sequence>
        <xsd:element ref="se:Geometry" minOccurs="0"/>
        <!--<xsd:element ref="se:Transform" minOccurs="0"/>-->
        <xsd:element ref="se:Graphic"/>
      </xsd:sequence>
      <xsd:attribute name="uom" type="se:UomType"/>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Complex Type se:ExternalGraphicType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#Extension Core_xsd.tmp#GraphicType Core_xsd.tmp#ExternalGraphicType_uom Core_xsd.tmp#ExternalGraphicType_OnlineResource Core_xsd.tmp#InlineContent Core_xsd.tmp#Format Core_xsd.tmp#ViewBox Core_xsd.tmp#Transform Core_xsd.tmp#Opacity Core_xsd.tmp#Halo
Type extension of se:GraphicType
Type hierarchy
Used by
Model
Children se:Extension, se:Format, se:Halo, se:InlineContent, se:OnlineResource, se:Opacity, se:Transform, se:ViewBox
Attributes
QName Type Use
uom se:UomType optional
Source
<xsd:complexType name="ExternalGraphicType">
  <xsd:complexContent>
    <xsd:extension base="se:GraphicType">
      <xsd:sequence>
        <xsd:choice>
          <xsd:element name="OnlineResource" type="se:VariableOnlineResourceType"/>
          <xsd:element ref="se:InlineContent"/>
        </xsd:choice>
        <xsd:element ref="se:Format"/>
        <xsd:element ref="se:ViewBox" minOccurs="0"/>
        <xsd:element ref="se:Transform" minOccurs="0"/>
        <xsd:element ref="se:Opacity" minOccurs="0"/>
        <xsd:element ref="se:Halo" minOccurs="0"/>
      </xsd:sequence>
      <xsd:attribute name="uom" type="se:UomType"/>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Complex Type se:ViewBoxType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#Width Core_xsd.tmp#Height
Used by
Element se:ViewBox
Model
Children se:Height, se:Width
Source
<xsd:complexType name="ViewBoxType">
  <xsd:sequence>
    <xsd:element ref="se:Width" minOccurs="0"/>
    <xsd:element ref="se:Height" minOccurs="0"/>
  </xsd:sequence>
</xsd:complexType>
Complex Type se:MarkGraphicType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#Extension Core_xsd.tmp#GraphicType Core_xsd.tmp#MarkGraphicType_uom Core_xsd.tmp#WellKnownName Core_xsd.tmp#MarkGraphicType_OnlineResource Core_xsd.tmp#InlineContent Core_xsd.tmp#Format Core_xsd.tmp#MarkIndex Core_xsd.tmp#ViewBox Core_xsd.tmp#PerpendicularOffset Core_xsd.tmp#Transform Core_xsd.tmp#Halo Core_xsd.tmp#Fill Core_xsd.tmp#Stroke
Type extension of se:GraphicType
Type hierarchy
Used by
Element se:MarkGraphic
Model
Children se:Extension, se:Fill, se:Format, se:Halo, se:InlineContent, se:MarkIndex, se:OnlineResource, se:PerpendicularOffset, se:Stroke, se:Transform, se:ViewBox, se:WellKnownName
Attributes
QName Type Use
uom se:UomType optional
Source
<xsd:complexType name="MarkGraphicType">
  <xsd:complexContent>
    <xsd:extension base="se:GraphicType">
      <xsd:sequence>
        <xsd:choice minOccurs="0">
          <xsd:element ref="se:WellKnownName"/>
          <xsd:sequence>
            <xsd:choice>
              <xsd:element name="OnlineResource" type="se:VariableOnlineResourceType"/>
              <xsd:element ref="se:InlineContent"/>
            </xsd:choice>
            <xsd:element ref="se:Format"/>
            <xsd:element ref="se:MarkIndex" minOccurs="0"/>
          </xsd:sequence>
        </xsd:choice>
        <xsd:element ref="se:ViewBox" minOccurs="0"/>
        <xsd:element ref="se:PerpendicularOffset" minOccurs="0"/>
        <xsd:element ref="se:Transform" minOccurs="0"/>
        <xsd:element ref="se:Halo" minOccurs="0"/>
        <xsd:element ref="se:Fill" minOccurs="0"/>
        <xsd:element ref="se:Stroke" minOccurs="0"/>
      </xsd:sequence>
      <xsd:attribute name="uom" type="se:UomType"/>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Complex Type se:PointTextGraphicType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#Extension Core_xsd.tmp#GraphicType Core_xsd.tmp#PointTextGraphicType_uom Core_xsd.tmp#PointPosition Core_xsd.tmp#PointLabel
Type extension of se:GraphicType
Type hierarchy
Used by
Model
Children se:Extension, se:PointLabel, se:PointPosition
Attributes
QName Type Use
uom se:UomType optional
Source
<xsd:complexType name="PointTextGraphicType">
  <xsd:complexContent>
    <xsd:extension base="se:GraphicType">
      <xsd:sequence>
        <xsd:element ref="se:PointPosition" minOccurs="0"/>
        <xsd:element ref="se:PointLabel" minOccurs="0"/>
      </xsd:sequence>
      <xsd:attribute name="uom" type="se:UomType"/>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Complex Type se:PointLabelType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#LabelType_uom Core_xsd.tmp#StyledText Core_xsd.tmp#HorizontalAlignment Core_xsd.tmp#VerticalAlignment Core_xsd.tmp#LabelType Core_xsd.tmp#Rotation Core_xsd.tmp#ExclusionZone
Type extension of se:LabelType
Type hierarchy
Used by
Element se:PointLabel
Model
Children se:ExclusionZone, se:HorizontalAlignment, se:Rotation, se:StyledText, se:VerticalAlignment
Attributes
QName Type Use
uom se:UomType optional
Source
<xsd:complexType name="PointLabelType">
  <xsd:complexContent>
    <xsd:extension base="se:LabelType">
      <xsd:sequence>
        <xsd:element ref="se:Rotation" minOccurs="0"/>
        <xsd:element ref="se:ExclusionZone" minOccurs="0"/>
      </xsd:sequence>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Complex Type se:ExclusionZoneType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#ExclusionZoneType_uom
Properties
abstract true
Used by
Attributes
QName Type Use
uom se:UomType optional
Source
<xsd:complexType name="ExclusionZoneType" abstract="true">
  <xsd:attribute name="uom" type="se:UomType"/>
</xsd:complexType>
Complex Type se:AlternativeGraphicsType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#Extension Core_xsd.tmp#GraphicType Core_xsd.tmp#Graphic
Type extension of se:GraphicType
Type hierarchy
Used by
Model
Children se:Extension, se:Graphic
Source
<xsd:complexType name="AlternativeGraphicsType">
  <xsd:complexContent>
    <xsd:extension base="se:GraphicType">
      <xsd:sequence>
        <xsd:element ref="se:Graphic" minOccurs="2" maxOccurs="unbounded"/>
      </xsd:sequence>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Complex Type se:CompositeGraphicType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#Extension Core_xsd.tmp#GraphicType Core_xsd.tmp#Graphic
Type extension of se:GraphicType
Type hierarchy
Used by
Model
Children se:Extension, se:Graphic
Source
<xsd:complexType name="CompositeGraphicType">
  <xsd:complexContent>
    <xsd:extension base="se:GraphicType">
      <xsd:sequence>
        <xsd:element ref="se:Graphic" minOccurs="2" maxOccurs="unbounded"/>
      </xsd:sequence>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Complex Type se:GraphicReferenceType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#Extension Core_xsd.tmp#GraphicType Core_xsd.tmp#GraphicReferenceType_OnlineResource
Type extension of se:GraphicType
Type hierarchy
Used by
Model
Children se:Extension, se:OnlineResource
Source
<xsd:complexType name="GraphicReferenceType">
  <xsd:complexContent>
    <xsd:extension base="se:GraphicType">
      <xsd:sequence>
        <xsd:element name="OnlineResource" type="se:VariableOnlineResourceType"/>
      </xsd:sequence>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Complex Type se:TextSymbolizerType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#SymbolizerType_version Core_xsd.tmp#Name Core_xsd.tmp#Description Core_xsd.tmp#LegendGraphic Core_xsd.tmp#Extension Core_xsd.tmp#SymbolizerType Core_xsd.tmp#TextSymbolizerType_uom Core_xsd.tmp#Geometry Core_xsd.tmp#PerpendicularOffset Core_xsd.tmp#Label
Type extension of se:SymbolizerType
Type hierarchy
Used by
Model
Children se:Description, se:Extension, se:Geometry, se:Label, se:LegendGraphic, se:Name, se:PerpendicularOffset
Attributes
QName Type Use
uom se:UomType optional
version se:VersionType optional
Source
<xsd:complexType name="TextSymbolizerType">
  <xsd:complexContent>
    <xsd:extension base="se:SymbolizerType">
      <xsd:sequence>
        <xsd:element ref="se:Geometry" minOccurs="0"/>
        <xsd:element ref="se:PerpendicularOffset" minOccurs="0"/>
        <!--<xsd:element ref="se:Transform" minOccurs="0"/>-->
        <xsd:element ref="se:Label"/>
      </xsd:sequence>
      <xsd:attribute name="uom" type="se:UomType"/>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Complex Type se:ExclusionRadiusType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#ExclusionZoneType_uom Core_xsd.tmp#ExclusionZoneType Core_xsd.tmp#Radius
Type extension of se:ExclusionZoneType
Type hierarchy
Used by
Model
Children se:Radius
Attributes
QName Type Use
uom se:UomType optional
Source
<xsd:complexType name="ExclusionRadiusType">
  <xsd:complexContent>
    <xsd:extension base="se:ExclusionZoneType">
      <xsd:sequence>
        <xsd:element ref="se:Radius"/>
      </xsd:sequence>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Complex Type se:ExclusionRectangleType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#ExclusionZoneType_uom Core_xsd.tmp#ExclusionZoneType Core_xsd.tmp#X Core_xsd.tmp#Y
Type extension of se:ExclusionZoneType
Type hierarchy
Used by
Model
Children se:X, se:Y
Attributes
QName Type Use
uom se:UomType optional
Source
<xsd:complexType name="ExclusionRectangleType">
  <xsd:complexContent>
    <xsd:extension base="se:ExclusionZoneType">
      <xsd:sequence>
        <xsd:element ref="se:X"/>
        <xsd:element ref="se:Y"/>
      </xsd:sequence>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Complex Type se:FunctionType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#http___www.opengis.net_se_2.0_core_FunctionType_fallbackValue
Properties
abstract true
Used by
Attributes
QName Type Use
fallbackValue xsd:string optional
Source
<xsd:complexType name="FunctionType" abstract="true">
  <xsd:attribute name="fallbackValue" type="xsd:string" use="optional"/>
</xsd:complexType>
Complex Type se:FormatNumberType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#http___www.opengis.net_se_2.0_core_FunctionType_fallbackValue Core_xsd.tmp#http___www.opengis.net_se_2.0_core_FunctionType Core_xsd.tmp#FormatNumberType_decimalPoint Core_xsd.tmp#FormatNumberType_groupingSeparator Core_xsd.tmp#NumericValue Core_xsd.tmp#Pattern Core_xsd.tmp#NegativePattern
Type extension of se:FunctionType
Type hierarchy
Used by
Element se:FormatNumber
Model
Children se:NegativePattern, se:NumericValue, se:Pattern
Attributes
QName Type Default Use
decimalPoint xsd:string . optional
fallbackValue xsd:string optional
groupingSeparator xsd:string , optional
Source
<xsd:complexType name="FormatNumberType">
  <xsd:complexContent>
    <xsd:extension base="se:FunctionType">
      <xsd:sequence>
        <xsd:element ref="se:NumericValue"/>
        <xsd:element ref="se:Pattern"/>
        <xsd:element ref="se:NegativePattern" minOccurs="0"/>
      </xsd:sequence>
      <xsd:attribute name="decimalPoint" type="xsd:string" use="optional" default="."/>
      <xsd:attribute name="groupingSeparator" type="xsd:string" use="optional" default=","/>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Complex Type se:FormatDateType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#http___www.opengis.net_se_2.0_core_FunctionType_fallbackValue Core_xsd.tmp#http___www.opengis.net_se_2.0_core_FunctionType Core_xsd.tmp#DateValue Core_xsd.tmp#Pattern
Type extension of se:FunctionType
Type hierarchy
Used by
Element se:FormatDate
Model
Children se:DateValue, se:Pattern
Attributes
QName Type Use
fallbackValue xsd:string optional
Source
<xsd:complexType name="FormatDateType">
  <xsd:complexContent>
    <xsd:extension base="se:FunctionType">
      <xsd:sequence>
        <xsd:element ref="se:DateValue"/>
        <xsd:element ref="se:Pattern"/>
      </xsd:sequence>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Complex Type se:SubstringType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#http___www.opengis.net_se_2.0_core_FunctionType_fallbackValue Core_xsd.tmp#http___www.opengis.net_se_2.0_core_FunctionType Core_xsd.tmp#StringValue Core_xsd.tmp#Position Core_xsd.tmp#Length
Type extension of se:FunctionType
Type hierarchy
Used by
Element se:Substring
Model
Children se:Length, se:Position, se:StringValue
Attributes
QName Type Use
fallbackValue xsd:string optional
Source
<xsd:complexType name="SubstringType">
  <xsd:complexContent>
    <xsd:extension base="se:FunctionType">
      <xsd:sequence>
        <xsd:element ref="se:StringValue"/>
        <xsd:element ref="se:Position" minOccurs="0"/>
        <xsd:element ref="se:Length" minOccurs="0"/>
      </xsd:sequence>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Complex Type se:ConcatenateType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#http___www.opengis.net_se_2.0_core_FunctionType_fallbackValue Core_xsd.tmp#http___www.opengis.net_se_2.0_core_FunctionType Core_xsd.tmp#StringValue
Type extension of se:FunctionType
Type hierarchy
Used by
Element se:Concatenate
Model
Children se:StringValue
Attributes
QName Type Use
fallbackValue xsd:string optional
Source
<xsd:complexType name="ConcatenateType">
  <xsd:complexContent>
    <xsd:extension base="se:FunctionType">
      <xsd:sequence>
        <xsd:element ref="se:StringValue" minOccurs="2" maxOccurs="unbounded"/>
      </xsd:sequence>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Complex Type se:ChangeCaseType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#http___www.opengis.net_se_2.0_core_FunctionType_fallbackValue Core_xsd.tmp#http___www.opengis.net_se_2.0_core_FunctionType Core_xsd.tmp#ChangeCaseType_direction Core_xsd.tmp#StringValue
Type extension of se:FunctionType
Type hierarchy
Used by
Element se:ChangeCase
Model
Children se:StringValue
Attributes
QName Type Use
direction se:directionType optional
fallbackValue xsd:string optional
Source
<xsd:complexType name="ChangeCaseType">
  <xsd:complexContent>
    <xsd:extension base="se:FunctionType">
      <xsd:sequence>
        <xsd:element ref="se:StringValue"/>
      </xsd:sequence>
      <xsd:attribute name="direction" type="se:directionType"/>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Simple Type se:directionType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram
Type restriction of xsd:token
Facets
enumeration toUpper
enumeration toLower
Used by
Source
<xsd:simpleType name="directionType">
  <xsd:restriction base="xsd:token">
    <xsd:enumeration value="toUpper"/>
    <xsd:enumeration value="toLower"/>
  </xsd:restriction>
</xsd:simpleType>
Complex Type se:TrimType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#http___www.opengis.net_se_2.0_core_FunctionType_fallbackValue Core_xsd.tmp#http___www.opengis.net_se_2.0_core_FunctionType Core_xsd.tmp#TrimType_stripOffPosition Core_xsd.tmp#TrimType_stripOffChar Core_xsd.tmp#StringValue
Type extension of se:FunctionType
Type hierarchy
Used by
Element se:Trim
Model
Children se:StringValue
Attributes
QName Type Use
fallbackValue xsd:string optional
stripOffChar xsd:string optional
stripOffPosition se:stripOffPositionType optional
Source
<xsd:complexType name="TrimType">
  <xsd:complexContent>
    <xsd:extension base="se:FunctionType">
      <xsd:sequence>
        <xsd:element ref="se:StringValue"/>
      </xsd:sequence>
      <xsd:attribute name="stripOffPosition" type="se:stripOffPositionType"/>
      <xsd:attribute name="stripOffChar" type="xsd:string"/>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Simple Type se:stripOffPositionType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram
Type restriction of xsd:token
Facets
enumeration leading
enumeration trailing
enumeration both
Used by
Source
<xsd:simpleType name="stripOffPositionType">
  <xsd:restriction base="xsd:token">
    <xsd:enumeration value="leading"/>
    <xsd:enumeration value="trailing"/>
    <xsd:enumeration value="both"/>
  </xsd:restriction>
</xsd:simpleType>
Complex Type se:StringPositionType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#http___www.opengis.net_se_2.0_core_FunctionType_fallbackValue Core_xsd.tmp#http___www.opengis.net_se_2.0_core_FunctionType Core_xsd.tmp#StringPositionType_searchDirection Core_xsd.tmp#LookupString Core_xsd.tmp#StringValue
Type extension of se:FunctionType
Type hierarchy
Used by
Model
Children se:LookupString, se:StringValue
Attributes
QName Type Use
fallbackValue xsd:string optional
searchDirection se:searchDirectionType optional
Source
<xsd:complexType name="StringPositionType">
  <xsd:complexContent>
    <xsd:extension base="se:FunctionType">
      <xsd:sequence>
        <xsd:element ref="se:LookupString"/>
        <xsd:element ref="se:StringValue"/>
      </xsd:sequence>
      <xsd:attribute name="searchDirection" type="se:searchDirectionType"/>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Simple Type se:searchDirectionType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram
Type restriction of xsd:token
Facets
enumeration frontToBack
enumeration backToFront
Used by
Source
<xsd:simpleType name="searchDirectionType">
  <xsd:restriction base="xsd:token">
    <xsd:enumeration value="frontToBack"/>
    <xsd:enumeration value="backToFront"/>
  </xsd:restriction>
</xsd:simpleType>
Complex Type se:StringLengthType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#http___www.opengis.net_se_2.0_core_FunctionType_fallbackValue Core_xsd.tmp#http___www.opengis.net_se_2.0_core_FunctionType Core_xsd.tmp#StringValue
Type extension of se:FunctionType
Type hierarchy
Used by
Element se:StringLength
Model
Children se:StringValue
Attributes
QName Type Use
fallbackValue xsd:string optional
Source
<xsd:complexType name="StringLengthType">
  <xsd:complexContent>
    <xsd:extension base="se:FunctionType">
      <xsd:sequence>
        <xsd:element ref="se:StringValue"/>
      </xsd:sequence>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Complex Type se:CategorizeType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#http___www.opengis.net_se_2.0_core_FunctionType_fallbackValue Core_xsd.tmp#http___www.opengis.net_se_2.0_core_FunctionType Core_xsd.tmp#CategorizeType_thresholdBelongsTo Core_xsd.tmp#LookupValue Core_xsd.tmp#Threshold Core_xsd.tmp#Value Core_xsd.tmp#Extension
Type extension of se:FunctionType
Type hierarchy
Used by
Element se:Categorize
Model
Children se:Extension, se:LookupValue, se:Threshold, se:Value
Attributes
QName Type Use
fallbackValue xsd:string optional
thresholdBelongsTo se:ThresholdBelongsToType optional
Source
<xsd:complexType name="CategorizeType">
  <xsd:complexContent>
    <xsd:extension base="se:FunctionType">
      <xsd:sequence>
        <xsd:element ref="se:LookupValue"/>
        <xsd:sequence minOccurs="0" maxOccurs="unbounded">
          <xsd:element ref="se:Threshold"/>
          <xsd:element ref="se:Value"/>
        </xsd:sequence>
        <xsd:element ref="se:Extension" minOccurs="0"/>
      </xsd:sequence>
      <xsd:attribute name="thresholdBelongsTo" type="se:ThresholdBelongsToType" use="optional"/>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Simple Type se:ThresholdBelongsToType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram
Type restriction of xsd:token
Facets
enumeration succeeding
enumeration preceding
Used by
Source
<xsd:simpleType name="ThresholdBelongsToType">
  <xsd:restriction base="xsd:token">
    <xsd:enumeration value="succeeding"/>
    <xsd:enumeration value="preceding"/>
  </xsd:restriction>
</xsd:simpleType>
Complex Type se:InterpolateType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#http___www.opengis.net_se_2.0_core_FunctionType_fallbackValue Core_xsd.tmp#http___www.opengis.net_se_2.0_core_FunctionType Core_xsd.tmp#InterpolateType_mode Core_xsd.tmp#InterpolateType_method Core_xsd.tmp#LookupValue Core_xsd.tmp#InterpolationPoint
Type extension of se:FunctionType
Type hierarchy
Used by
Element se:Interpolate
Model
Children se:InterpolationPoint, se:LookupValue
Attributes
QName Type Use
fallbackValue xsd:string optional
method se:MethodType optional
mode se:ModeType optional
Source
<xsd:complexType name="InterpolateType">
  <xsd:complexContent>
    <xsd:extension base="se:FunctionType">
      <xsd:sequence>
        <xsd:element ref="se:LookupValue"/>
        <xsd:element ref="se:InterpolationPoint" maxOccurs="unbounded"/>
      </xsd:sequence>
      <xsd:attribute name="mode" type="se:ModeType"/>
      <xsd:attribute name="method" type="se:MethodType"/>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Complex Type se:InterpolationPointType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#Data Core_xsd.tmp#Value
Used by
Model
Children se:Data, se:Value
Source
<xsd:complexType name="InterpolationPointType">
  <xsd:sequence>
    <xsd:element ref="se:Data"/>
    <xsd:element ref="se:Value"/>
  </xsd:sequence>
</xsd:complexType>
Simple Type se:ModeType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram
Type restriction of xsd:token
Facets
enumeration linear
enumeration cosine
enumeration cubic
Used by
Source
<xsd:simpleType name="ModeType">
  <xsd:restriction base="xsd:token">
    <xsd:enumeration value="linear"/>
    <xsd:enumeration value="cosine"/>
    <xsd:enumeration value="cubic"/>
  </xsd:restriction>
</xsd:simpleType>
Simple Type se:MethodType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram
Type restriction of xsd:token
Facets
enumeration numeric
enumeration color
Used by
Source
<xsd:simpleType name="MethodType">
  <xsd:restriction base="xsd:token">
    <xsd:enumeration value="numeric"/>
    <xsd:enumeration value="color"/>
  </xsd:restriction>
</xsd:simpleType>
Complex Type se:RecodeType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#http___www.opengis.net_se_2.0_core_FunctionType_fallbackValue Core_xsd.tmp#http___www.opengis.net_se_2.0_core_FunctionType Core_xsd.tmp#LookupValue Core_xsd.tmp#MapItem
Type extension of se:FunctionType
Type hierarchy
Used by
Element se:Recode
Model
Children se:LookupValue, se:MapItem
Attributes
QName Type Use
fallbackValue xsd:string optional
Source
<xsd:complexType name="RecodeType">
  <xsd:complexContent>
    <xsd:extension base="se:FunctionType">
      <xsd:sequence>
        <xsd:element ref="se:LookupValue"/>
        <xsd:element ref="se:MapItem" maxOccurs="unbounded"/>
      </xsd:sequence>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Complex Type se:MapItemType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#Key Core_xsd.tmp#Value
Used by
Element se:MapItem
Model
Children se:Key, se:Value
Source
<xsd:complexType name="MapItemType">
  <xsd:sequence>
    <xsd:element ref="se:Key"/>
    <xsd:element ref="se:Value"/>
  </xsd:sequence>
</xsd:complexType>
Complex Type se:DimensionType
Namespace http://www.opengis.net/se/2.0/core
Diagram
Diagram Core_xsd.tmp#http___www.opengis.net_se_2.0_core_FunctionType_fallbackValue Core_xsd.tmp#http___www.opengis.net_se_2.0_core_FunctionType Core_xsd.tmp#Geometry
Type extension of se:FunctionType
Type hierarchy
Used by
Element se:Dimension
Model
Children se:Geometry
Attributes
QName Type Use
fallbackValue xsd:string optional
Source
<xsd:complexType name="DimensionType">
  <xsd:complexContent>
    <xsd:extension base="se:FunctionType">
      <xsd:sequence>
        <xsd:element ref="se:Geometry"/>
      </xsd:sequence>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Attribute se:InlineContentType / @encoding
Namespace No namespace
Type restriction of xsd:token
Properties
use required
Facets
enumeration xml
enumeration base64
Used by
Complex Type se:InlineContentType
Source
<xsd:attribute name="encoding" use="required">
  <xsd:simpleType>
    <xsd:restriction base="xsd:token">
      <xsd:enumeration value="xml"/>
      <xsd:enumeration value="base64"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:attribute>
Attribute se:ExtensionParameterType / @name
Namespace No namespace
Type xsd:string
Properties
use required
Used by
Source
<xsd:attribute name="name" type="xsd:string" use="required"/>
Attribute se:SymbolizerType / @version
Namespace No namespace
Type se:VersionType
Properties
content simple
Facets
enumeration 2.0.0
Used by
Complex Type se:SymbolizerType
Source
<xsd:attribute name="version" type="se:VersionType"/>
Attribute se:StyleType / @version
Namespace No namespace
Type se:VersionType
Properties
content simple
Facets
enumeration 2.0.0
Used by
Complex Type se:StyleType
Source
<xsd:attribute name="version" type="se:VersionType"/>
Attribute se:FontType / @uom
Namespace No namespace
Type se:UomType
Properties
content simple
Facets
enumeration urn:ogc:def:uom:se::px
enumeration urn:ogc:def:uom:se::mm
enumeration urn:ogc:def:uom:se::in
enumeration urn:ogc:def:uom:se::pt
enumeration urn:ogc:def:uom:se::percent
enumeration urn:ogc:def:uom:se::gm
enumeration urn:ogc:def:uom:se::gft
Used by
Complex Type se:FontType
Source
<xsd:attribute name="uom" type="se:UomType"/>
Attribute se:HaloType / @uom
Namespace No namespace
Type se:UomType
Properties
content simple
Facets
enumeration urn:ogc:def:uom:se::px
enumeration urn:ogc:def:uom:se::mm
enumeration urn:ogc:def:uom:se::in
enumeration urn:ogc:def:uom:se::pt
enumeration urn:ogc:def:uom:se::percent
enumeration urn:ogc:def:uom:se::gm
enumeration urn:ogc:def:uom:se::gft
Used by
Complex Type se:HaloType
Source
<xsd:attribute name="uom" type="se:UomType"/>
Attribute se:LabelType / @uom
Namespace No namespace
Type se:UomType
Properties
content simple
Facets
enumeration urn:ogc:def:uom:se::px
enumeration urn:ogc:def:uom:se::mm
enumeration urn:ogc:def:uom:se::in
enumeration urn:ogc:def:uom:se::pt
enumeration urn:ogc:def:uom:se::percent
enumeration urn:ogc:def:uom:se::gm
enumeration urn:ogc:def:uom:se::gft
Used by
Complex Type se:LabelType
Source
<xsd:attribute name="uom" type="se:UomType"/>
Attribute se:TransformType / @uom
Namespace No namespace
Type se:UomType
Properties
content simple
Facets
enumeration urn:ogc:def:uom:se::px
enumeration urn:ogc:def:uom:se::mm
enumeration urn:ogc:def:uom:se::in
enumeration urn:ogc:def:uom:se::pt
enumeration urn:ogc:def:uom:se::percent
enumeration urn:ogc:def:uom:se::gm
enumeration urn:ogc:def:uom:se::gft
Used by
Complex Type se:TransformType
Source
<xsd:attribute name="uom" type="se:UomType"/>
Attribute se:LineSymbolizerType / @uom
Namespace No namespace
Type se:UomType
Properties
content simple
Facets
enumeration urn:ogc:def:uom:se::px
enumeration urn:ogc:def:uom:se::mm
enumeration urn:ogc:def:uom:se::in
enumeration urn:ogc:def:uom:se::pt
enumeration urn:ogc:def:uom:se::percent
enumeration urn:ogc:def:uom:se::gm
enumeration urn:ogc:def:uom:se::gft
Used by
Complex Type se:LineSymbolizerType
Source
<xsd:attribute name="uom" type="se:UomType"/>
Attribute se:PenStrokeType / @uom
Namespace No namespace
Type se:UomType
Properties
content simple
Facets
enumeration urn:ogc:def:uom:se::px
enumeration urn:ogc:def:uom:se::mm
enumeration urn:ogc:def:uom:se::in
enumeration urn:ogc:def:uom:se::pt
enumeration urn:ogc:def:uom:se::percent
enumeration urn:ogc:def:uom:se::gm
enumeration urn:ogc:def:uom:se::gft
Used by
Complex Type se:PenStrokeType
Source
<xsd:attribute name="uom" type="se:UomType"/>
Attribute se:GraphicStrokeType / @uom
Namespace No namespace
Type se:UomType
Properties
content simple
Facets
enumeration urn:ogc:def:uom:se::px
enumeration urn:ogc:def:uom:se::mm
enumeration urn:ogc:def:uom:se::in
enumeration urn:ogc:def:uom:se::pt
enumeration urn:ogc:def:uom:se::percent
enumeration urn:ogc:def:uom:se::gm
enumeration urn:ogc:def:uom:se::gft
Used by
Complex Type se:GraphicStrokeType
Source
<xsd:attribute name="uom" type="se:UomType"/>
Attribute se:CompoundStrokeType / @uom
Namespace No namespace
Type se:UomType
Properties
content simple
Facets
enumeration urn:ogc:def:uom:se::px
enumeration urn:ogc:def:uom:se::mm
enumeration urn:ogc:def:uom:se::in
enumeration urn:ogc:def:uom:se::pt
enumeration urn:ogc:def:uom:se::percent
enumeration urn:ogc:def:uom:se::gm
enumeration urn:ogc:def:uom:se::gft
Used by
Complex Type se:CompoundStrokeType
Source
<xsd:attribute name="uom" type="se:UomType"/>
Attribute se:AreaSymbolizerType / @uom
Namespace No namespace
Type se:UomType
Properties
content simple
Facets
enumeration urn:ogc:def:uom:se::px
enumeration urn:ogc:def:uom:se::mm
enumeration urn:ogc:def:uom:se::in
enumeration urn:ogc:def:uom:se::pt
enumeration urn:ogc:def:uom:se::percent
enumeration urn:ogc:def:uom:se::gm
enumeration urn:ogc:def:uom:se::gft
Used by
Complex Type se:AreaSymbolizerType
Source
<xsd:attribute name="uom" type="se:UomType"/>
Attribute se:GraphicFillType / @uom
Namespace No namespace
Type se:UomType
Properties
content simple
Facets
enumeration urn:ogc:def:uom:se::px
enumeration urn:ogc:def:uom:se::mm
enumeration urn:ogc:def:uom:se::in
enumeration urn:ogc:def:uom:se::pt
enumeration urn:ogc:def:uom:se::percent
enumeration urn:ogc:def:uom:se::gm
enumeration urn:ogc:def:uom:se::gft
Used by
Complex Type se:GraphicFillType
Source
<xsd:attribute name="uom" type="se:UomType"/>
Attribute se:HatchedFillType / @uom
Namespace No namespace
Type se:UomType
Properties
content simple
Facets
enumeration urn:ogc:def:uom:se::px
enumeration urn:ogc:def:uom:se::mm
enumeration urn:ogc:def:uom:se::in
enumeration urn:ogc:def:uom:se::pt
enumeration urn:ogc:def:uom:se::percent
enumeration urn:ogc:def:uom:se::gm
enumeration urn:ogc:def:uom:se::gft
Used by
Complex Type se:HatchedFillType
Source
<xsd:attribute name="uom" type="se:UomType"/>
Attribute se:PointSymbolizerType / @uom
Namespace No namespace
Type se:UomType
Properties
content simple
Facets
enumeration urn:ogc:def:uom:se::px
enumeration urn:ogc:def:uom:se::mm
enumeration urn:ogc:def:uom:se::in
enumeration urn:ogc:def:uom:se::pt
enumeration urn:ogc:def:uom:se::percent
enumeration urn:ogc:def:uom:se::gm
enumeration urn:ogc:def:uom:se::gft
Used by
Complex Type se:PointSymbolizerType
Source
<xsd:attribute name="uom" type="se:UomType"/>
Attribute se:ExternalGraphicType / @uom
Namespace No namespace
Type se:UomType
Properties
content simple
Facets
enumeration urn:ogc:def:uom:se::px
enumeration urn:ogc:def:uom:se::mm
enumeration urn:ogc:def:uom:se::in
enumeration urn:ogc:def:uom:se::pt
enumeration urn:ogc:def:uom:se::percent
enumeration urn:ogc:def:uom:se::gm
enumeration urn:ogc:def:uom:se::gft
Used by
Complex Type se:ExternalGraphicType
Source
<xsd:attribute name="uom" type="se:UomType"/>
Attribute se:MarkGraphicType / @uom
Namespace No namespace
Type se:UomType
Properties
content simple
Facets
enumeration urn:ogc:def:uom:se::px
enumeration urn:ogc:def:uom:se::mm
enumeration urn:ogc:def:uom:se::in
enumeration urn:ogc:def:uom:se::pt
enumeration urn:ogc:def:uom:se::percent
enumeration urn:ogc:def:uom:se::gm
enumeration urn:ogc:def:uom:se::gft
Used by
Complex Type se:MarkGraphicType
Source
<xsd:attribute name="uom" type="se:UomType"/>
Attribute se:ExclusionZoneType / @uom
Namespace No namespace
Type se:UomType
Properties
content simple
Facets
enumeration urn:ogc:def:uom:se::px
enumeration urn:ogc:def:uom:se::mm
enumeration urn:ogc:def:uom:se::in
enumeration urn:ogc:def:uom:se::pt
enumeration urn:ogc:def:uom:se::percent
enumeration urn:ogc:def:uom:se::gm
enumeration urn:ogc:def:uom:se::gft
Used by
Complex Type se:ExclusionZoneType
Source
<xsd:attribute name="uom" type="se:UomType"/>
Attribute se:PointTextGraphicType / @uom
Namespace No namespace
Type se:UomType
Properties
content simple
Facets
enumeration urn:ogc:def:uom:se::px
enumeration urn:ogc:def:uom:se::mm
enumeration urn:ogc:def:uom:se::in
enumeration urn:ogc:def:uom:se::pt
enumeration urn:ogc:def:uom:se::percent
enumeration urn:ogc:def:uom:se::gm
enumeration urn:ogc:def:uom:se::gft
Used by
Source
<xsd:attribute name="uom" type="se:UomType"/>
Attribute se:TextSymbolizerType / @uom
Namespace No namespace
Type se:UomType
Properties
content simple
Facets
enumeration urn:ogc:def:uom:se::px
enumeration urn:ogc:def:uom:se::mm
enumeration urn:ogc:def:uom:se::in
enumeration urn:ogc:def:uom:se::pt
enumeration urn:ogc:def:uom:se::percent
enumeration urn:ogc:def:uom:se::gm
enumeration urn:ogc:def:uom:se::gft
Used by
Complex Type se:TextSymbolizerType
Source
<xsd:attribute name="uom" type="se:UomType"/>
Attribute se:FunctionType / @fallbackValue
Namespace No namespace
Type xsd:string
Properties
use optional
Used by
Complex Type se:FunctionType
Source
<xsd:attribute name="fallbackValue" type="xsd:string" use="optional"/>
Attribute se:FormatNumberType / @decimalPoint
Namespace No namespace
Type xsd:string
Properties
use optional
default .
Used by
Complex Type se:FormatNumberType
Source
<xsd:attribute name="decimalPoint" type="xsd:string" use="optional" default="."/>
Attribute se:FormatNumberType / @groupingSeparator
Namespace No namespace
Type xsd:string
Properties
use optional
default ,
Used by
Complex Type se:FormatNumberType
Source
<xsd:attribute name="groupingSeparator" type="xsd:string" use="optional" default=","/>
Attribute se:ChangeCaseType / @direction
Namespace No namespace
Type se:directionType
Properties
content simple
Facets
enumeration toUpper
enumeration toLower
Used by
Complex Type se:ChangeCaseType
Source
<xsd:attribute name="direction" type="se:directionType"/>
Attribute se:TrimType / @stripOffPosition
Namespace No namespace
Type se:stripOffPositionType
Properties
content simple
Facets
enumeration leading
enumeration trailing
enumeration both
Used by
Complex Type se:TrimType
Source
<xsd:attribute name="stripOffPosition" type="se:stripOffPositionType"/>
Attribute se:TrimType / @stripOffChar
Namespace No namespace
Type xsd:string
Properties
content simple
Used by
Complex Type se:TrimType
Source
<xsd:attribute name="stripOffChar" type="xsd:string"/>
Attribute se:StringPositionType / @searchDirection
Namespace No namespace
Type se:searchDirectionType
Properties
content simple
Facets
enumeration frontToBack
enumeration backToFront
Used by
Complex Type se:StringPositionType
Source
<xsd:attribute name="searchDirection" type="se:searchDirectionType"/>
Attribute se:CategorizeType / @thresholdBelongsTo
Namespace No namespace
Type se:ThresholdBelongsToType
Properties
use optional
Facets
enumeration succeeding
enumeration preceding
Used by
Complex Type se:CategorizeType
Source
<xsd:attribute name="thresholdBelongsTo" type="se:ThresholdBelongsToType" use="optional"/>
Attribute se:InterpolateType / @mode
Namespace No namespace
Type se:ModeType
Properties
content simple
Facets
enumeration linear
enumeration cosine
enumeration cubic
Used by
Complex Type se:InterpolateType
Source
<xsd:attribute name="mode" type="se:ModeType"/>
Attribute se:InterpolateType / @method
Namespace No namespace
Type se:MethodType
Properties
content simple
Facets
enumeration numeric
enumeration color
Used by
Complex Type se:InterpolateType
Source
<xsd:attribute name="method" type="se:MethodType"/>