Definition Type: Element
Name: ColorMap
Namespace: http://niem.gov/niem/external/ogc-sld/1.0.20/dhs-gmo/1.0.0
Containing Schema: sld.xsd
Abstract
Documentation:
A "ColorMap" defines either the colors of a pallet-type raster source or the mapping of numeric pixel values to colors.
Collapse XSD Schema Diagram:
Drilldown into ColorMapEntry in schema sld_xsdXSD Diagram of ColorMap in schema sld_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:element name="ColorMap">
    <xsd:annotation>
        <xsd:documentation>
        A "ColorMap" defines either the colors of a pallet-type raster
        source or the mapping of numeric pixel values to colors.
      </xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:choice minOccurs="0" maxOccurs="unbounded">
            <xsd:element ref="sld:ColorMapEntry" />
        </xsd:choice>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ColorMapEntry sld:ColorMapEntry (1) (1)