bf17ca382a4689eff507ac06474de6e32fde223b
[vamsas.git] / schemas / vamsas.xsd
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- edited with XMLSPY v5 rel. 4 U (http://www.xmlspy.com) by MSD (EMBL OUTSTATION THE EBI WELLCOME TRUST GENOME CAMPUS) -->
3 <!-- edited with XMLSpy v2005 rel. 3 U (http://www.altova.com) by lj (jl) -->
4 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:vamsas="http://www.vamsas.org" targetNamespace="http://www.vamsas.org" elementFormDefault="qualified" attributeFormDefault="unqualified">
5         <xs:complexType name="rangeType">
6                 <xs:annotation>
7                         <xs:documentation>Specify positions and/or regions on the principle dimension of some associated vamsas objects
8                         TODO: this is abstract. should provide context to scope the range of ids for each use</xs:documentation>
9                 <xs:documentation>Keeping to jaxb-1.0 specification for the moment - this choice should become a substitution group when we use jaxb-2.0 capable bindings
10                 </xs:documentation></xs:annotation>
11                 <!--  Do we really need this - a position could be just a seg with start=end and inclusive=true -->
12                 <xs:choice>
13                         <xs:element name="pos" maxOccurs="unbounded" minOccurs="1">
14                                 <xs:annotation><xs:documentation>a position within the associated object's coordinate system</xs:documentation></xs:annotation>
15                                 <xs:complexType>
16                                         <xs:attribute name="i" type="xs:int" use="required"/>
17                                 </xs:complexType>
18                         </xs:element>
19                         <xs:element name="seg" maxOccurs="unbounded" minOccurs="1">
20                                 <xs:annotation><xs:documentation>a region from start to end, with flag for inclusivity of terminii</xs:documentation></xs:annotation>
21                                 <xs:complexType>
22                                         <xs:attribute name="start" type="xs:int" use="required"/>
23                                         <xs:attribute name="end" type="xs:int" use="required"/>
24                                         <xs:attribute name="inclusive" type="xs:boolean" use="required"><xs:annotation><xs:documentation>when false, a consecutive range like 'start=1, end=2' means the region lying after position 1 and before position 2</xs:documentation></xs:annotation></xs:attribute>
25                                 </xs:complexType>
26                         </xs:element>
27                 </xs:choice>
28         </xs:complexType>
29         <xs:element name="VAMSAS">
30                 <xs:annotation><xs:documentation>contains unassociated trees and a number of analysis sets</xs:documentation></xs:annotation>
31                 <xs:complexType>
32                         <xs:sequence>
33                                 <xs:element ref="vamsas:Tree" minOccurs="0" maxOccurs="unbounded"/>
34                                 <xs:element ref="vamsas:DataSet" minOccurs="0" maxOccurs="unbounded"/>
35                         </xs:sequence>
36                         <xs:attribute name="id" type="xs:ID" use="optional">                    <xs:annotation><xs:documentation>Primary Key for vamsas object referencing</xs:documentation></xs:annotation>
37                         </xs:attribute>
38                         <xs:attribute name="modifiable" type="xs:boolean" default="true" use="optional"><xs:annotation><xs:documentation>objects with modifiable=false will not be modified by a vamsas client update</xs:documentation></xs:annotation>
39                         </xs:attribute>
40                 </xs:complexType>
41         </xs:element>
42         <xs:annotation>
43                 <xs:documentation> Properties. Generally, these are mutable so an application should check them each time. This may change depending on the context of the property</xs:documentation>
44         </xs:annotation>        
45         <xs:element name="Tree">
46                 <xs:complexType>
47                         <xs:annotation><xs:documentation>Contains a named collection of trees TODO: define way of referencing leaves of global tree for any sequence/alignment object</xs:documentation></xs:annotation>
48                         <xs:sequence>
49                                 <xs:element name="title" type="xs:string" minOccurs="0"/>
50                                 <xs:element name="newick" maxOccurs="unbounded">
51                                         <xs:complexType>
52                                                 <xs:simpleContent>
53                                                         <xs:extension base="xs:string">
54                                                                 <xs:attribute name="title" type="xs:string" use="optional"/>
55                                                                 <xs:attribute name="id" type="xs:ID"  use="optional">
56                                                                         <xs:annotation><xs:documentation>Primary Key for vamsas object referencing</xs:documentation></xs:annotation>
57                                                                 </xs:attribute>
58                                                                 <xs:attribute name="modifiable" type="xs:boolean" default="true"  use="optional"><xs:annotation><xs:documentation>objects with modifiable=false will not be modified by a vamsas client update</xs:documentation></xs:annotation>
59                                                                 </xs:attribute>
60                                                         </xs:extension>
61                                                 </xs:simpleContent>
62                                         </xs:complexType>
63                                 </xs:element>
64                                 <xs:element ref="vamsas:property" maxOccurs="unbounded" minOccurs="0"/>
65                                 <xs:element ref="vamsas:Provenance"/>
66                         </xs:sequence>
67                         <xs:attribute name="id" type="xs:ID"  use="optional">                   <xs:annotation><xs:documentation>Primary Key for vamsas object referencing</xs:documentation></xs:annotation>
68                         </xs:attribute>
69                         <xs:attribute name="modifiable" type="xs:boolean" default="true" use="optional"><xs:annotation><xs:documentation>objects with modifiable=false will not be modified by a vamsas client update</xs:documentation></xs:annotation>
70                         </xs:attribute>
71                         </xs:complexType>
72         </xs:element>
73         <xs:element name="property">
74                 <xs:complexType><xs:simpleContent>
75                         <xs:annotation><xs:documentation>Named and typed property string</xs:documentation></xs:annotation>
76                         <xs:extension base="xs:string">
77                                 <xs:attribute name="name" type="xs:string" use="required"/>
78                                         <xs:attribute name="type" type="xs:string" use="required"><xs:annotation><xs:documentation>The type specifies how the property will be parsed. Empty property strings are allowed, and can be used to prototype the input to a document. TODO: specify allowed types</xs:documentation></xs:annotation></xs:attribute>
79                         </xs:extension>
80                 </xs:simpleContent></xs:complexType>
81         </xs:element>
82         <xs:complexType name="rangeAnnotation">
83                 <xs:annotation>
84                         <xs:documentation>provenance contains source of annotation</xs:documentation>
85                         <xs:documentation>polymorphism for having collection of single points,
86                                 or ordered set of regions with polarity (start.lt.end or end.lt.start)</xs:documentation>
87                 </xs:annotation>
88                 <xs:complexContent>
89                         <xs:extension base="vamsas:rangeType">
90                                 <xs:sequence>
91                                         <xs:element name="description" type="xs:string" minOccurs="0"/>
92                                         <xs:element name="status" type="xs:string" minOccurs="0"/>
93                                         <xs:element ref="vamsas:annotationElement" minOccurs="0" maxOccurs="unbounded"/>
94                                         <xs:element ref="vamsas:Provenance" maxOccurs="1" minOccurs="1"/>
95                                         <xs:element ref="vamsas:property" minOccurs="0" maxOccurs="unbounded"><xs:annotation>
96                                                 <xs:documentation>Note:These are mutable so an application should check them each time.</xs:documentation>
97                                         </xs:annotation></xs:element>
98                                 </xs:sequence>
99                                 <xs:attribute name="id" type="xs:ID" use="optional">
100                                                         <xs:annotation><xs:documentation>Primary Key for vamsas object referencing</xs:documentation></xs:annotation>
101                                 </xs:attribute>
102                                 <xs:attribute name="modifiable" type="xs:boolean" default="true" use="optional">
103                                 <xs:annotation><xs:documentation>objects with modifiable=false will not be modified by a vamsas client update</xs:documentation></xs:annotation>
104                                 </xs:attribute>
105                                 <xs:attribute name="group" type="xs:string" use="optional">
106                                 <xs:annotation><xs:documentation>Annotation with the same non-empty group name are grouped together</xs:documentation></xs:annotation></xs:attribute>
107                                 <xs:attribute name="type" type="xs:string" use="required"/>
108                                 <xs:attribute name="seqRef" type="xs:IDREF" use="optional">
109                                         <xs:annotation><xs:documentation>annotation may be associated with a particular sequence lying within the same reference frame as the rangeType's objRef</xs:documentation></xs:annotation>
110                                 </xs:attribute>
111                         </xs:extension>
112                 </xs:complexContent>
113         </xs:complexType>
114         <xs:element name="param"><xs:complexType>
115                         <xs:annotation>
116                                 <xs:documentation>
117                                         Specifies a named and typed value used to perform some data transformation.
118                                 </xs:documentation>
119                                 <xs:documentation>
120                                         LATER: experiment with xml validation of property set prototypes for services</xs:documentation></xs:annotation>
121                         <xs:simpleContent>
122                                 <xs:annotation><xs:documentation>Named and typed property string</xs:documentation></xs:annotation>
123                                 <xs:extension base="xs:string">
124                                         <xs:attribute name="name" type="xs:string" use="required"/>
125                                         <xs:attribute name="type" type="xs:string" use="required"><xs:annotation><xs:documentation>The type specifies how the property will be parsed. Empty property strings are allowed, and can be used to prototype the input to a document. TODO: specify allowed types</xs:documentation></xs:annotation></xs:attribute>
126                                 </xs:extension>
127                         </xs:simpleContent>
128         </xs:complexType></xs:element>
129         <xs:element name="input"><xs:complexType>
130                         <xs:annotation>
131                                 <xs:documentation>
132                                         Selects all or part of a collection of vamsas objects as a named input to some transformation process. 
133                                 </xs:documentation>
134                         </xs:annotation>
135                         <xs:complexContent>
136                                 <xs:extension base="vamsas:rangeType">
137                                         <xs:attribute name="name" type="xs:string" use="required"></xs:attribute>
138                                         <xs:attribute name="objRef" type="xs:IDREF" use="optional"><xs:annotation><xs:documentation>Reference Frame for rangeType specfication</xs:documentation></xs:annotation></xs:attribute>
139                                 </xs:extension>
140                         </xs:complexContent>
141                 </xs:complexType>
142         </xs:element>
143         
144         <xs:element name="Provenance">
145                 <xs:complexType>
146                         <xs:annotation>
147                                 <xs:documentation>
148                                         Defines the origin and series of operations applied directly to the object that references it.
149                                 </xs:documentation>
150                         </xs:annotation>
151                         <xs:sequence>
152                                 <xs:element name="entry" maxOccurs="unbounded">
153                                         <xs:complexType>
154                                                 <xs:sequence>
155                                                         <xs:element name="User" type="xs:string"><xs:annotation><xs:documentation>Who</xs:documentation></xs:annotation></xs:element>
156                                                         <xs:element name="App" type="xs:string"><xs:annotation><xs:documentation>With which application</xs:documentation></xs:annotation></xs:element>                                                 
157                                                         <xs:element name="Action" type="xs:string"><xs:annotation><xs:documentation>Did what</xs:documentation></xs:annotation></xs:element>
158                                                         <xs:element name="Date" type="xs:date"><xs:annotation><xs:documentation>When</xs:documentation></xs:annotation></xs:element>
159                                                         <xs:element ref="vamsas:property" minOccurs="0" maxOccurs="unbounded"><xs:annotation><xs:documentation>additional information</xs:documentation></xs:annotation></xs:element>
160                                                         <xs:element ref="vamsas:param" minOccurs="0" maxOccurs="unbounded"><xs:annotation><xs:documentation>parameter for the action</xs:documentation></xs:annotation></xs:element>
161                                                         <xs:element ref="vamsas:input" minOccurs="0" maxOccurs="unbounded"><xs:annotation><xs:documentation>bioinformatic objects input to action</xs:documentation></xs:annotation></xs:element>
162                                                 </xs:sequence>
163                                                 <xs:attribute name="id" type="xs:ID" use="optional">                    <xs:annotation><xs:documentation>Primary Key for vamsas object referencing</xs:documentation></xs:annotation>
164                                                 </xs:attribute>
165                                         </xs:complexType>
166                                 </xs:element>
167                         </xs:sequence>
168                 </xs:complexType>
169         </xs:element>
170         <xs:element name="DataSet">
171                 <xs:complexType>
172                         <xs:annotation><xs:documentation>A collection of sequences, alignments, trees and other things.</xs:documentation></xs:annotation>
173                         <xs:sequence>
174                                 <xs:element name="Sequence" maxOccurs="unbounded">
175                                         <xs:complexType>
176                                                 <xs:annotation><xs:documentation>a primary or secondary sequence record from which all other sequences may be derived</xs:documentation></xs:annotation>
177                                                 <xs:complexContent>
178                                                         <xs:extension base="vamsas:SequenceType">
179                                                                 <xs:sequence>
180                                                                         <xs:element name="dbRef" minOccurs="0" maxOccurs="unbounded">
181                                                                                 <xs:complexType>
182                                                                                         <xs:sequence>
183                                                                                                 <xs:element ref="vamsas:property" minOccurs="0" maxOccurs="unbounded"/>
184                                                                                         </xs:sequence>
185                                                                                         <xs:attribute name="source" type="xs:string"/>
186                                                                                         <xs:attribute name="version" type="xs:string"/>
187                                                                                         <xs:attribute name="accessionId" type="xs:string"/>
188                                                                                         <xs:attribute name="id" type="xs:ID" use="optional">                    <xs:annotation><xs:documentation>Primary Key for vamsas object referencing</xs:documentation></xs:annotation>
189                                                                                         </xs:attribute>
190                                                                                 </xs:complexType>
191                                                                         </xs:element>
192                                                                 </xs:sequence>
193                                                                 <xs:attribute name="id" type="xs:ID" use="optional">                    <xs:annotation><xs:documentation>Primary Key for vamsas object referencing</xs:documentation></xs:annotation>
194                                                                 </xs:attribute>
195                                                                 <xs:attribute name="dictionary" type="xs:string" use="required"><xs:annotation><xs:documentation>symbol class for sequence</xs:documentation></xs:annotation></xs:attribute>
196                                                         </xs:extension>
197                                                 </xs:complexContent>
198                                         </xs:complexType>
199                                 </xs:element>
200                                 <xs:element name="DataSetAnnotations" minOccurs="0" maxOccurs="unbounded">
201                                         <xs:complexType>
202                                                 <xs:annotation><xs:documentation>Annotate over positions and regions of dataset sequences</xs:documentation>
203                                                 </xs:annotation>
204                                                 <xs:complexContent>
205                                                         <xs:extension base="vamsas:rangeAnnotation"/>
206                                                 </xs:complexContent>
207                                         </xs:complexType>
208                                 </xs:element>
209                                 <xs:element name="Alignment" minOccurs="0" maxOccurs="unbounded">
210                                         <xs:complexType>
211                                                 <xs:sequence>
212                                                         <xs:element name="AlignmentFeatures" minOccurs="0" maxOccurs="unbounded"><xs:complexType><xs:annotation>
213                                                                 <xs:documentation>Annotate over positions and regions of the alignment</xs:documentation>
214                                                         </xs:annotation><xs:complexContent>
215                                                                 <xs:extension base="vamsas:rangeAnnotation"></xs:extension>
216                                                         </xs:complexContent></xs:complexType></xs:element> 
217                                                         <xs:element name="AlignmentAnnotations" minOccurs="0" maxOccurs="unbounded">
218                                                                 <xs:complexType>
219                                                                         <xs:sequence>
220                                                                                 <xs:element ref="vamsas:annotationElement" maxOccurs="unbounded"/>
221                                                                                 <xs:element name="label" type="xs:string"/>
222                                                                                 <xs:element name="description" type="xs:string"/>
223                                                                                 <xs:element ref="vamsas:Provenance"/>
224                                                                         </xs:sequence>
225                                                                         <xs:attribute name="graph" type="xs:boolean" use="required"/>
226                                                                         <xs:attribute name="id" type="xs:ID" use="optional">                    <xs:annotation><xs:documentation>Primary Key for vamsas object referencing</xs:documentation></xs:annotation>
227                                                                         </xs:attribute>
228                                                                 </xs:complexType>
229                                                         </xs:element>
230                                                         <xs:element ref="vamsas:Tree" minOccurs="0" maxOccurs="unbounded"/>
231                                                         <xs:element name="alignmentSequence" maxOccurs="unbounded">
232                                                                 <xs:complexType>
233                                                                         <xs:complexContent>
234                                                                                 <xs:extension base="vamsas:SequenceType">
235                                                                                         <xs:sequence>
236                                                                                                 <xs:element name="AlignmentSequenceFeatures" minOccurs="0" maxOccurs="unbounded">
237                                                                                                         <xs:complexType><xs:annotation>
238                                                                                                         <xs:documentation>Annotate over positions and regions of the ungapped sequences in the alignment</xs:documentation>
239                                                                                                                 <xs:documentation>TODO: have to remove id rangeSpec or require it to be the same as dataset sequence reference</xs:documentation>
240                                                                                                 </xs:annotation><xs:complexContent>
241                                                                                                         <xs:extension base="vamsas:rangeAnnotation"></xs:extension>
242                                                                                                 </xs:complexContent></xs:complexType>
243                                                                                                 </xs:element> 
244                                                                                         </xs:sequence>
245                                                                                         <xs:attribute name="id" type="xs:ID" use="optional">
246                                                                                                 <xs:annotation><xs:documentation>Primary Key for vamsas object referencing</xs:documentation></xs:annotation>
247                                                                                         </xs:attribute>
248                                                                                         <xs:attribute name="refid" type="xs:IDREF" use="required"/>
249                                                                                 </xs:extension>
250                                                                         </xs:complexContent>
251                                                                 </xs:complexType>
252                                                         </xs:element>
253                                                         <xs:element ref="vamsas:property" minOccurs="0" maxOccurs="unbounded"><xs:annotation>
254                                                                 <xs:documentation>typical properties may be alignment score objects </xs:documentation>
255                                                         </xs:annotation></xs:element>
256                                                         <xs:element ref="vamsas:Provenance"/>
257                                                 </xs:sequence>
258                                                 <xs:attribute name="gapChar" type="xs:string" use="required"/>
259                                                 <xs:attribute name="aligned" type="xs:boolean" use="optional"/>
260                                                 <xs:attribute name="id" type="xs:ID" use="optional">                    <xs:annotation><xs:documentation>Primary Key for vamsas object referencing</xs:documentation></xs:annotation>
261                                                 </xs:attribute>
262                                                 <xs:attribute name="modifiable" type="xs:boolean" default="true" use="optional"><xs:annotation><xs:documentation>objects with modifiable=false will not be modified by a vamsas client update</xs:documentation></xs:annotation>
263                                                 </xs:attribute>
264                                         </xs:complexType>
265                                 </xs:element>
266                                 <xs:element ref="vamsas:Tree" minOccurs="0" maxOccurs="unbounded"/>
267                                 <xs:element ref="vamsas:Provenance"/>
268                         </xs:sequence>
269                         <xs:attribute name="id" type="xs:ID" use="optional">                    <xs:annotation><xs:documentation>Primary Key for vamsas object referencing</xs:documentation></xs:annotation>
270                         </xs:attribute>
271                 </xs:complexType>
272         </xs:element>
273         <xs:element name="annotationElement">
274                 <xs:complexType>
275                         <xs:annotation><xs:documentation>per-site symbolic and/or quantitative annotation</xs:documentation>
276                         <xs:documentation>SecondaryStructure and display character (from Jalview) have been subsumed into the glyph element</xs:documentation></xs:annotation>
277                         <xs:sequence>
278                                 
279                                 <xs:element name="description" type="xs:string" minOccurs="0">
280                                 <xs:annotation><xs:documentation>Free text at this position</xs:documentation></xs:annotation>
281                                 </xs:element>
282                                 <xs:element name="glyph" minOccurs="0" maxOccurs="unbounded">
283                                         <xs:annotation><xs:documentation>Discrete symbol - possibly graphically represented</xs:documentation></xs:annotation>
284                                         <xs:complexType>
285                                         <xs:simpleContent>
286                                         <xs:extension base="xs:string">
287                                                 <xs:attribute name="dict" type="xs:string" default="utf8" use="optional">
288                                                 <xs:annotation><xs:documentation>specifies the symbol dictionary for this glyph - eg utf8 (the default), aasecstr_3 or kd_hydrophobicity - the content is not validated so applications must ensure they gracefully deal with invalid entries here</xs:documentation>
289                                                 <xs:documentation>TODO: specify a minimum list of glyph dictionaries to get us started and provide a way for the vamsasClient to validate their content if regexes are specified</xs:documentation></xs:annotation></xs:attribute>
290                                 </xs:extension>
291                                 </xs:simpleContent>
292                                 </xs:complexType>                       
293                                 </xs:element>
294                                 <xs:element name="value" type="xs:float" minOccurs="0" maxOccurs="unbounded">
295                                 <xs:annotation><xs:documentation>Ordered set of float values - an application may treat the values together as a vector with common support for a set of annotation elements - but this is, again, not validated so applications should deal gracefully with varying numbers of dimensions
296                                 </xs:documentation></xs:annotation></xs:element>
297                         </xs:sequence>
298                         <xs:attribute name="position" type="xs:integer" use="required"><xs:annotation><xs:documentation>position with respect to the coordinate frame defined by a rangeType specification</xs:documentation></xs:annotation></xs:attribute>
299                         <xs:attribute name="after" type="xs:boolean" use="optional" default="false"><xs:annotation><xs:documentation>true means the annotation element appears between the specified position and the next</xs:documentation></xs:annotation></xs:attribute>
300                         <xs:attribute name="id" type="xs:ID" use="optional">                    <xs:annotation><xs:documentation>Primary Key for vamsas object referencing</xs:documentation></xs:annotation>
301                         </xs:attribute>
302                 </xs:complexType>
303         </xs:element>
304         <xs:complexType name="SequenceType">
305                 <xs:sequence>
306                         <xs:element name="sequence" type="xs:string"/>
307                         <xs:element name="name" type="xs:string"/>
308                         <xs:element name="description" type="xs:string"/>
309                         <xs:element ref="vamsas:property" minOccurs="0" maxOccurs="unbounded"><xs:annotation><xs:documentation>additional typed properties</xs:documentation></xs:annotation></xs:element>
310                 </xs:sequence>
311                 <xs:attribute name="start" type="xs:integer" use="required"/>
312                 <xs:attribute name="end" type="xs:integer" use="required"/>
313         </xs:complexType>
314         <xs:element name="ApplicationData">
315                 <xs:complexType>
316                         <xs:annotation>
317                                 <xs:documentation>Data specific to a particular type and version of vamsas application</xs:documentation>
318                         </xs:annotation>
319                         <xs:complexContent>
320                                 <xs:extension base="vamsas:appData">
321                                         <xs:sequence>
322                                                 <xs:element name="User" maxOccurs="unbounded" minOccurs="0">
323                                                         <xs:complexType>
324                                                                 <xs:complexContent>
325                                                                         <xs:extension base="vamsas:appData">
326                                                                                 <xs:annotation><xs:documentation>Data available to just a particular user</xs:documentation></xs:annotation>
327                                                                                 <xs:attribute name="fullname" type="xs:string" use="required"/>
328                                                                                 <xs:attribute name="organization" type="xs:string" use="required"/>
329                                                                         </xs:extension>
330                                                                 </xs:complexContent>
331                                                         </xs:complexType>
332                                                 </xs:element>
333                                                 <xs:element name="Common" maxOccurs="1" minOccurs="0">
334                                                         <xs:complexType>
335                                                                 <xs:complexContent>
336                                                                         <xs:extension base="vamsas:appData">                                                                    </xs:extension>
337                                                                 </xs:complexContent>
338                                                         </xs:complexType>
339                                                 </xs:element>
340                                                 <xs:element name="Instance" maxOccurs="unbounded" minOccurs="0">
341                                                         <xs:complexType>
342                                                                 <xs:complexContent>
343                                                                         <xs:extension base="vamsas:appData">
344                                                                                 <xs:annotation>
345                                                                                         <xs:documentation>Data available to just a specific instance of the application</xs:documentation>
346                                                                                 </xs:annotation>
347                                                                                 <xs:attribute name="urn" type="xs:string" use="required"/>
348                                                                         </xs:extension>
349                                                                 </xs:complexContent>
350                                                         </xs:complexType>
351                                                 </xs:element>
352                                         </xs:sequence>
353                                         <xs:attribute name="version" type="xs:string" use="required"/>
354                                         <xs:attribute name="name" type="xs:string" use="required"/>
355                                 </xs:extension>
356                         </xs:complexContent>
357                 </xs:complexType>
358         </xs:element>
359         <xs:element name="Attachment">
360         <xs:complexType>
361         <xs:complexContent>
362           <xs:extension base="vamsas:appData">
363           <xs:annotation>
364           <xs:documentation>General data container to attach a typed data object to any vamsas object</xs:documentation>
365           </xs:annotation>
366           <xs:attribute name="compressed" type="xs:boolean" use="optional" default="false"><xs:annotation><xs:documentation>true implies data will be decompresses with Zip before presenting to application</xs:documentation></xs:annotation></xs:attribute>
367           <xs:attribute name="type" type="xs:string" use="required"><xs:annotation><xs:documentation>Type of arbitrary data - TODO: decide format - use (extended) MIME types ?</xs:documentation></xs:annotation></xs:attribute>
368           <xs:attribute name="objectref" type="xs:IDREF" use="required"><xs:annotation><xs:documentation>Object the arbitrary data is associated with</xs:documentation></xs:annotation></xs:attribute>
369           <xs:attribute name="id" type="xs:ID" use="optional">                  <xs:annotation><xs:documentation>Primary Key for vamsas object referencing</xs:documentation></xs:annotation>
370                         </xs:attribute>
371           </xs:extension>         
372         </xs:complexContent>
373         </xs:complexType>
374         </xs:element>
375         <xs:complexType name="appData">
376                 <xs:choice>
377                         <xs:element name="data" type="xs:base64Binary"/>
378                         <xs:element name="dataReference" type="xs:string"/>
379                 </xs:choice>
380         </xs:complexType>
381 </xs:schema>