sld:UserStyle
A UserStyle allows user-defined styling and is semantically equivalent to a WMS named style.
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
- Sequence [1..1]
- sld:Name [0..1]
- sld:Description [0..1] A "Description" gives human-readable descriptive information for the object it is included within.
- sld:IsDefault [0..1]
- sld:FeatureStyle [1..*] A FeatureStyle contains styling information specific to one feature type. This is the SLD level that separates the 'layer' handling from the 'feature' handling.
Attributes
None
Used in
- Anonymous type of element sld:NamedLayer
- Anonymous type of element sld:UserLayer
Sample instance
<sld:UserStyle> <sld:Name>string</sld:Name> <sld:Description> <sld:Title>string</sld:Title> <sld:Abstract>string</sld:Abstract> </sld:Description> <sld:IsDefault>true</sld:IsDefault> <sld:FeatureStyle> <sld:Name>string</sld:Name> <sld:Description> <sld:Title>string</sld:Title> <sld:Abstract>string</sld:Abstract> </sld:Description> <sld:FeatureTypeName>string</sld:FeatureTypeName> <sld:SemanticTypeIdentifier>string</sld:SemanticTypeIdentifier> <sld:Rule> <sld:Name>string</sld:Name> <sld:Description>... </sld:Description> <sld:LegendGraphic>... </sld:LegendGraphic> <ogc:Filter>... </ogc:Filter> <sld:MinScaleDenominator>1.0</sld:MinScaleDenominator> <sld:MaxScaleDenominator>1.0</sld:MaxScaleDenominator> <sld:LineSymbol>... </sld:LineSymbol> </sld:Rule> </sld:FeatureStyle> </sld:UserStyle>