Definition Type: Element
Name: TextSymbol
Namespace: http://niem.gov/niem/external/ogc-sld/1.0.20/dhs-gmo/1.0.0
Type: sld:SymbolType
Containing Schema: sld.xsd
Abstract
Documentation:
A "TextSymbol" is used to render text labels according to various graphical parameters.
Collapse XSD Schema Diagram:
Drilldown into Fill in schema sld_xsd Drilldown into Halo in schema sld_xsd Drilldown into LabelPlacement in schema sld_xsd Drilldown into Font in schema sld_xsd Drilldown into Label in schema sld_xsd Drilldown into Geometry in schema sld_xsd Drilldown into BaseSymbol in schema sld_xsd Drilldown into Description in schema sld_xsd Drilldown into Name in schema sld_xsd Drilldown into version in schema sld_xsd Drilldown into SymbolType in schema sld_xsdXSD Diagram of TextSymbol in schema sld_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:element name="TextSymbol" substitutionGroup="sld:Symbol">
    <xsd:annotation>
        <xsd:documentation>
        A "TextSymbol" is used to render text labels according to
        various graphical parameters.
      </xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:complexContent>
            <xsd:extension base="sld:SymbolType">
                <xsd:sequence>
                    <xsd:element ref="sld:Geometry" minOccurs="0" />
                    <xsd:element ref="sld:Label" minOccurs="0" />
                    <xsd:element ref="sld:Font" minOccurs="0" />
                    <xsd:element ref="sld:LabelPlacement" minOccurs="0" />
                    <xsd:element ref="sld:Halo" minOccurs="0" />
                    <xsd:element ref="sld:Fill" minOccurs="0" />
                </xsd:sequence>
            </xsd:extension>
        </xsd:complexContent>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Name sld:Name 0 (1)
Description sld:Description 0 (1)
BaseSymbol sld:BaseSymbol 0 (1)
Geometry sld:Geometry 0 (1)
Label sld:Label 0 (1)
Font sld:Font 0 (1)
LabelPlacement sld:LabelPlacement 0 (1)
Halo sld:Halo 0 (1)
Fill sld:Fill 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
version sld:version (Optional)
Collapse Derivation Tree:
Collapse References:
sld:Symbol