Merge branch 'develop' into spike/JAL-4047/JAL-4048_columns_in_sequenceID
[jalview.git] / schemas / vamsas.xsd
index abfabb1..fedbae3 100755 (executable)
                        <xs:element name="groups" type="xs:string" minOccurs="0"
                                maxOccurs="unbounded">
                                <xs:annotation>
-                                       <xs:documentation>Comma separated series of BigIntegers formed from
+                                       <xs:documentation>Comma separated series of longs formed from
                                                bitsets defining partitions on the rows/columns of the matrix
                                        </xs:documentation>
                                </xs:annotation>
                        </xs:element>
                        <xs:element name="property" type="vamsas:property"
                                minOccurs="0" maxOccurs="unbounded" />
+                       <xs:element name="mapping" type="vamsas:mapListType"
+                               minOccurs="0" maxOccurs="1">
+                       <xs:annotation>
+                               <xs:documentation>mapping from the matrix row and column positions to
+                                       associated reference frame</xs:documentation>
+                               </xs:annotation>
+                       </xs:element>
                </xs:sequence>
 
                <xs:attribute name="type" type="xs:string" use="required" />