A basic interface for objects which can hold color map entries.
<xs:element name="ColorMapEntry">
<xs:complexType>
<xs:attribute name="color" type="xs:string" use="required"/>
<xs:attribute name="opacity" type="xs:double"/>
<xs:attribute name="quantity" type="xs:double"/>
<xs:attribute name="label" type="xs:string"/>
</xs:complexType>
</xs:element>
|