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
6 <xs:element name="colour" maxOccurs="unbounded">
\r
8 <xs:attribute name="Name" type="xs:string"/>
\r
9 <xs:attribute name="RGB" type="xs:string" use="required"/>
\r
13 <xs:attribute name="schemeName" type="xs:string" use="optional"/>
\r