Definition Type: Element
Name: PointSymbol
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 "PointSymbol" specifies the rendering of a "graphic symbol" at a point.
Collapse XSD Schema Diagram:
Drilldown into Graphic 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 PointSymbol in schema sld_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:element name="PointSymbol" substitutionGroup="sld:Symbol">
    <xsd:annotation>
        <xsd:documentation>
        A "PointSymbol" specifies the rendering of a "graphic symbol"
        at a point.
      </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:Graphic" 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)
Graphic sld:Graphic 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
version sld:version (Optional)
Collapse Derivation Tree:
Collapse References:
sld:Symbol