prototype for store/restore of feature colour gradient settings
[jalview.git] / schemas / jalview.xsd
index 72c1270..bcc0438 100755 (executable)
                                                                        <xs:attribute name="colour" type="xs:int" use="required"/>
                                                                        <xs:attribute name="display" type="xs:boolean" use="required"/>
                                                                        <xs:attribute name="order" type="xs:float" use="optional"/>
-                                                               </xs:complexType>
+                                                                       <xs:attribute name="mincolour" type="xs:int" use="optional">
+                                                                       <xs:annotation><xs:documentation>Optional minimum colour for graduated feature colour</xs:documentation>
+                                                                       </xs:annotation></xs:attribute>
+                                                                       <xs:attribute name="threshold" type="xs:float" use="optional">
+                                                                       <xs:annotation><xs:documentation>threshold value for graduated feature colour</xs:documentation>
+                                                                       </xs:annotation></xs:attribute>
+                                                                       <xs:attribute name="threshstate" type="xs:int" use="optional">
+                                                                       <xs:annotation><xs:documentation>threshold type for graduated feature colour</xs:documentation>
+                                                                       </xs:annotation></xs:attribute>
+                                                       </xs:complexType>
                                                        </xs:element>
                                                        <xs:element name="group" minOccurs="0" maxOccurs="unbounded">
                                                                <xs:complexType>