Definition Type: Element
Name: LabelPlacement
Namespace: http://niem.gov/niem/external/ogc-sld/1.0.20/dhs-gmo/1.0.0
Containing Schema: sld.xsd
Abstract
Documentation:
The "LabelPlacement" specifies where and how a text label should be rendered relative to a geometry. The present mechanism is poorly aligned with CSS/SVG.
Collapse XSD Schema Diagram:
Drilldown into LinePlacement in schema sld_xsd Drilldown into PointPlacement in schema sld_xsdXSD Diagram of LabelPlacement in schema sld_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:element name="LabelPlacement">
    <xsd:annotation>
        <xsd:documentation>
        The "LabelPlacement" specifies where and how a text label should
        be rendered relative to a geometry.  The present mechanism is
        poorly aligned with CSS/SVG.
      </xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:choice>
            <xsd:element ref="sld:PointPlacement" />
            <xsd:element ref="sld:LinePlacement" />
        </xsd:choice>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PointPlacement sld:PointPlacement (1) (1)
LinePlacement sld:LinePlacement (1) (1)