JAL-1767 save PCA D and E vectors instead of 'details' text
[jalview.git] / schemas / jalview.xsd
index 109b83b..acf842b 100755 (executable)
                        </xs:documentation>
                </xs:annotation>
                <xs:sequence>
-                       <xs:element name="details" type="xs:string">
-                               <xs:annotation>
-                                       <xs:documentation>
-                                               The text report of the calculation
-                                       </xs:documentation>
-                               </xs:annotation>
-                       </xs:element>
                        <xs:element name="pairwiseMatrix" type="jv:DoubleMatrix" />
+                       <xs:element name="tridiagonalMatrix" type="jv:DoubleMatrix" />
+                       <xs:element name="tridiagonalD" type="jv:DoubleVector" />
+                       <xs:element name="tridiagonalE" type="jv:DoubleVector" />
                        <xs:element name="eigenMatrix" type="jv:DoubleMatrix" />
                        <xs:element name="eigenMatrixD" type="jv:DoubleVector" />
-                       <xs:element name="eigenMatrixE" type="jv:DoubleVector" />
                </xs:sequence>
        </xs:complexType>
        <xs:complexType name="DoubleVector">