Definition Type: Element
Name: ColorMapEntry
Namespace: http://niem.gov/niem/external/ogc-sld/1.0.20/dhs-gmo/1.0.0
Containing Schema: sld.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into label in schema sld_xsd Drilldown into quantity in schema sld_xsd Drilldown into opacity in schema sld_xsd Drilldown into color in schema sld_xsdXSD Diagram of ColorMapEntry in schema sld_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:element name="ColorMapEntry">
    <xsd:complexType>
        <xsd:attribute name="color" type="xsd:string" use="required" />
        <xsd:attribute name="opacity" type="xsd:double" />
        <xsd:attribute name="quantity" type="xsd:double" />
        <xsd:attribute name="label" type="xsd:string" />
    </xsd:complexType>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
color sld:color Required
opacity sld:opacity (Optional)
quantity sld:quantity (Optional)
label sld:label (Optional)