<xsd:element name="MappedColorSubSymbol">
<xsd:annotation>
<xsd:documentation>
The MappedColorSubSymbol identifies the the symbol to which
to apply computed colors. The computed color is used as the
'default color' in the sub-symbol. The "matchTo" attribute tells
whether to match the lookup value to the "quantity" or "label"
attributes of the 'choropleth' ColorMap.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:choice>
<xsd:element ref="sld:LineSymbol" />
<xsd:element ref="sld:PolygonSymbol" />
<xsd:element ref="sld:PointSymbol" />
<xsd:element ref="sld:TextSymbol" />
<xsd:element ref="sld:RasterSymbol" />
</xsd:choice>
<xsd:attribute name="matchTo" use="required">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="quantity" />
<xsd:enumeration value="label" />
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
|