<xs:sequence>\r
\r
<xs:element name="creationDate" type="xs:dateTime"/>\r
+ \r
+ <xs:element name="version" type="xs:string"/>\r
\r
<xs:element name="vamsasModel" type="vamsas:VAMSAS"/>\r
\r
\r
</xs:element>\r
\r
- <xs:element name="JGroup" maxOccurs="unbounded">\r
+ <xs:element name="JGroup" minOccurs="0" maxOccurs="unbounded">\r
\r
<xs:complexType>\r
\r
\r
</xs:complexType>\r
\r
- </xs:element> \r
+ </xs:element> \r
+ \r
\r
- <xs:element name="UserColours" maxOccurs="unbounded">\r
+ <xs:element name="UserColours" minOccurs="0" maxOccurs="unbounded">\r
<xs:complexType> \r
<xs:sequence minOccurs="1">\r
<xs:element name="UserColourScheme" type="jalview:JalviewUserColours"/>\r
<xs:attribute name="id" type="xs:string"/>\r
</xs:complexType>\r
</xs:element>\r
+ \r
+ <xs:element name="tree" minOccurs="0" maxOccurs="unbounded">\r
+ <xs:complexType> \r
+ <xs:sequence minOccurs="0" maxOccurs="1">\r
+ <xs:element name="title" type="xs:string"/>\r
+ <xs:element name="newick" type="xs:string"/>\r
+ </xs:sequence>\r
+ <xs:attribute name="width" type="xs:int"/>\r
+ <xs:attribute name="height" type="xs:int"/>\r
+ <xs:attribute name="xpos" type="xs:int"/>\r
+ <xs:attribute name="ypos" type="xs:int"/>\r
+ <xs:attribute name="fontSize" type="xs:int"/>\r
+ <xs:attribute name="threshold" type="xs:float"/>\r
+ <xs:attribute name="showBootstrap" type="xs:boolean"/>\r
+ <xs:attribute name="showDistances" type="xs:boolean"/>\r
+ <xs:attribute name="markUnlinked" type="xs:boolean"/>\r
+ <xs:attribute name="fitToWindow" type="xs:boolean"/>\r
+ <xs:attribute name="currentTree" type="xs:boolean"/>\r
+ </xs:complexType>\r
+ </xs:element> \r
\r
</xs:sequence>\r
\r