Style Schema
COLORRAMP Element
See Also  Send comments on this topic.
Style Schema : COLORRAMP Element

Glossary Item Box

Description

Used to define the color ramp in a gradient fill complex polygon symbol.Used to define the color ramp in a gradient fill complex polygon symbol.

Diagram

COLOR Element Sequence COLORRAMP Element

Overview

COLORRAMP
Used to define the color ramp in a gradient fill complex polygon symbol.Used to define the color ramp in a gradient fill complex polygon symbol.
Sequence
COLOR 1..∞
Used to define a color in a color ramp.

Examples

Source

<xs:element name="COLORRAMP" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Used to define the color ramp in a gradient fill complex polygon symbol.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="COLOR" />
    </xs:sequence>
  </xs:complexType>
</xs:element>

See Also

© 2013 All Rights Reserved.