Definition Type: ComplexType
Name: SymbolType
Namespace: http://niem.gov/niem/external/ogc-sld/1.0.20/dhs-gmo/1.0.0
Containing Schema: sld.xsd
Abstract True
Documentation:
A "SymbolType" is an abstract type for encoding the graphical properties used to portray geographic information. Concrete symbol types are derived from this base type.
Collapse XSD Schema Diagram:
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_xsdXSD Diagram of SymbolType in schema sld_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:complexType name="SymbolType" abstract="true">
    <xsd:annotation>
        <xsd:documentation>
        A "SymbolType" is an abstract type for encoding the graphical
        properties used to portray geographic information.  Concrete symbol
        types are derived from this base type.
      </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="sld:Name" minOccurs="0" />
        <xsd:element ref="sld:Description" minOccurs="0" />
        <xsd:element ref="sld:BaseSymbol" minOccurs="0" />
    </xsd:sequence>
    <xsd:attribute name="version" type="sld:VersionType" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Name sld:Name 0 (1)
Description sld:Description 0 (1)
BaseSymbol sld:BaseSymbol 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
version sld:version (Optional)
Collapse Derivation Tree:
Collapse References:
sld:LineSymbol, sld:MappedColorSymbol, sld:PointSymbol, sld:PolygonSymbol, sld:RasterSymbol, sld:Symbol, sld:TextSymbol