context:SLD
Element information
Namespace: http://niem.gov/niem/external/ogc-context/1.1.0/dhs-gmo/1.0.0
Schema document: external/ogc-context/1.1.0/dhs-gmo/1.0.0/context.xsd
Type: context:SLDType
Properties: Local, Qualified
Content
- Sequence [1..1]
- context:Name [0..1]
- context:Title [0..1]
- context:LegendURL [0..1]
- Choice [1..1]
- context:OnlineResource
- sld:StyledLayerDescriptor A StyledLayerDescriptor is a sequence of styled layers, represented at the first level by NamedLayer and UserLayer elements.
- sld:FeatureStyle 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
- Type context:StyleType (Element context:Style)
Sample instance
<context:SLD> <context:Name>string</context:Name> <context:Title>string</context:Title> <context:LegendURL width="1" height="1"> <context:OnlineResource/> </context:LegendURL> <context:OnlineResource/> </context:SLD>