Definition Type: Element
Name: Geometry
Namespace: http://niem.gov/niem/external/ogc-sld/1.0.20/dhs-gmo/1.0.0
Containing Schema: sld.xsd
Abstract
Documentation:
A Geometry gives reference to a (the) geometry property of a feature to be used for rendering.
Collapse XSD Schema Diagram:
Drilldown into PropertyName in schema filter_xsdXSD Diagram of Geometry in schema sld_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:element name="Geometry">
    <xsd:annotation>
        <xsd:documentation>
        A Geometry gives reference to a (the) geometry property of a
        feature to be used for rendering.
      </xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element ref="ogc:PropertyName" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PropertyName ogc:PropertyName (1) (1)