JAL-4134 JAL-3855 store/restore groups, tree and threshold used to cluster a PAE...
[jalview.git] / schemas / jalview.xsd
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$) 
3         * Copyright (C) $$Year-Rel$$ The Jalview Authors * * This file is part of 
4         Jalview. * * Jalview is free software: you can redistribute it and/or * modify 
5         it under the terms of the GNU General Public License * as published by the 
6         Free Software Foundation, either version 3 of the License, or (at your option) 
7         any later version. * * Jalview is distributed in the hope that it will be 
8         useful, but * WITHOUT ANY WARRANTY; without even the implied warranty * of 
9         MERCHANTABILITY or FITNESS FOR A PARTICULAR * PURPOSE. See the GNU General 
10         Public License for more details. * * You should have received a copy of the 
11         GNU General Public License along with Jalview. If not, see <http://www.gnu.org/licenses/>. 
12         * The Jalview Authors are detailed in the 'AUTHORS' file. -->
13 <!-- 
14         Java JAXB binding classes are generated by running command line tool xjc:
15             xjc schemas/jalview.xsd -d src -p jalview.xml.binding.jalview
16         Note this also generates code for included schemas
17 -->
18 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
19         xmlns:vamsas="www.vamsas.ac.uk/jalview/version2" xmlns:jalview="www.jalview.org/colours"
20         xmlns:jv="www.jalview.org" xmlns:jvws="www.jalview.org/xml/wsparamset"
21         targetNamespace="www.jalview.org" elementFormDefault="qualified"
22         attributeFormDefault="unqualified">
23         <xs:import namespace="www.vamsas.ac.uk/jalview/version2"
24                 schemaLocation="vamsas.xsd" />
25         <xs:import namespace="www.jalview.org/colours"
26                 schemaLocation="JalviewUserColours.xsd" />
27         <xs:import namespace="www.jalview.org/xml/wsparamset"
28                 schemaLocation="JalviewWsParamSet.xsd" />
29         <xs:element name="JalviewModel" type="jv:JalviewModel" />
30         <xs:complexType name="JalviewModel">
31                 <xs:sequence>
32                         <xs:element name="creationDate" type="xs:dateTime" />
33                         <xs:element name="version" type="xs:string" />
34                         <xs:element name="vamsasModel" type="vamsas:VAMSAS" />
35                         <xs:sequence>
36                                 <xs:element name="JSeq" maxOccurs="unbounded" minOccurs="0">
37                                         <xs:complexType>
38                                                 <xs:sequence>
39                                                         <xs:element name="features"
40                                                                 type="jv:feature" minOccurs="0" maxOccurs="unbounded" />
41                                                         <xs:element name="pdbids" minOccurs="0"
42                                                                 maxOccurs="unbounded">
43                                                                 <xs:complexType>
44                                                                         <xs:complexContent>
45                                                                                 <xs:extension
46                                                                                         base="jv:pdbentry">
47                                                                                         <xs:sequence>
48                                                                                                 <xs:element
49                                                                                                         name="structureState" minOccurs="0"
50                                                                                                         maxOccurs="unbounded">
51                                                                                                         <xs:complexType>
52                                                                                                                 <xs:simpleContent>
53                                                                                                                         <xs:extension
54                                                                                                                                 base="xs:string">
55                                                                                                                                 <xs:attributeGroup
56                                                                                                                                         ref="jv:swingwindow" />
57                                                                                                                                 <xs:attribute
58                                                                                                                                         name="visible" type="xs:boolean" />
59                                                                                                                                 <xs:attribute
60                                                                                                                                         name="viewId" type="xs:string" use="optional">
61                                                                                                                                         <xs:annotation>
62                                                                                                                                                 <xs:documentation>
63                                                                                                                                                         additional
64                                                                                                                                                         identifier
65                                                                                                                                                         which
66                                                                                                                                                         properly
67                                                                                                                                                         disambiguates
68                                                                                                                                                         the
69                                                                                                                                                         structure
70                                                                                                                                                         view
71                                                                                                                                                         from
72                                                                                                                                                         any
73                                                                                                                                                         other
74                                                                                                                                                         view
75                                                                                                                                                         with
76                                                                                                                                                         the
77                                                                                                                                                         same
78                                                                                                                                                         attributes.
79                                                                                                                                                         This
80                                                                                                                                                         is
81                                                                                                                                                         not
82                                                                                                                                                         an
83                                                                                                                                                         ID,
84                                                                                                                                                         because
85                                                                                                                                                         it
86                                                                                                                                                         is
87                                                                                                                                                         possible
88                                                                                                                                                         to
89                                                                                                                                                         have
90                                                                                                                                                         many
91                                                                                                                                                         references
92                                                                                                                                                         to
93                                                                                                                                                         the
94                                                                                                                                                         same
95                                                                                                                                                         physical
96                                                                                                                                                         structure
97                                                                                                                                                         view
98                                                                                                                                                         from
99                                                                                                                                                         different
100                                                                                                                                                         sequences
101                                                                                                                                                         in
102                                                                                                                                                         an
103                                                                                                                                                         alignment.
104                                                                                                                                                         A
105                                                                                                                                                         structureState
106                                                                                                                                                         element
107                                                                                                                                                         citing
108                                                                                                                                                         the
109                                                                                                                                                         same
110                                                                                                                                                         viewId
111                                                                                                                                                         will
112                                                                                                                                                         appear
113                                                                                                                                                         for
114                                                                                                                                                         each
115                                                                                                                                                         instance.
116                                                                                                                                                 </xs:documentation>
117                                                                                                                                         </xs:annotation>
118                                                                                                                                 </xs:attribute>
119                                                                                                                                 <xs:attribute
120                                                                                                                                         name="alignwithAlignPanel" type="xs:boolean"
121                                                                                                                                         use="optional" default="true">
122                                                                                                                                         <xs:annotation>
123                                                                                                                                                 <xs:documentation>
124                                                                                                                                                         Flag
125                                                                                                                                                         set
126                                                                                                                                                         if
127                                                                                                                                                         the
128                                                                                                                                                         alignment
129                                                                                                                                                         panel
130                                                                                                                                                         containing
131                                                                                                                                                         this
132                                                                                                                                                         JSeq
133                                                                                                                                                         should
134                                                                                                                                                         be
135                                                                                                                                                         included
136                                                                                                                                                         in
137                                                                                                                                                         those
138                                                                                                                                                         used
139                                                                                                                                                         to
140                                                                                                                                                         perform
141                                                                                                                                                         a
142                                                                                                                                                         structure
143                                                                                                                                                         superposition
144                                                                                                                                                         (since
145                                                                                                                                                         Jalview
146                                                                                                                                                         2.7).
147                                                                                                                                                 </xs:documentation>
148                                                                                                                                         </xs:annotation>
149                                                                                                                                 </xs:attribute>
150                                                                                                                                 <xs:attribute
151                                                                                                                                         name="colourwithAlignPanel" type="xs:boolean"
152                                                                                                                                         use="optional" default="false">
153                                                                                                                                         <xs:annotation>
154                                                                                                                                                 <xs:documentation>
155                                                                                                                                                         Flag
156                                                                                                                                                         set
157                                                                                                                                                         if
158                                                                                                                                                         the
159                                                                                                                                                         alignment
160                                                                                                                                                         panel
161                                                                                                                                                         containing
162                                                                                                                                                         this
163                                                                                                                                                         JSeq
164                                                                                                                                                         should
165                                                                                                                                                         be
166                                                                                                                                                         included
167                                                                                                                                                         in
168                                                                                                                                                         those
169                                                                                                                                                         used
170                                                                                                                                                         to
171                                                                                                                                                         colour
172                                                                                                                                                         its
173                                                                                                                                                         associated
174                                                                                                                                                         sequences
175                                                                                                                                                         in
176                                                                                                                                                         this
177                                                                                                                                                         structureState(since
178                                                                                                                                                         Jalview
179                                                                                                                                                         2.7).
180                                                                                                                                                 </xs:documentation>
181                                                                                                                                         </xs:annotation>
182                                                                                                                                 </xs:attribute>
183                                                                                                                                 <xs:attribute
184                                                                                                                                         name="colourByJmol" type="xs:boolean" use="optional"
185                                                                                                                                         default="true">
186                                                                                                                                         <xs:annotation>
187                                                                                                                                                 <xs:documentation>
188                                                                                                                                                         Flag
189                                                                                                                                                         set
190                                                                                                                                                         if
191                                                                                                                                                         the
192                                                                                                                                                         structure
193                                                                                                                                                         display
194                                                                                                                                                         is
195                                                                                                                                                         coloured
196                                                                                                                                                         by
197                                                                                                                                                         the
198                                                                                                                                                         Jmol
199                                                                                                                                                         state,
200                                                                                                                                                         rather
201                                                                                                                                                         than
202                                                                                                                                                         by
203                                                                                                                                                         one
204                                                                                                                                                         or
205                                                                                                                                                         more
206                                                                                                                                                         linked
207                                                                                                                                                         alignment
208                                                                                                                                                         views.
209                                                                                                                                                 </xs:documentation>
210                                                                                                                                         </xs:annotation>
211                                                                                                                                 </xs:attribute>
212                                                                                                                                 <xs:attribute
213                                                                                                                                         name="type" type="xs:string" use="optional">
214                                                                                                                                         <xs:annotation>
215                                                                                                                                                 <xs:documentation>
216                                                                                                                                                         An
217                                                                                                                                                         identifier
218                                                                                                                                                         for
219                                                                                                                                                         the
220                                                                                                                                                         viewer
221                                                                                                                                                         type,
222                                                                                                                                                         currently
223                                                                                                                                                         either
224                                                                                                                                                         JMOL
225                                                                                                                                                         or
226                                                                                                                                                         CHIMERA
227                                                                                                                                                 </xs:documentation>
228                                                                                                                                         </xs:annotation>
229                                                                                                                                 </xs:attribute>
230
231                                                                                                                         </xs:extension>
232                                                                                                                 </xs:simpleContent>
233                                                                                                         </xs:complexType>
234                                                                                                 </xs:element>
235                                                                                         </xs:sequence>
236                                                                                 </xs:extension>
237                                                                         </xs:complexContent>
238                                                                 </xs:complexType>
239                                                         </xs:element>
240                                                         <xs:element name="hiddenSequences"
241                                                                 type="xs:int" minOccurs="0" maxOccurs="unbounded" />
242                                                         <xs:element name="rnaViewer" minOccurs="0"
243                                                                 maxOccurs="unbounded">
244                                                                 <xs:annotation>
245                                                                         <xs:documentation>
246                                                                                 Reference to a viewer showing
247                                                                                 RNA structure for this sequence.
248                                                                                 Schema supports one viewer
249                                                                                 showing multiple annotations for
250                                                                                 multiple sequences, though
251                                                                                 currently only one annotation
252                                                                                 for one sequence (gapped or
253                                                                                 trimmed) is used
254                                                                         </xs:documentation>
255                                                                 </xs:annotation>
256                                                                 <xs:complexType>
257                                                                         <xs:sequence>
258                                                                                 <xs:element
259                                                                                         name="secondaryStructure" minOccurs="1"
260                                                                                         maxOccurs="unbounded">
261                                                                                         <xs:complexType>
262                                                                                                 <xs:attribute
263                                                                                                         name="title" type="xs:string" />
264                                                                                                 <xs:attribute
265                                                                                                         name="annotationId" type="xs:string" use="required">
266                                                                                                         <xs:annotation>
267                                                                                                                 <xs:documentation>
268                                                                                                                         id attribute
269                                                                                                                         of
270                                                                                                                         Annotation
271                                                                                                                         in
272                                                                                                                         vamsasModel
273                                                                                                                         for the
274                                                                                                                         secondary
275                                                                                                                         structure
276                                                                                                                         annotation
277                                                                                                                         shown in the
278                                                                                                                         viewer
279                                                                                                                 </xs:documentation>
280                                                                                                         </xs:annotation>
281                                                                                                 </xs:attribute>
282                                                                                                 <xs:attribute
283                                                                                                         name="gapped" type="xs:boolean">
284                                                                                                         <xs:annotation>
285                                                                                                                 <xs:documentation>
286                                                                                                                         if true the
287                                                                                                                         RNA
288                                                                                                                         structure is
289                                                                                                                         shown with
290                                                                                                                         gaps, if
291                                                                                                                         false
292                                                                                                                         without
293                                                                                                                 </xs:documentation>
294                                                                                                         </xs:annotation>
295                                                                                                 </xs:attribute>
296                                                                                                 <xs:attribute
297                                                                                                         name="viewerState" type="xs:string">
298                                                                                                         <xs:annotation>
299                                                                                                                 <xs:documentation>
300                                                                                                                         name of the
301                                                                                                                         project jar
302                                                                                                                         entry that
303                                                                                                                         holds the
304                                                                                                                         VARNA viewer
305                                                                                                                         state for
306                                                                                                                         the
307                                                                                                                         structure
308                                                                                                                 </xs:documentation>
309                                                                                                         </xs:annotation>
310                                                                                                 </xs:attribute>
311                                                                                         </xs:complexType>
312                                                                                 </xs:element>
313                                                                         </xs:sequence>
314                                                                         <xs:attributeGroup
315                                                                                 ref="jv:swingwindow" />
316                                                                         <xs:attribute name="title"
317                                                                                 type="xs:string" />
318                                                                         <xs:attribute name="viewId"
319                                                                                 type="xs:string">
320                                                                                 <xs:annotation>
321                                                                                         <xs:documentation>
322                                                                                                 An id unique to the RNA
323                                                                                                 viewer panel
324                                                                                         </xs:documentation>
325                                                                                 </xs:annotation>
326                                                                         </xs:attribute>
327                                                                         <xs:attribute name="dividerLocation"
328                                                                                 type="xs:int">
329                                                                                 <xs:annotation>
330                                                                                         <xs:documentation>
331                                                                                                 horizontal position of
332                                                                                                 split pane divider
333                                                                                         </xs:documentation>
334                                                                                 </xs:annotation>
335                                                                         </xs:attribute>
336                                                                         <xs:attribute name="selectedRna"
337                                                                                 type="xs:int">
338                                                                                 <xs:annotation>
339                                                                                         <xs:documentation>
340                                                                                                 Index of the selected
341                                                                                                 structure in the viewer
342                                                                                                 panel
343                                                                                         </xs:documentation>
344                                                                                 </xs:annotation>
345                                                                         </xs:attribute>
346                                                                 </xs:complexType>
347                                                         </xs:element>
348                                                 </xs:sequence>
349                                                 <xs:attribute name="colour" type="xs:int" use="optional" />
350                                                 <xs:attribute name="start" type="xs:int" use="required" />
351                                                 <xs:attribute name="end" type="xs:int" use="required" />
352                                                 <xs:attribute name="id" type="xs:string" use="required" />
353                                                 <xs:attribute name="hidden" type="xs:boolean" />
354                                                 <xs:attribute name="viewreference" type="xs:boolean" use="optional"/>
355                                         </xs:complexType>
356                                 </xs:element>
357                                 <xs:element name="JGroup" minOccurs="0" maxOccurs="unbounded">
358                                         <xs:complexType>
359                                                 <xs:sequence>
360                                                         <xs:element name="seq" type="xs:string" maxOccurs="unbounded" />
361                                                         <xs:element name="annotationColours" type="jv:AnnotationColourScheme"
362                                                                 minOccurs="0" maxOccurs="1" />
363                                                 </xs:sequence>
364                                                 <xs:attribute name="start" type="xs:int" />
365                                                 <xs:attribute name="end" type="xs:int" />
366                                                 <xs:attribute name="name" type="xs:string" />
367                                                 <xs:attribute name="colour" type="xs:string" />
368                                                 <xs:attribute name="consThreshold" type="xs:int" />
369                                                 <xs:attribute name="pidThreshold" type="xs:int" />
370                                                 <xs:attribute name="outlineColour" type="xs:int" />
371                                                 <xs:attribute name="displayBoxes" type="xs:boolean" />
372                                                 <xs:attribute name="displayText" type="xs:boolean" />
373                                                 <xs:attribute name="colourText" type="xs:boolean" />
374                                                 <xs:attribute name="textCol1" type="xs:int" />
375                                                 <xs:attribute name="textCol2" type="xs:int" />
376                                                 <xs:attribute name="textColThreshold" type="xs:int" />
377                                                 <xs:attribute name="showUnconserved" type="xs:boolean"
378                                                         use="optional" />
379                                                 <xs:attribute name="ignoreGapsinConsensus" type="xs:boolean"
380                                                         use="optional" default="true" />
381                                                 <xs:attribute name="showConsensusHistogram" type="xs:boolean"
382                                                         use="optional" default="true" />
383                                                 <xs:attribute name="showSequenceLogo" type="xs:boolean"
384                                                         use="optional" default="false" />
385                                                 <xs:attribute name="normaliseSequenceLogo" type="xs:boolean"
386                                                         use="optional" default="false" />
387                                                 <xs:attribute name="id" type="xs:string" use="optional">
388                                                         <xs:annotation>
389                                                                 <xs:documentation>
390                                                                         Optional sequence group ID (only
391                                                                         needs to be
392                                                                         unique for this
393                                                                         alignment)
394                                                                 </xs:documentation>
395                                                         </xs:annotation>
396                                                 </xs:attribute>
397                                         </xs:complexType>
398                                 </xs:element>
399                                 <xs:element name="Viewport" maxOccurs="unbounded"
400                                         minOccurs="0">
401                                         <xs:complexType>
402                                                 <xs:sequence>
403                                                         <xs:element name="AnnotationColours" type="jv:AnnotationColourScheme"
404                                                                 minOccurs="0" maxOccurs="1">
405                                                         </xs:element>
406                                                         <xs:element name="hiddenColumns" minOccurs="0"
407                                                                 maxOccurs="unbounded">
408                                                                 <xs:complexType>
409                                                                         <xs:attribute name="start" type="xs:int" />
410                                                                         <xs:attribute name="end" type="xs:int" />
411                                                                 </xs:complexType>
412                                                         </xs:element>
413                                                         <xs:element name="calcIdParam" minOccurs="0"
414                                                                 maxOccurs="unbounded">
415                                                                 <xs:complexType>
416                                                                         <xs:complexContent>
417                                                                                 <xs:extension base="jvws:WebServiceParameterSet">
418                                                                                         <xs:attribute name="calcId" type="xs:string"
419                                                                                                 use="required">
420                                                                                                 <xs:annotation>
421                                                                                                         <xs:documentation>handle for the calculation which uses
422                                                                                                                 this parameter set
423                                                                                                         </xs:documentation>
424                                                                                                 </xs:annotation>
425                                                                                         </xs:attribute>
426                                                                                         <xs:attribute name="needsUpdate" type="xs:boolean"
427                                                                                                 use="optional" default="false">
428                                                                                                 <xs:annotation>
429                                                                                                         <xs:documentation>should the calculation be performed
430                                                                                                                 immediately after loading in order to refresh results
431                                                                                                         </xs:documentation>
432                                                                                                 </xs:annotation>
433                                                                                         </xs:attribute>
434                                                                                         <xs:attribute name="autoUpdate" type="xs:boolean"
435                                                                                                 use="required">
436                                                                                                 <xs:annotation>
437                                                                                                         <xs:documentation>should the calculation be automatically
438                                                                                                                 performed on edits
439                                                                                                         </xs:documentation>
440                                                                                                 </xs:annotation>
441                                                                                         </xs:attribute>
442                                                                                 </xs:extension>
443                                                                         </xs:complexContent>
444                                                                 </xs:complexType>
445                                                         </xs:element>
446                                                         <xs:element name="overview" minOccurs="0">
447                                                           <xs:complexType>
448                                                                 <xs:attributeGroup ref="jv:swingwindow" />
449                                                                 <xs:attribute name="showHidden" type="xs:boolean" />
450                                                                 <xs:attribute name="residueColour" type="xs:int" />
451                                                                 <xs:attribute name="gapColour" type="xs:int" />
452                                                                 <xs:attribute name="hiddenColour" type="xs:int" />
453                                                                 <xs:attribute name="title" type="xs:string" />
454                                                           </xs:complexType>
455                                                         </xs:element>
456                                                 </xs:sequence>
457                                                 <xs:attributeGroup ref="jv:swingwindow" />
458                                                 <xs:attribute name="conservationSelected" type="xs:boolean" />
459                                                 <xs:attribute name="pidSelected" type="xs:boolean" />
460                                                 <xs:attribute name="bgColour" type="xs:string" />
461                                                 <xs:attribute name="consThreshold" type="xs:int" />
462                                                 <xs:attribute name="pidThreshold" type="xs:int" />
463                                                 <xs:attribute name="title" type="xs:string" />
464                                                 <xs:attribute name="showFullId" type="xs:boolean" />
465                                                 <xs:attribute name="rightAlignIds" type="xs:boolean" />
466                                                 <xs:attribute name="showText" type="xs:boolean" />
467                                                 <xs:attribute name="showColourText" type="xs:boolean" />
468                                                 <xs:attribute name="showUnconserved" type="xs:boolean"
469                                                         use="optional" default="false" />
470                                                 <xs:attribute name="showBoxes" type="xs:boolean" />
471                                                 <xs:attribute name="wrapAlignment" type="xs:boolean" />
472                                                 <xs:attribute name="renderGaps" type="xs:boolean" />
473                                                 <xs:attribute name="showSequenceFeatures" type="xs:boolean" />
474                                                 <xs:attribute name="showNPfeatureTooltip" type="xs:boolean"
475                                                         use="optional" />
476                                                 <xs:attribute name="showDbRefTooltip" type="xs:boolean"
477                                                         use="optional" />
478                                                 <xs:attribute name="followHighlight" type="xs:boolean"
479                                                         use="optional" default="true" />
480                                                 <xs:attribute name="followSelection" type="xs:boolean"
481                                                         use="optional" default="true" />
482                                                 <xs:attribute name="showAnnotation" type="xs:boolean" />
483                                                 <xs:attribute name="centreColumnLabels" type="xs:boolean"
484                                                         use="optional" default="false" />
485                                                 <xs:attribute name="showGroupConservation" type="xs:boolean"
486                                                         use="optional" default="false" />
487                                                 <xs:attribute name="showGroupConsensus" type="xs:boolean"
488                                                         use="optional" default="false" />
489                                                 <xs:attribute name="showConsensusHistogram" type="xs:boolean"
490                                                         use="optional" default="true" />
491                                                 <xs:attribute name="showSequenceLogo" type="xs:boolean"
492                                                         use="optional" default="false" />
493                                                 <xs:attribute name="normaliseSequenceLogo" type="xs:boolean"
494                                                         use="optional" default="false" />
495                                                 <xs:attribute name="ignoreGapsinConsensus" type="xs:boolean"
496                                                         use="optional" default="true" />
497                                                 <xs:attribute name="startRes" type="xs:int" />
498                                                 <xs:attribute name="startSeq" type="xs:int" />
499                                                 <xs:attribute name="charWidth" type="xs:int" />
500                                                 <xs:attribute name="charHeight" type="xs:int" />
501                                                 <xs:attribute name="fontName" type="xs:string" />
502                                                 <xs:attribute name="fontSize" type="xs:int" />
503                                                 <xs:attribute name="fontStyle" type="xs:int" />
504                                                 <xs:attribute name="scaleProteinAsCdna" type="xs:boolean" use="optional" default="true" />
505                                                 <xs:attribute name="viewName" type="xs:string" />
506                                                 <xs:attribute name="sequenceSetId" type="xs:string" />
507                                                 <xs:attribute name="gatheredViews" type="xs:boolean" />
508                                                 <xs:attribute name="textCol1" type="xs:int" />
509                                                 <xs:attribute name="textCol2" type="xs:int" />
510                                                 <xs:attribute name="textColThreshold" type="xs:int" />
511                                                 <xs:attribute name="id" type="xs:ID" use="optional">
512                                                         <xs:annotation>
513                                                                 <xs:documentation>
514                                                                         unique id used by jalview to
515                                                                         synchronize
516                                                                         between stored and
517                                                                         instantiated views
518                                                                 </xs:documentation>
519                                                         </xs:annotation>
520                                                 </xs:attribute>
521                                                 <xs:attribute name="complementId" type="xs:string"
522                                                         use="optional">
523                                                         <xs:annotation>
524                                                                 <xs:documentation>
525                                                                         The viewport id of this viewport's
526                                                                         (cdna/protein) coding complement, if any
527                                                                 </xs:documentation>
528                                                         </xs:annotation>
529                                                 </xs:attribute>
530                                                 <xs:attribute name="showComplementFeatures" type="xs:boolean" use="optional" default="false" />
531                                                 <xs:attribute name="showComplementFeaturesOnTop" type="xs:boolean" use="optional" default="false" />
532                                         </xs:complexType>
533                                 </xs:element>
534                                 <xs:element name="UserColours" minOccurs="0" maxOccurs="unbounded">
535                                         <xs:complexType>
536                                                 <xs:sequence>
537                                                         <xs:element name="UserColourScheme" type="jalview:JalviewUserColours" />
538                                                 </xs:sequence>
539                                                 <xs:attribute name="id" type="xs:string" />
540                                         </xs:complexType>
541                                 </xs:element>
542                                 <xs:element name="tree" minOccurs="0" maxOccurs="unbounded">
543                                         <xs:complexType>
544                                                 <xs:sequence minOccurs="0">
545                                                         <xs:element name="title" type="xs:string" />
546                                                         <xs:element name="newick" type="xs:string" />
547                                                 </xs:sequence>
548                                                 <xs:attribute name="fontName" type="xs:string" />
549                                                 <xs:attribute name="fontSize" type="xs:int" />
550                                                 <xs:attribute name="fontStyle" type="xs:int" />
551                                                 <xs:attribute name="threshold" type="xs:float" />
552                                                 <xs:attribute name="showBootstrap" type="xs:boolean" />
553                                                 <xs:attribute name="showDistances" type="xs:boolean" />
554                                                 <xs:attribute name="markUnlinked" type="xs:boolean" />
555                                                 <xs:attribute name="fitToWindow" type="xs:boolean" />
556                                                 <xs:attribute name="currentTree" type="xs:boolean" />
557                                                 <xs:attribute name="id" type="xs:ID" use="optional">
558                                                         <xs:annotation>
559                                                                 <xs:documentation>
560                                                                         Tree ID added for binding tree
561                                                                         visualization
562                                                                         settings to vamsas
563                                                                         document trees in jalview 2.4.1
564                                                                 </xs:documentation>
565                                                         </xs:annotation>
566                                                 </xs:attribute>
567                                                 <xs:attributeGroup ref="jv:swingwindow" />
568                                                 <xs:attribute name="linkToAllViews" use="optional" default="false" type="xs:boolean" />
569                                         </xs:complexType>
570                                 </xs:element>
571                                 <xs:element name="PcaViewer" minOccurs="0" maxOccurs="unbounded">
572                                         <xs:complexType>
573                                                 <xs:sequence>
574                                                         <xs:element name="sequencePoint" minOccurs="1" maxOccurs="unbounded">
575                                                                 <xs:complexType>
576                                                                         <xs:attribute name="sequenceRef" type="xs:string" />
577                                                                         <xs:attributeGroup ref="jv:position" />
578                                                                 </xs:complexType>
579                                                         </xs:element>
580                                                         <xs:element name="axis" minOccurs="3" maxOccurs="3">
581                                                                 <xs:annotation>
582                                                                         <xs:documentation>
583                                                                                 endpoints of X, Y and Z axes in that order
584                                                                         </xs:documentation>
585                                                                 </xs:annotation>
586                                                                 <xs:complexType>
587                                                                         <xs:attributeGroup ref="jv:position" />
588                                                                 </xs:complexType>
589                                                         </xs:element>
590                                                         <xs:element name="seqPointMin">
591                                                                 <xs:complexType>
592                                                                         <xs:attributeGroup ref="jv:position" />
593                                                                 </xs:complexType>
594                                                         </xs:element>
595                                                         <xs:element name="seqPointMax">
596                                                                 <xs:complexType>
597                                                                         <xs:attributeGroup ref="jv:position" />
598                                                                 </xs:complexType>
599                                                         </xs:element>
600                                                         <xs:element name="pcaData" type="jv:PcaDataType" />
601                                                 </xs:sequence>
602                                                 <xs:attribute name="title" type="xs:string" />
603                                                 <xs:attribute name="scoreModelName" type="xs:string" />
604                                                 <xs:attribute name="xDim" type="xs:int" />
605                                                 <xs:attribute name="yDim" type="xs:int" />
606                                                 <xs:attribute name="zDim" type="xs:int" />
607                                                 <xs:attribute name="bgColour" type="xs:int" />
608                                                 <xs:attribute name="scaleFactor" type="xs:float" />
609                                                 <xs:attribute name="showLabels" type="xs:boolean" />
610                                                 <xs:attribute name="linkToAllViews" type="xs:boolean" />
611                                                 <xs:attributeGroup ref="jv:SimilarityParams" />
612                                                 <xs:attributeGroup ref="jv:swingwindow" />
613                                         </xs:complexType>
614                                 </xs:element>
615                                 <xs:element name="FeatureSettings" minOccurs="0">
616                                         <xs:complexType>
617                                                 <xs:sequence>
618                                                         <xs:element name="setting" minOccurs="0" maxOccurs="unbounded">
619                                                                 <xs:complexType>
620                                                                         <xs:sequence>
621                                                                             <xs:element name="attributeName" type="xs:string" minOccurs="0" maxOccurs="2">
622                                                                                         <xs:annotation>
623                                                                                                 <xs:documentation>name of feature attribute to colour by, or attribute and sub-attribute</xs:documentation>
624                                                                                         </xs:annotation>
625                                                                             </xs:element> 
626                                                                                 <xs:element name="matcherSet" minOccurs="0" type="jalview:FeatureMatcherSet">
627                                                                                         <xs:annotation>
628                                                                                                 <xs:documentation>optional filter(s) applied to the feature type</xs:documentation>
629                                                                                         </xs:annotation>
630                                                                                 </xs:element>
631                                                                         </xs:sequence>
632                                                                         <xs:attribute name="type" type="xs:string" use="required" />
633                                                                         <xs:attribute name="colour" type="xs:int" use="required" />
634                                                                         <xs:attribute name="display" type="xs:boolean"
635                                                                                 use="required" />
636                                                                         <xs:attribute name="order" type="xs:float" use="optional" />
637                                                                         <xs:attribute name="mincolour" type="xs:int" use="optional">
638                                                                                 <xs:annotation>
639                                                                                         <xs:documentation>
640                                                                                                 Optional minimum colour
641                                                                                                 for graduated
642                                                                                                 feature
643                                                                                                 colour
644                                                                                         </xs:documentation>
645                                                                                 </xs:annotation>
646                                                                         </xs:attribute>
647                                                                         <xs:attribute name="noValueColour" use="optional" type="jalview:NoValueColour" default="Min" />
648                                                                         <xs:attribute name="threshold" type="xs:float"
649                                                                                 use="optional">
650                                                                                 <xs:annotation>
651                                                                                         <xs:documentation>
652                                                                                                 threshold value for
653                                                                                                 graduated feature colour
654                                                                                         </xs:documentation>
655                                                                                 </xs:annotation>
656                                                                         </xs:attribute>
657                                                                         <xs:attribute name="threshstate" type="xs:int"
658                                                                                 use="optional">
659                                                                                 <xs:annotation>
660                                                                                         <xs:documentation>
661                                                                                                 threshold type for
662                                                                                                 graduated feature colour
663                                                                                         </xs:documentation>
664                                                                                 </xs:annotation>
665                                                                         </xs:attribute>
666                                                                         <xs:attribute name="max" type="xs:float" use="optional" />
667                                                                         <xs:attribute name="min" type="xs:float" use="optional" />
668                                                                         <xs:attribute name="colourByLabel" type="xs:boolean"
669                                                                                 use="optional" />
670                                                                         <xs:attribute name="autoScale" type="xs:boolean"
671                                                                                 use="optional" />
672                                                                 </xs:complexType>
673                                                         </xs:element>
674                                                         <xs:element name="group" minOccurs="0" maxOccurs="unbounded">
675                                                                 <xs:complexType>
676                                                                         <xs:attribute name="name" type="xs:string" use="required" />
677                                                                         <xs:attribute name="display" type="xs:boolean"
678                                                                                 use="required" />
679                                                                 </xs:complexType>
680                                                         </xs:element>
681                                                 </xs:sequence>
682                                         </xs:complexType>
683                                 </xs:element>
684                         </xs:sequence>
685                 </xs:sequence>
686         </xs:complexType>
687         <xs:complexType name="feature">
688                 <xs:sequence>
689                         <xs:element name="otherData" minOccurs="0" maxOccurs="unbounded">
690                                 <xs:complexType>
691                                         <xs:attribute name="key" type="xs:string" use="required" />
692                                         <xs:attribute name="key2" type="xs:string" use="optional">
693                                                 <xs:annotation>
694                                                         <xs:documentation>key2 may be used for a sub-attribute of key</xs:documentation>
695                                                 </xs:annotation>
696                                         </xs:attribute>
697                                         <xs:attribute name="value" type="xs:string" use="required" />
698                                 </xs:complexType>
699                         </xs:element>
700                 </xs:sequence>
701                 <xs:attribute name="begin" type="xs:int" use="required" />
702                 <xs:attribute name="end" type="xs:int" use="required" />
703                 <xs:attribute name="type" type="xs:string" use="required" />
704                 <xs:attribute name="description" type="xs:string" use="optional" />
705                 <xs:attribute name="status" type="xs:string" use="optional" />
706                 <xs:attribute name="featureGroup" type="xs:string" use="optional" />
707                 <xs:attribute name="score" type="xs:float" use="optional" />
708         </xs:complexType>
709         <xs:complexType name="pdbentry">
710                 <xs:sequence minOccurs="0" maxOccurs="unbounded">
711                         <xs:element name="property" minOccurs="0" maxOccurs="unbounded">
712                                 <xs:complexType>
713                                         <xs:attribute name="name" type="xs:string" use="required" />
714                                         <xs:attribute name="value" type="xs:string" use="required" />
715                                 </xs:complexType>
716                         </xs:element>
717                 </xs:sequence>
718                 <xs:attribute name="id" type="xs:string" use="required" />
719                 <xs:attribute name="type" type="xs:string" use="optional" />
720                 <xs:attribute name="file" type="xs:string" />
721         </xs:complexType>
722         <!-- <xs:complexType name="reportWindow"> <xs:annotation> <xs:documentation>Generic 
723                 type for windows containing mime-typed data associated with other jalview 
724                 windows</xs:documentation> </xs:annotation> <xs:sequence> </xs:sequence> 
725                 <xs:attribute name="id" type="xs:string" use="required"/> <xs:attribute name="type" 
726                 type="xs:string" use="optional"/> <xs:attribute name="file" type="xs:string" 
727                 use="optional"/> </xs:complexType> -->
728         <xs:attributeGroup name="swingwindow">
729                 <xs:annotation>
730                         <xs:documentation>
731                                 base attributes for windows displayed in Jalview
732                                 desktop.
733                         </xs:documentation>
734                 </xs:annotation>
735                 <xs:attribute name="width" type="xs:int" />
736                 <xs:attribute name="height" type="xs:int" />
737                 <xs:attribute name="xpos" type="xs:int" />
738                 <xs:attribute name="ypos" type="xs:int" />
739         </xs:attributeGroup>
740         <xs:complexType name="AnnotationColourScheme">
741                 <xs:attribute name="aboveThreshold" type="xs:int" />
742                 <xs:attribute name="annotation" type="xs:string" />
743                 <xs:attribute name="minColour" type="xs:int" />
744                 <xs:attribute name="maxColour" type="xs:int" />
745                 <xs:attribute name="colourScheme" type="xs:string" />
746                 <xs:attribute name="threshold" type="xs:float" />
747                 <xs:attribute name="perSequence" type="xs:boolean" use="optional" />
748                 <xs:attribute name="predefinedColours" type="xs:boolean"
749                         use="optional" />
750         </xs:complexType>
751         <xs:attributeGroup name="SimilarityParams">
752                 <xs:annotation>
753                         <xs:documentation>
754                                 parameters that condition a similarity score calculation
755                         </xs:documentation>
756                 </xs:annotation>
757                 <xs:attribute name="includeGaps" type="xs:boolean" />
758                 <xs:attribute name="matchGaps" type="xs:boolean" />
759                 <xs:attribute name="includeGappedColumns" type="xs:boolean" />
760                 <xs:attribute name="denominateByShortestLength" type="xs:boolean" />
761         </xs:attributeGroup>
762         <xs:attributeGroup name="position">
763                 <xs:attribute name="xPos" type="xs:float" />
764                 <xs:attribute name="yPos" type="xs:float" />
765                 <xs:attribute name="zPos" type="xs:float" />
766         </xs:attributeGroup>
767         <xs:complexType name="PcaDataType">
768                 <xs:annotation>
769                         <xs:documentation>
770                                 The results of a PCA calculation
771                         </xs:documentation>
772                 </xs:annotation>
773                 <xs:sequence>
774                         <xs:element name="pairwiseMatrix" type="jv:DoubleMatrix" />
775                         <xs:element name="tridiagonalMatrix" type="jv:DoubleMatrix" />
776                         <xs:element name="eigenMatrix" type="jv:DoubleMatrix" />
777                 </xs:sequence>
778         </xs:complexType>
779         <xs:complexType name="DoubleVector">
780                 <xs:sequence>
781                         <xs:element name="v" type="xs:double" minOccurs="0" maxOccurs="unbounded" />
782                 </xs:sequence>
783         </xs:complexType>
784         <xs:complexType name="DoubleMatrix">
785                 <xs:sequence>
786                         <xs:element name="row" type="jv:DoubleVector" minOccurs="0" maxOccurs="unbounded" />
787                         <xs:element name="D" minOccurs="0" type="jv:DoubleVector" />
788                         <xs:element name="E" minOccurs="0" type="jv:DoubleVector" />
789                 </xs:sequence>
790                 <xs:attribute name="rows"  type="xs:int" />
791                 <xs:attribute name="columns" type="xs:int" />
792         </xs:complexType>
793 </xs:schema>