1 <?xml version="1.0" encoding="UTF-8"?>
3 * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.2)
4 * Copyright (C) 2014 The Jalview Authors
6 * This file is part of Jalview.
8 * Jalview is free software: you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License
10 * as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
12 * Jalview is distributed in the hope that it will be useful, but
13 * WITHOUT ANY WARRANTY; without even the implied warranty
14 * of MERCHANTABILITY or FITNESS FOR A PARTICULAR
15 * PURPOSE. See the GNU General Public License for more details.
17 * You should have received a copy of the GNU General Public License along with Jalview. If not, see <http://www.gnu.org/licenses/>.
18 * The Jalview Authors are detailed in the 'AUTHORS' file.
20 <!-- edited with XMLSpy v2006 sp1 U (http://www.altova.com) by ioh[ (o[ih[oh) -->
21 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:vamsas="www.vamsas.ac.uk/jalview/version2" targetNamespace="www.vamsas.ac.uk/jalview/version2" elementFormDefault="qualified" attributeFormDefault="unqualified">
22 <xs:complexType name="VAMSAS">
24 <xs:element name="Tree" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
25 <xs:element ref="vamsas:SequenceSet" minOccurs="0" maxOccurs="unbounded"/>
28 <xs:complexType name="mapListType">
31 developed after mapRangeType from http://www.vamsas.ac.uk/schemas/1.0/vamsasTypes
34 This effectively represents a java.util.MapList object
38 <xs:element name="mapListFrom" minOccurs="0" maxOccurs="unbounded">
40 <xs:documentation> a region from start to end inclusive</xs:documentation>
43 <xs:attribute name="start" type="xs:int" use="required"/>
44 <xs:attribute name="end" type="xs:int" use="required"/>
47 <xs:element name="mapListTo" minOccurs="0" maxOccurs="unbounded">
49 <xs:documentation> a region from start to end inclusive</xs:documentation>
52 <xs:attribute name="start" type="xs:int" use="required"/>
53 <xs:attribute name="end" type="xs:int" use="required"/>
57 <xs:attribute name="mapFromUnit" type="xs:positiveInteger" use="required">
59 <xs:documentation>number of dictionary symbol widths involved in each
60 mapped position on this sequence (for example, 3 for a dna sequence exon
61 region that is being mapped to a protein sequence). This is optional,
62 since the unit can be usually be inferred from the dictionary type of
63 each sequence involved in the mapping. </xs:documentation>
66 <xs:attribute name="mapToUnit" type="xs:positiveInteger" use="required">
68 <xs:documentation>number of dictionary symbol widths involved in each
69 mapped position on this sequence (for example, 3 for a dna sequence exon
70 region that is being mapped to a protein sequence). This is optional,
71 since the unit can be usually be inferred from the dictionary type of
72 each sequence involved in the mapping. </xs:documentation>
76 <xs:element name="Mapping">
80 Represent the jalview.datamodel.Mapping object - it also provides
81 a way of storing sequences that are mapped 'to' without adding them
82 to the sequence set (which will mean they are then added to the alignment too).
86 <xs:extension base="vamsas:mapListType">
88 <xs:choice minOccurs="0" maxOccurs="1">
89 <xs:element ref="vamsas:Sequence"/>
90 <xs:element name="dseqFor">
92 <xs:restriction base="xs:string">
94 <xs:documentation>The sequence whose dataset sequence is to be referenced here</xs:documentation>
105 <xs:element name="AlcodonFrame">
108 <xs:element name="alcodon" minOccurs="0" maxOccurs="unbounded">
112 specifies a series of aligned codons from an associated DNA sequence alignment that when translated correspond to columns of a peptide alignment.
113 Element may have either all pos1,2,3 attributes specified, or none at all (indicating a gapped column with no translated peptide).
116 <xs:attribute name="pos1" type="xs:integer" use="optional"/>
117 <xs:attribute name="pos2" type="xs:integer" use="optional"/>
118 <xs:attribute name="pos3" type="xs:integer" use="optional"/>
121 <xs:element name="alcodMap" minOccurs="0" maxOccurs="unbounded">
124 <xs:element ref="vamsas:Mapping" maxOccurs="1" minOccurs="1">
127 a Mapping entry and an associated protein sequence
132 <xs:attribute name="dnasq" type="xs:string" use="required">
135 internal jalview id for the dnasq for this mapping.
146 <xs:element name="Sequence">
149 <xs:extension base="vamsas:SequenceType">
151 <xs:element name="DBRef" minOccurs="0" maxOccurs="unbounded">
154 <xs:element ref="vamsas:Mapping" minOccurs="0" maxOccurs="1"/>
156 <xs:attribute name="source" type="xs:string"/>
157 <xs:attribute name="version" type="xs:string"/>
158 <xs:attribute name="accessionId" type="xs:string"/>
162 <xs:attribute name="dsseqid" type="xs:string" use="optional">
165 dataset sequence id for this sequence. Will be created as union of sequences.
173 <xs:element name="Annotation">
176 <xs:element ref="vamsas:annotationElement" minOccurs="0"
177 maxOccurs="unbounded" />
178 <xs:element name="label" type="xs:string" />
179 <xs:element name="description" type="xs:string"
181 <xs:element name="thresholdLine" minOccurs="0">
183 <xs:attribute name="label" type="xs:string" />
184 <xs:attribute name="value" type="xs:float" />
185 <xs:attribute name="colour" type="xs:int" />
188 <xs:element name="property" minOccurs="0" maxOccurs="unbounded">
190 <xs:attribute name="name" type="xs:string" />
191 <xs:attribute name="value" type="xs:string" />
195 <xs:attribute name="graph" type="xs:boolean" use="required" />
196 <xs:attribute name="graphType" type="xs:int" use="optional" />
197 <xs:attribute name="sequenceRef" type="xs:string"
199 <xs:attribute name="groupRef" type="xs:string"
201 <xs:attribute name="graphColour" type="xs:int"
203 <xs:attribute name="graphGroup" type="xs:int"
205 <xs:attribute name="graphHeight" type="xs:int" use="optional">
206 <xs:annotation><xs:documentation>height in pixels for the graph if this is a graph-type annotation.</xs:documentation></xs:annotation></xs:attribute>
207 <xs:attribute name="id" type="xs:string" use="optional" />
208 <xs:attribute name="scoreOnly" type="xs:boolean"
209 use="optional" default="false" />
210 <xs:attribute name="score" type="xs:double" use="optional" />
211 <xs:attribute name="visible" type="xs:boolean"
213 <xs:attribute name="centreColLabels" type="xs:boolean"
215 <xs:attribute name="scaleColLabels" type="xs:boolean"
217 <xs:attribute name="showAllColLabels" type="xs:boolean"
221 <xs:attribute name="autoCalculated" type="xs:boolean" use="optional" default="false">
222 <xs:annotation><xs:documentation>is an autocalculated annotation row</xs:documentation>
223 </xs:annotation></xs:attribute>
224 <xs:attribute name="belowAlignment" type="xs:boolean" use="optional" default="true">
225 <xs:annotation><xs:documentation>is to be shown below the alignment - introduced in Jalview 2.8 for visualizing T-COFFEE alignment scores</xs:documentation></xs:annotation></xs:attribute>
226 <xs:attribute name="calcId" type="xs:string" use="optional">
227 <xs:annotation><xs:documentation>Optional string identifier used to group sets of annotation produced by a particular calculation. Values are opaque strings but have semantic meaning to Jalview's renderer, data importer and calculation system.</xs:documentation></xs:annotation>
231 <xs:element name="SequenceSet">
234 <xs:element ref="vamsas:Sequence" minOccurs="0" maxOccurs="unbounded"/>
235 <xs:element ref="vamsas:Annotation" minOccurs="0" maxOccurs="unbounded"/>
236 <xs:element name="sequenceSetProperties" minOccurs="0" maxOccurs="unbounded">
238 <xs:attribute name="key" type="xs:string"/>
239 <xs:attribute name="value" type="xs:string"/>
242 <xs:element ref="vamsas:AlcodonFrame" minOccurs="0" maxOccurs="unbounded"/>
244 <xs:attribute name="gapChar" type="xs:string" use="required"/>
245 <xs:attribute name="datasetId" type="xs:string" use="optional">
248 reference to set where jalview will gather the dataset sequences for all sequences in the set.
254 <xs:element name="annotationElement">
257 <xs:element name="displayCharacter" type="xs:string" minOccurs="0"/>
258 <xs:element name="description" type="xs:string" minOccurs="0"/>
259 <xs:element name="secondaryStructure" minOccurs="0">
261 <xs:restriction base="xs:string">
262 <xs:length value="1"/>
266 <xs:element name="value" type="xs:float" minOccurs="0"/>
268 <xs:attribute name="position" type="xs:int" use="required"/>
269 <xs:attribute name="colour" type="xs:int" use="optional"/>
272 <xs:complexType name="SequenceType">
274 <xs:element name="sequence" type="xs:string" minOccurs="0"/>
275 <xs:element name="name" type="xs:string" minOccurs="0"/>
277 <xs:attribute name="id" type="xs:string"/>
278 <xs:attribute name="description" type="xs:string"/>