Definition Type: Element
Name: MappedColorSymbol
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 "MappedColorSymbol" is used to specify the mapping of colors to ranges of values of a control variable/expression.
Collapse XSD Schema Diagram:
Drilldown into MappedColorSubSymbol in schema sld_xsd Drilldown into ColorMap in schema sld_xsd Drilldown into LookupValue 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 MappedColorSymbol in schema sld_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:element name="MappedColorSymbol" substitutionGroup="sld:Symbol">
    <xsd:annotation>
        <xsd:documentation>
        A "MappedColorSymbol" is used to specify the mapping of colors to
        ranges of values of a control variable/expression.
      </xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:complexContent>
            <xsd:extension base="sld:SymbolType">
                <xsd:sequence>
                    <xsd:element ref="sld:LookupValue" />
                    <xsd:element ref="sld:ColorMap" />
                    <xsd:element ref="sld:MappedColorSubSymbol" />
                </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)
LookupValue sld:LookupValue (1) (1)
ColorMap sld:ColorMap (1) (1)
MappedColorSubSymbol sld:MappedColorSubSymbol (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
version sld:version (Optional)
Collapse Derivation Tree:
Collapse References:
sld:Symbol