sld:SvgParameter
A "SvgParameter" refers to an SVG/CSS graphical-formatting parameter. The parameter is identified using the "name" attribute and the content of the element gives the SVG/CSS-coded value.
Element information
Namespace: http://niem.gov/niem/external/ogc-sld/1.0.20/dhs-gmo/1.0.0
Schema document: external/ogc-sld/1.0.20/dhs-gmo/1.0.0/sld.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Any text (mixed) content, intermingled with:
- Choice [1..1]
- ogc:Add [0..*]
- ogc:Sub [0..*]
- ogc:Mul [0..*]
- ogc:Div [0..*]
- ogc:PropertyName [0..*]
- ogc:Function [0..*]
- ogc:Literal [0..*]
from subst. group ogc:expression
from type sld:ParameterValueType
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
name | [1..1] | xsd:string |
Used in
- Anonymous type of element sld:Fill
- Anonymous type of element sld:Font
- Anonymous type of element sld:Stroke
Sample instance
<sld:SvgParameter name="string">Any text, intermingled with: <ogc:Add> <ogc:Add> <ogc:Add>... </ogc:Add> </ogc:Add> </ogc:Add> </sld:SvgParameter>