visible
[jalview.git] / schemas / JalviewUserColours.xsd
1 <?xml version="1.0" encoding="UTF-8"?>\r
2 <!-- edited with XMLSpy v2005 rel. 3 U (http://www.altova.com) by lj (jl) -->\r
3 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="www.jalview.org/colours">\r
4         <xs:complexType name="JalviewUserColours">\r
5                 <xs:sequence>\r
6                         <xs:element name="colour" maxOccurs="unbounded">\r
7                                 <xs:complexType>\r
8                                         <xs:attribute name="Name" type="xs:string"/>\r
9                                         <xs:attribute name="RGB" type="xs:string" use="required"/>\r
10                                 </xs:complexType>\r
11                         </xs:element>\r
12                 </xs:sequence>\r
13                 <xs:attribute name="schemeName" type="xs:string" use="optional"/>\r
14         </xs:complexType>\r
15 </xs:schema>\r