Definition Type: Element
Name: AnchorPoint
Namespace: http://niem.gov/niem/external/ogc-sld/1.0.20/dhs-gmo/1.0.0
Containing Schema: sld.xsd
Abstract
Documentation:
An "AnchorPoint" identifies the location inside of a text label to use an an 'anchor' for positioning it relative to a point geometry.
Collapse XSD Schema Diagram:
Drilldown into AnchorPointY in schema sld_xsd Drilldown into AnchorPointX in schema sld_xsdXSD Diagram of AnchorPoint in schema sld_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:element name="AnchorPoint">
    <xsd:annotation>
        <xsd:documentation>
        An "AnchorPoint" identifies the location inside of a text label to
        use an an 'anchor' for positioning it relative to a point geometry.
      </xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element ref="sld:AnchorPointX" />
            <xsd:element ref="sld:AnchorPointY" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AnchorPointX sld:AnchorPointX (1) (1)
AnchorPointY sld:AnchorPointY (1) (1)