Definition Type: Element
Name: Halo
Namespace: http://niem.gov/niem/external/ogc-sld/1.0.20/dhs-gmo/1.0.0
Containing Schema: sld.xsd
Abstract
Documentation:
A "Halo" fills an extended area outside the glyphs of a rendered text label to make the label easier to read over a background.
Collapse XSD Schema Diagram:
Drilldown into Fill in schema sld_xsd Drilldown into Radius in schema sld_xsdXSD Diagram of Halo in schema sld_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:element name="Halo">
    <xsd:annotation>
        <xsd:documentation>
        A "Halo" fills an extended area outside the glyphs of a rendered
        text label to make the label easier to read over a background.
      </xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element ref="sld:Radius" minOccurs="0" />
            <xsd:element ref="sld:Fill" minOccurs="0" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Radius sld:Radius 0 (1)
Fill sld:Fill 0 (1)