<xsd:element name="MappedColorSymbol" substitutionGroup="sld:Symbol">
<xsd:annotation>
<xsd:documentation>
A "MappedColorSymbol" is used to specify the mapping of colors to
ranges of values of a control variable/expression.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="sld:SymbolType">
<xsd:sequence>
<xsd:element ref="sld:LookupValue" />
<xsd:element ref="sld:ColorMap" />
<xsd:element ref="sld:MappedColorSubSymbol" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
|