Map Schema
COLOR Element
See Also  Send comments on this topic.
Map Schema : COLOR Element

Glossary Item Box

Description

Used to define a color in a color ramp.

Diagram

COLOR Element

Overview

COLOR
Used to define a color in a color ramp.
color required xs:string

Attributes

NameTypeUseDefaultFixedDescription
colorxs:stringrequired   

Source

<xs:element name="COLOR" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Used to define a color in a color ramp.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="color" type="xs:string" use="required" />
  </xs:complexType>
</xs:element>

See Also

© 2013 All Rights Reserved.