<xsd:element name="ColorMap" type="se:ColorMapType"> <xsd:annotation> <xsd:documentation> A "ColorMap" defines either the colors of a pallette-type raster source or the mapping of numeric pixel values to colors. </xsd:documentation> </xsd:annotation> </xsd:element>
<xsd:complexType name="ColorMapType"> <xsd:choice> <xsd:element ref="se:Categorize"/> <xsd:element ref="se:Interpolate"/> </xsd:choice> </xsd:complexType>
@generated
@source $URL$
|
|