JAL-1645 Version-Rel Version 2.9 Year-Rel 2015 Licensing glob
[jalview.git] / schemas / jalview.xsd
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- * Jalview - A Sequence Alignment Editor and Viewer (Version 2.9) 
3         * Copyright (C) 2015 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 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
14         xmlns:vamsas="www.vamsas.ac.uk/jalview/version2" xmlns:jalview="www.jalview.org/colours"
15         xmlns:jv="www.jalview.org" xmlns:jvws="www.jalview.org/xml/wsparamset"
16         targetNamespace="www.jalview.org" elementFormDefault="qualified"
17         attributeFormDefault="unqualified">
18         <xs:import namespace="www.vamsas.ac.uk/jalview/version2"
19                 schemaLocation="vamsas.xsd" />
20         <xs:import namespace="www.jalview.org/colours"
21                 schemaLocation="JalviewUserColours.xsd" />
22         <xs:import namespace="www.jalview.org/xml/wsparamset"
23                 schemaLocation="JalviewWsParamSet.xsd" />
24         <xs:complexType name="JalviewModel">
25                 <xs:sequence>
26                         <xs:element name="creationDate" type="xs:dateTime" />
27                         <xs:element name="version" type="xs:string" />
28                         <xs:element name="vamsasModel" type="vamsas:VAMSAS" />
29                         <xs:sequence>
30                                 <xs:element name="JSeq" maxOccurs="unbounded" minOccurs="0">
31                                         <xs:complexType>
32                                                 <xs:sequence>
33                                                         <xs:element name="features" type="jv:feature"
34                                                                 minOccurs="0" maxOccurs="unbounded" />
35                                                         <xs:element name="pdbids" minOccurs="0" maxOccurs="unbounded">
36                                                                 <xs:complexType>
37                                                                         <xs:complexContent>
38                                                                                 <xs:extension base="jv:pdbentry">
39                                                                                         <xs:sequence>
40                                                                                                 <xs:element name="structureState" minOccurs="0"
41                                                                                                         maxOccurs="unbounded">
42                                                                                                         <xs:complexType>
43                                                                                                                 <xs:simpleContent>
44                                                                                                                         <xs:extension base="xs:string">
45                                                                                                                                 <xs:attributeGroup ref="jv:swingwindow" />
46                                                                                                                                 <xs:attribute name="visible" type="xs:boolean" />
47                                                                                                                                 <xs:attribute name="viewId" type="xs:string"
48                                                                                                                                         use="optional">
49                                                                                                                                         <xs:annotation>
50                                                                                                                                                 <xs:documentation>
51                                                                                                                                                         additional
52                                                                                                                                                         identifier
53                                                                                                                                                         which
54                                                                                                                                                         properly
55                                                                                                                                                         disambiguates
56                                                                                                                                                         the
57                                                                                                                                                         structure
58                                                                                                                                                         view
59                                                                                                                                                         from
60                                                                                                                                                         any
61                                                                                                                                                         other
62                                                                                                                                                         view
63                                                                                                                                                         with
64                                                                                                                                                         the
65                                                                                                                                                         same
66                                                                                                                                                         attributes.
67                                                                                                                                                         This
68                                                                                                                                                         is
69                                                                                                                                                         not
70                                                                                                                                                         an
71                                                                                                                                                         ID,
72                                                                                                                                                         because
73                                                                                                                                                         it
74                                                                                                                                                         is
75                                                                                                                                                         possible
76                                                                                                                                                         to
77                                                                                                                                                         have
78                                                                                                                                                         many
79                                                                                                                                                         references
80                                                                                                                                                         to
81                                                                                                                                                         the
82                                                                                                                                                         same
83                                                                                                                                                         physical
84                                                                                                                                                         structure
85                                                                                                                                                         view
86                                                                                                                                                         from
87                                                                                                                                                         different
88                                                                                                                                                         sequences
89                                                                                                                                                         in
90                                                                                                                                                         an
91                                                                                                                                                         alignment.
92                                                                                                                                                         A
93                                                                                                                                                         structureState
94                                                                                                                                                         element
95                                                                                                                                                         citing
96                                                                                                                                                         the
97                                                                                                                                                         same
98                                                                                                                                                         viewId
99                                                                                                                                                         will
100                                                                                                                                                         appear
101                                                                                                                                                         for
102                                                                                                                                                         each
103                                                                                                                                                         instance.
104                                                                                                                                                 </xs:documentation>
105                                                                                                                                         </xs:annotation>
106                                                                                                                                 </xs:attribute>
107                                                                                                                                 <xs:attribute name="alignwithAlignPanel"
108                                                                                                                                         type="xs:boolean" use="optional" default="true">
109                                                                                                                                         <xs:annotation>
110                                                                                                                                                 <xs:documentation>
111                                                                                                                                                         Flag
112                                                                                                                                                         set
113                                                                                                                                                         if
114                                                                                                                                                         the
115                                                                                                                                                         alignment
116                                                                                                                                                         panel
117                                                                                                                                                         containing
118                                                                                                                                                         this
119                                                                                                                                                         JSeq
120                                                                                                                                                         should
121                                                                                                                                                         be
122                                                                                                                                                         included
123                                                                                                                                                         in
124                                                                                                                                                         those
125                                                                                                                                                         used
126                                                                                                                                                         to
127                                                                                                                                                         perform
128                                                                                                                                                         a
129                                                                                                                                                         structure
130                                                                                                                                                         superposition
131                                                                                                                                                         (since
132                                                                                                                                                         Jalview
133                                                                                                                                                         2.7).
134                                                                                                                                                 </xs:documentation>
135                                                                                                                                         </xs:annotation>
136                                                                                                                                 </xs:attribute>
137                                                                                                                                 <xs:attribute name="colourwithAlignPanel"
138                                                                                                                                         type="xs:boolean" use="optional" default="false">
139                                                                                                                                         <xs:annotation>
140                                                                                                                                                 <xs:documentation>
141                                                                                                                                                         Flag
142                                                                                                                                                         set
143                                                                                                                                                         if
144                                                                                                                                                         the
145                                                                                                                                                         alignment
146                                                                                                                                                         panel
147                                                                                                                                                         containing
148                                                                                                                                                         this
149                                                                                                                                                         JSeq
150                                                                                                                                                         should
151                                                                                                                                                         be
152                                                                                                                                                         included
153                                                                                                                                                         in
154                                                                                                                                                         those
155                                                                                                                                                         used
156                                                                                                                                                         to
157                                                                                                                                                         colour
158                                                                                                                                                         its
159                                                                                                                                                         associated
160                                                                                                                                                         sequences
161                                                                                                                                                         in
162                                                                                                                                                         this
163                                                                                                                                                         structureState(since
164                                                                                                                                                         Jalview
165                                                                                                                                                         2.7).
166                                                                                                                                                 </xs:documentation>
167                                                                                                                                         </xs:annotation>
168                                                                                                                                 </xs:attribute>
169                                                                                                                                 <xs:attribute name="colourByJmol" type="xs:boolean"
170                                                                                                                                         use="optional" default="true">
171                                                                                                                                         <xs:annotation>
172                                                                                                                                                 <xs:documentation>
173                                                                                                                                                         Flag
174                                                                                                                                                         set
175                                                                                                                                                         if
176                                                                                                                                                         the
177                                                                                                                                                         structure
178                                                                                                                                                         display
179                                                                                                                                                         is
180                                                                                                                                                         coloured
181                                                                                                                                                         by
182                                                                                                                                                         the
183                                                                                                                                                         Jmol
184                                                                                                                                                         state,
185                                                                                                                                                         rather
186                                                                                                                                                         than
187                                                                                                                                                         by
188                                                                                                                                                         one
189                                                                                                                                                         or
190                                                                                                                                                         more
191                                                                                                                                                         linked
192                                                                                                                                                         alignment
193                                                                                                                                                         views.
194                                                                                                                                                 </xs:documentation>
195                                                                                                                                         </xs:annotation>
196                                                                                                                                 </xs:attribute>
197                                                                                                                                 <xs:attribute name="type" type="xs:string"
198                                                                                                                                         use="optional">
199                                                                                                                                         <xs:annotation>
200                                                                                                                                                 <xs:documentation>
201                                                                                                                                                         An
202                                                                                                                                                         identifier
203                                                                                                                                                         for
204                                                                                                                                                         the
205                                                                                                                                                         viewer
206                                                                                                                                                         type,
207                                                                                                                                                         currently
208                                                                                                                                                         either
209                                                                                                                                                         JMOL
210                                                                                                                                                         or
211                                                                                                                                                         CHIMERA
212                                                                                                                                                 </xs:documentation>
213                                                                                                                                         </xs:annotation>
214                                                                                                                                 </xs:attribute>
215
216                                                                                                                         </xs:extension>
217                                                                                                                 </xs:simpleContent>
218                                                                                                         </xs:complexType>
219                                                                                                 </xs:element>
220                                                                                         </xs:sequence>
221                                                                                 </xs:extension>
222                                                                         </xs:complexContent>
223                                                                 </xs:complexType>
224                                                         </xs:element>
225                                                         <xs:element name="hiddenSequences" type="xs:int"
226                                                                 minOccurs="0" maxOccurs="unbounded" />
227                                                         <xs:element name="rnaViewer" minOccurs="0" maxOccurs="unbounded">
228                                                                 <xs:annotation>
229                                                                         <xs:documentation>Reference to a viewer showing RNA structure
230                                                                                 for this sequence. Schema supports one viewer showing multiple
231                                                                                 annotations for multiple sequences, though currently only one
232                                                                                 annotation for one sequence (gapped or trimmed) is used
233                                                                         </xs:documentation>
234                                                                 </xs:annotation>
235                                                                 <xs:complexType>
236                                                                         <xs:sequence>
237                                                                                 <xs:element name="secondaryStructure" minOccurs="1"
238                                                                                         maxOccurs="unbounded">
239                                                                                         <xs:complexType>
240                                                                                                 <xs:attribute name="title" type="xs:string" />
241                                                                                                 <xs:attribute name="annotationId" type="xs:string"
242                                                                                                         use="required">
243                                                                                                         <xs:annotation>
244                                                                                                                 <xs:documentation>id attribute of Annotation in
245                                                                                                                         vamsasModel for
246                                                                                                                         the secondary structure annotation shown
247                                                                                                                         in the viewer
248                                                                                                                 </xs:documentation>
249                                                                                                         </xs:annotation>
250                                                                                                 </xs:attribute>
251                                                                                                 <xs:attribute name="gapped" type="xs:boolean">
252                                                                                                         <xs:annotation>
253                                                                                                                 <xs:documentation>if true the RNA structure is shown with gaps, if false without
254                                                                                                                 </xs:documentation>
255                                                                                                         </xs:annotation>
256                                                                                                 </xs:attribute>
257                                                                                                 <xs:attribute name="viewerState" type="xs:string">
258                                                                                                         <xs:annotation>
259                                                                                                                 <xs:documentation>name of the project jar entry that holds
260                                                                                                                         the VARNA viewer state for the structure
261                                                                                                                 </xs:documentation>
262                                                                                                         </xs:annotation>
263                                                                                                 </xs:attribute>
264                                                                                         </xs:complexType>
265                                                                                 </xs:element>
266                                                                         </xs:sequence>
267                                                                         <xs:attributeGroup ref="jv:swingwindow" />
268                                                                         <xs:attribute name="title" type="xs:string" />
269                                                                         <xs:attribute name="viewId" type="xs:string">
270                                                                                 <xs:annotation>
271                                                                                         <xs:documentation>An id unique to the RNA viewer panel
272                                                                                         </xs:documentation>
273                                                                                 </xs:annotation>
274                                                                         </xs:attribute>
275                                                                         <xs:attribute name="dividerLocation" type="xs:int">
276                                                                                 <xs:annotation>
277                                                                                         <xs:documentation>horizontal position of split pane divider
278                                                                                         </xs:documentation>
279                                                                                 </xs:annotation>
280                                                                         </xs:attribute>
281                                                                         <xs:attribute name="selectedRna" type="xs:int">
282                                                                                 <xs:annotation>
283                                                                                         <xs:documentation>Index of the selected structure in the
284                                                                                                 viewer panel
285                                                                                         </xs:documentation>
286                                                                                 </xs:annotation>
287                                                                         </xs:attribute>
288                                                                 </xs:complexType>
289                                                         </xs:element>
290                                                 </xs:sequence>
291                                                 <xs:attribute name="colour" type="xs:int" use="optional" />
292                                                 <xs:attribute name="start" type="xs:int" use="required" />
293                                                 <xs:attribute name="end" type="xs:int" use="required" />
294                                                 <xs:attribute name="id" type="xs:string" use="required" />
295                                                 <xs:attribute name="hidden" type="xs:boolean" />
296                                         </xs:complexType>
297                                 </xs:element>
298                                 <xs:element name="JGroup" minOccurs="0" maxOccurs="unbounded">
299                                         <xs:complexType>
300                                                 <xs:sequence>
301                                                         <xs:element name="seq" type="xs:string" maxOccurs="unbounded" />
302                                                         <xs:element name="annotationColours" type="jv:AnnotationColourScheme"
303                                                                 minOccurs="0" maxOccurs="1" />
304                                                 </xs:sequence>
305                                                 <xs:attribute name="start" type="xs:int" />
306                                                 <xs:attribute name="end" type="xs:int" />
307                                                 <xs:attribute name="name" type="xs:string" />
308                                                 <xs:attribute name="colour" type="xs:string" />
309                                                 <xs:attribute name="consThreshold" type="xs:int" />
310                                                 <xs:attribute name="pidThreshold" type="xs:int" />
311                                                 <xs:attribute name="outlineColour" type="xs:int" />
312                                                 <xs:attribute name="displayBoxes" type="xs:boolean" />
313                                                 <xs:attribute name="displayText" type="xs:boolean" />
314                                                 <xs:attribute name="colourText" type="xs:boolean" />
315                                                 <xs:attribute name="textCol1" type="xs:int" />
316                                                 <xs:attribute name="textCol2" type="xs:int" />
317                                                 <xs:attribute name="textColThreshold" type="xs:int" />
318                                                 <xs:attribute name="showUnconserved" type="xs:boolean"
319                                                         use="optional" />
320                                                 <xs:attribute name="ignoreGapsinConsensus" type="xs:boolean"
321                                                         use="optional" default="true" />
322                                                 <xs:attribute name="showConsensusHistogram" type="xs:boolean"
323                                                         use="optional" default="true" />
324                                                 <xs:attribute name="showSequenceLogo" type="xs:boolean"
325                                                         use="optional" default="false" />
326                                                 <xs:attribute name="normaliseSequenceLogo" type="xs:boolean"
327                                                         use="optional" default="false" />
328                                                 <xs:attribute name="id" type="xs:string" use="optional">
329                                                         <xs:annotation>
330                                                                 <xs:documentation>
331                                                                         Optional sequence group ID (only
332                                                                         needs to be
333                                                                         unique for this
334                                                                         alignment)
335                                                                 </xs:documentation>
336                                                         </xs:annotation>
337                                                 </xs:attribute>
338                                         </xs:complexType>
339                                 </xs:element>
340                                 <xs:element name="Viewport" maxOccurs="unbounded"
341                                         minOccurs="0">
342                                         <xs:complexType>
343                                                 <xs:sequence>
344                                                         <xs:element name="AnnotationColours" type="jv:AnnotationColourScheme"
345                                                                 minOccurs="0" maxOccurs="1">
346                                                         </xs:element>
347                                                         <xs:element name="hiddenColumns" minOccurs="0"
348                                                                 maxOccurs="unbounded">
349                                                                 <xs:complexType>
350                                                                         <xs:attribute name="start" type="xs:int" />
351                                                                         <xs:attribute name="end" type="xs:int" />
352                                                                 </xs:complexType>
353                                                         </xs:element>
354                                                         <xs:element name="calcIdParam" minOccurs="0"
355                                                                 maxOccurs="unbounded">
356                                                                 <xs:complexType>
357                                                                         <xs:complexContent>
358                                                                                 <xs:extension base="jvws:WebServiceParameterSet">
359                                                                                         <xs:attribute name="calcId" type="xs:string"
360                                                                                                 use="required">
361                                                                                                 <xs:annotation>
362                                                                                                         <xs:documentation>handle for the calculation which uses
363                                                                                                                 this parameter set
364                                                                                                         </xs:documentation>
365                                                                                                 </xs:annotation>
366                                                                                         </xs:attribute>
367                                                                                         <xs:attribute name="needsUpdate" type="xs:boolean"
368                                                                                                 use="optional" default="false">
369                                                                                                 <xs:annotation>
370                                                                                                         <xs:documentation>should the calculation be performed
371                                                                                                                 immediately after loading in order to refresh results
372                                                                                                         </xs:documentation>
373                                                                                                 </xs:annotation>
374                                                                                         </xs:attribute>
375                                                                                         <xs:attribute name="autoUpdate" type="xs:boolean"
376                                                                                                 use="required">
377                                                                                                 <xs:annotation>
378                                                                                                         <xs:documentation>should the calculation be automatically
379                                                                                                                 performed on edits
380                                                                                                         </xs:documentation>
381                                                                                                 </xs:annotation>
382                                                                                         </xs:attribute>
383                                                                                 </xs:extension>
384                                                                         </xs:complexContent>
385                                                                 </xs:complexType>
386                                                         </xs:element>
387                                                 </xs:sequence>
388                                                 <xs:attributeGroup ref="jv:swingwindow" />
389                                                 <xs:attribute name="conservationSelected" type="xs:boolean" />
390                                                 <xs:attribute name="pidSelected" type="xs:boolean" />
391                                                 <xs:attribute name="bgColour" type="xs:string" />
392                                                 <xs:attribute name="consThreshold" type="xs:int" />
393                                                 <xs:attribute name="pidThreshold" type="xs:int" />
394                                                 <xs:attribute name="title" type="xs:string" />
395                                                 <xs:attribute name="showFullId" type="xs:boolean" />
396                                                 <xs:attribute name="rightAlignIds" type="xs:boolean" />
397                                                 <xs:attribute name="showText" type="xs:boolean" />
398                                                 <xs:attribute name="showColourText" type="xs:boolean" />
399                                                 <xs:attribute name="showUnconserved" type="xs:boolean"
400                                                         use="optional" default="false" />
401                                                 <xs:attribute name="showBoxes" type="xs:boolean" />
402                                                 <xs:attribute name="wrapAlignment" type="xs:boolean" />
403                                                 <xs:attribute name="renderGaps" type="xs:boolean" />
404                                                 <xs:attribute name="showSequenceFeatures" type="xs:boolean" />
405                                                 <xs:attribute name="showNPfeatureTooltip" type="xs:boolean"
406                                                         use="optional" />
407                                                 <xs:attribute name="showDbRefTooltip" type="xs:boolean"
408                                                         use="optional" />
409                                                 <xs:attribute name="followHighlight" type="xs:boolean"
410                                                         use="optional" default="true" />
411                                                 <xs:attribute name="followSelection" type="xs:boolean"
412                                                         use="optional" default="true" />
413                                                 <xs:attribute name="showAnnotation" type="xs:boolean" />
414                                                 <xs:attribute name="centreColumnLabels" type="xs:boolean"
415                                                         use="optional" default="false" />
416                                                 <xs:attribute name="showGroupConservation" type="xs:boolean"
417                                                         use="optional" default="false" />
418                                                 <xs:attribute name="showGroupConsensus" type="xs:boolean"
419                                                         use="optional" default="false" />
420                                                 <xs:attribute name="showConsensusHistogram" type="xs:boolean"
421                                                         use="optional" default="true" />
422                                                 <xs:attribute name="showSequenceLogo" type="xs:boolean"
423                                                         use="optional" default="false" />
424                                                 <xs:attribute name="normaliseSequenceLogo" type="xs:boolean"
425                                                         use="optional" default="false" />
426                                                 <xs:attribute name="ignoreGapsinConsensus" type="xs:boolean"
427                                                         use="optional" default="true" />
428                                                 <xs:attribute name="startRes" type="xs:int" />
429                                                 <xs:attribute name="startSeq" type="xs:int" />
430                                                 <xs:attribute name="fontName" type="xs:string" />
431                                                 <xs:attribute name="fontSize" type="xs:int" />
432                                                 <xs:attribute name="fontStyle" type="xs:int" />
433                                                 <xs:attribute name="scaleProteinAsCdna" type="xs:boolean" use="optional" default="true" />
434                                                 <xs:attribute name="viewName" type="xs:string" />
435                                                 <xs:attribute name="sequenceSetId" type="xs:string" />
436                                                 <xs:attribute name="gatheredViews" type="xs:boolean" />
437                                                 <xs:attribute name="textCol1" type="xs:int" />
438                                                 <xs:attribute name="textCol2" type="xs:int" />
439                                                 <xs:attribute name="textColThreshold" type="xs:int" />
440                                                 <xs:attribute name="id" type="xs:ID" use="optional">
441                                                         <xs:annotation>
442                                                                 <xs:documentation>
443                                                                         unique id used by jalview to
444                                                                         synchronize
445                                                                         between stored and
446                                                                         instantiated views
447                                                                 </xs:documentation>
448                                                         </xs:annotation>
449                                                 </xs:attribute>
450                                                 <xs:attribute name="complementId" type="xs:string"
451                                                         use="optional">
452                                                         <xs:annotation>
453                                                                 <xs:documentation>
454                                                                         The viewport id of this viewport's
455                                                                         (cdna/protein) coding complement, if any
456                                                                 </xs:documentation>
457                                                         </xs:annotation>
458                                                 </xs:attribute>
459                                         </xs:complexType>
460                                 </xs:element>
461                                 <xs:element name="UserColours" minOccurs="0" maxOccurs="unbounded">
462                                         <xs:complexType>
463                                                 <xs:sequence>
464                                                         <xs:element name="UserColourScheme" type="jalview:JalviewUserColours" />
465                                                 </xs:sequence>
466                                                 <xs:attribute name="id" type="xs:string" />
467                                         </xs:complexType>
468                                 </xs:element>
469                                 <xs:element name="tree" minOccurs="0" maxOccurs="unbounded">
470                                         <xs:complexType>
471                                                 <xs:sequence minOccurs="0">
472                                                         <xs:element name="title" type="xs:string" />
473                                                         <xs:element name="newick" type="xs:string" />
474                                                 </xs:sequence>
475                                                 <xs:attribute name="fontName" type="xs:string" />
476                                                 <xs:attribute name="fontSize" type="xs:int" />
477                                                 <xs:attribute name="fontStyle" type="xs:int" />
478                                                 <xs:attribute name="threshold" type="xs:float" />
479                                                 <xs:attribute name="showBootstrap" type="xs:boolean" />
480                                                 <xs:attribute name="showDistances" type="xs:boolean" />
481                                                 <xs:attribute name="markUnlinked" type="xs:boolean" />
482                                                 <xs:attribute name="fitToWindow" type="xs:boolean" />
483                                                 <xs:attribute name="currentTree" type="xs:boolean" />
484                                                 <xs:attribute name="id" type="xs:ID" use="optional">
485                                                         <xs:annotation>
486                                                                 <xs:documentation>
487                                                                         Tree ID added for binding tree
488                                                                         visualization
489                                                                         settings to vamsas
490                                                                         document trees in jalview 2.4.1
491                                                                 </xs:documentation>
492                                                         </xs:annotation>
493                                                 </xs:attribute>
494                                                 <xs:attributeGroup ref="jv:swingwindow" />
495                                         </xs:complexType>
496                                 </xs:element>
497                                 <xs:element name="FeatureSettings" minOccurs="0">
498                                         <xs:complexType>
499                                                 <xs:sequence>
500                                                         <xs:element name="setting" minOccurs="0" maxOccurs="unbounded">
501                                                                 <xs:complexType>
502                                                                         <xs:attribute name="type" type="xs:string" use="required" />
503                                                                         <xs:attribute name="colour" type="xs:int" use="required" />
504                                                                         <xs:attribute name="display" type="xs:boolean"
505                                                                                 use="required" />
506                                                                         <xs:attribute name="order" type="xs:float" use="optional" />
507                                                                         <xs:attribute name="mincolour" type="xs:int" use="optional">
508                                                                                 <xs:annotation>
509                                                                                         <xs:documentation>
510                                                                                                 Optional minimum colour
511                                                                                                 for graduated
512                                                                                                 feature
513                                                                                                 colour
514                                                                                         </xs:documentation>
515                                                                                 </xs:annotation>
516                                                                         </xs:attribute>
517                                                                         <xs:attribute name="threshold" type="xs:float"
518                                                                                 use="optional">
519                                                                                 <xs:annotation>
520                                                                                         <xs:documentation>
521                                                                                                 threshold value for
522                                                                                                 graduated feature colour
523                                                                                         </xs:documentation>
524                                                                                 </xs:annotation>
525                                                                         </xs:attribute>
526                                                                         <xs:attribute name="threshstate" type="xs:int"
527                                                                                 use="optional">
528                                                                                 <xs:annotation>
529                                                                                         <xs:documentation>
530                                                                                                 threshold type for
531                                                                                                 graduated feature colour
532                                                                                         </xs:documentation>
533                                                                                 </xs:annotation>
534                                                                         </xs:attribute>
535                                                                         <xs:attribute name="max" type="xs:float" use="optional" />
536                                                                         <xs:attribute name="min" type="xs:float" use="optional" />
537                                                                         <xs:attribute name="colourByLabel" type="xs:boolean"
538                                                                                 use="optional" />
539                                                                         <xs:attribute name="autoScale" type="xs:boolean"
540                                                                                 use="optional" />
541                                                                 </xs:complexType>
542                                                         </xs:element>
543                                                         <xs:element name="group" minOccurs="0" maxOccurs="unbounded">
544                                                                 <xs:complexType>
545                                                                         <xs:attribute name="name" type="xs:string" use="required" />
546                                                                         <xs:attribute name="display" type="xs:boolean"
547                                                                                 use="required" />
548                                                                 </xs:complexType>
549                                                         </xs:element>
550                                                 </xs:sequence>
551                                         </xs:complexType>
552                                 </xs:element>
553                         </xs:sequence>
554                 </xs:sequence>
555         </xs:complexType>
556         <xs:complexType name="feature">
557                 <xs:sequence>
558                         <xs:element name="otherData" minOccurs="0" maxOccurs="unbounded">
559                                 <xs:complexType>
560                                         <xs:attribute name="key" type="xs:string" use="required" />
561                                         <xs:attribute name="value" type="xs:string" use="required" />
562                                 </xs:complexType>
563                         </xs:element>
564                 </xs:sequence>
565                 <xs:attribute name="begin" type="xs:int" use="required" />
566                 <xs:attribute name="end" type="xs:int" use="required" />
567                 <xs:attribute name="type" type="xs:string" use="required" />
568                 <xs:attribute name="description" type="xs:string" use="optional" />
569                 <xs:attribute name="status" type="xs:string" use="optional" />
570                 <xs:attribute name="featureGroup" type="xs:string" use="optional" />
571                 <xs:attribute name="score" type="xs:float" use="optional" />
572         </xs:complexType>
573         <xs:complexType name="pdbentry">
574                 <xs:sequence minOccurs="0" maxOccurs="unbounded">
575                         <xs:element name="property" minOccurs="0" maxOccurs="unbounded">
576                                 <xs:complexType>
577                                         <xs:attribute name="name" type="xs:string" use="required" />
578                                         <xs:attribute name="value" type="xs:string" use="required" />
579                                 </xs:complexType>
580                         </xs:element>
581                 </xs:sequence>
582                 <xs:attribute name="id" type="xs:string" use="required" />
583                 <xs:attribute name="type" type="xs:string" use="optional" />
584                 <xs:attribute name="file" type="xs:string" />
585         </xs:complexType>
586         <!-- <xs:complexType name="reportWindow"> <xs:annotation> <xs:documentation>Generic 
587                 type for windows containing mime-typed data associated with other jalview 
588                 windows</xs:documentation> </xs:annotation> <xs:sequence> </xs:sequence> 
589                 <xs:attribute name="id" type="xs:string" use="required"/> <xs:attribute name="type" 
590                 type="xs:string" use="optional"/> <xs:attribute name="file" type="xs:string" 
591                 use="optional"/> </xs:complexType> -->
592         <xs:attributeGroup name="swingwindow">
593                 <xs:annotation>
594                         <xs:documentation>
595                                 base attributes for windows displayed in Jalview
596                                 desktop.
597                         </xs:documentation>
598                 </xs:annotation>
599                 <xs:attribute name="width" type="xs:int" />
600                 <xs:attribute name="height" type="xs:int" />
601                 <xs:attribute name="xpos" type="xs:int" />
602                 <xs:attribute name="ypos" type="xs:int" />
603         </xs:attributeGroup>
604         <xs:complexType name="AnnotationColourScheme">
605                 <xs:attribute name="aboveThreshold" type="xs:int" />
606                 <xs:attribute name="annotation" type="xs:string" />
607                 <xs:attribute name="minColour" type="xs:int" />
608                 <xs:attribute name="maxColour" type="xs:int" />
609                 <xs:attribute name="colourScheme" type="xs:string" />
610                 <xs:attribute name="threshold" type="xs:float" />
611                 <xs:attribute name="perSequence" type="xs:boolean" use="optional" />
612                 <xs:attribute name="predefinedColours" type="xs:boolean"
613                         use="optional" />
614         </xs:complexType>
615
616 </xs:schema>