Definition Type: Element
Name: MappedColorSubSymbol
Namespace: http://niem.gov/niem/external/ogc-sld/1.0.20/dhs-gmo/1.0.0
Containing Schema: sld.xsd
Abstract
Documentation:
The MappedColorSubSymbol identifies the the symbol to which to apply computed colors. The computed color is used as the 'default color' in the sub-symbol. The "matchTo" attribute tells whether to match the lookup value to the "quantity" or "label" attributes of the 'choropleth' ColorMap.
Collapse XSD Schema Diagram:
Drilldown into RasterSymbol in schema sld_xsd Drilldown into TextSymbol in schema sld_xsd Drilldown into PointSymbol in schema sld_xsd Drilldown into PolygonSymbol in schema sld_xsd Drilldown into LineSymbol in schema sld_xsd Drilldown into matchTo in schema sld_xsdXSD Diagram of MappedColorSubSymbol in schema sld_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:element name="MappedColorSubSymbol">
    <xsd:annotation>
        <xsd:documentation>
        The MappedColorSubSymbol identifies the the symbol to which
        to apply computed colors.  The computed color is used as the
        'default color' in the sub-symbol.  The "matchTo" attribute tells
        whether to match the lookup value to the "quantity" or "label"
        attributes of the 'choropleth' ColorMap.
      </xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:choice>
            <xsd:element ref="sld:LineSymbol" />
            <xsd:element ref="sld:PolygonSymbol" />
            <xsd:element ref="sld:PointSymbol" />
            <xsd:element ref="sld:TextSymbol" />
            <xsd:element ref="sld:RasterSymbol" />
        </xsd:choice>
        <xsd:attribute name="matchTo" use="required">
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="quantity" />
                    <xsd:enumeration value="label" />
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:attribute>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
LineSymbol sld:LineSymbol (1) (1)
PolygonSymbol sld:PolygonSymbol (1) (1)
PointSymbol sld:PointSymbol (1) (1)
TextSymbol sld:TextSymbol (1) (1)
RasterSymbol sld:RasterSymbol (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
matchTo sld:matchTo Required