sld:ExternalGraphic
An "ExternalGraphic" gives a reference to an raster or vector graphical object, either online or inline, in an externally-defined graphic format.
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]
- Choice [1..1]
- sld:OnlineResource An "OnlineResource" is typically used to refer to an HTTP URL.
- sld:InlineContent "InlineContent" is XML- or base64-encoded encoded content in some externally-defined format that is included in an SLD in-line.
- sld:Format [1..1]
- Choice [1..1]
Attributes
None
Used in
- Anonymous type of element sld:Graphic
Sample instance
<sld:ExternalGraphic> <sld:OnlineResource/> <sld:Format>string</sld:Format> </sld:ExternalGraphic>