Definition Type: Element
Name: BaseSymbol
Namespace: http://niem.gov/niem/external/ogc-sld/1.0.20/dhs-gmo/1.0.0
Containing Schema: sld.xsd
Abstract
Documentation:
A "BaseSymbol" defines the default properties of a symbol to be those of an external symbol, which will frequently be inside of an OGC symbol(izer) repository. The symbol properties given in-line override the base-symbol properties.
Collapse XSD Schema Diagram:
Drilldown into OnlineResource in schema sld_xsdXSD Diagram of BaseSymbol in schema sld_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:element name="BaseSymbol">
    <xsd:annotation>
        <xsd:documentation>
        A "BaseSymbol" defines the default properties of a symbol to
        be those of an external symbol, which will frequently be inside
        of an OGC symbol(izer) repository.  The symbol properties given
        in-line override the base-symbol properties.
      </xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element ref="sld:OnlineResource" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
OnlineResource sld:OnlineResource (1) (1)