From c9d8f5e065ce811cbbfb992e5c2ae09c8574352e Mon Sep 17 00:00:00 2001 From: cmzmasek Date: Mon, 30 Sep 2013 04:40:31 +0000 Subject: [PATCH] in progress --- .../resources/phyloxml_schema/1.10/phyloxml.xsd | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/forester/resources/phyloxml_schema/1.10/phyloxml.xsd b/forester/resources/phyloxml_schema/1.10/phyloxml.xsd index 9f8d566..525bc69 100644 --- a/forester/resources/phyloxml_schema/1.10/phyloxml.xsd +++ b/forester/resources/phyloxml_schema/1.10/phyloxml.xsd @@ -12,11 +12,11 @@ - + - - + + @@ -192,7 +192,7 @@ Element Sequence is used to represent a molecular sequence (Protein, DNA, RNA) associated - with a node. 'symbol' is a short (maximal ten characters) symbol of the sequence (e.g. 'ACTM') whereas + with a node. 'symbol' is a short (maximal 30 characters) symbol of the sequence (e.g. 'ACTM') whereas 'name' is used for the full name (e.g. 'muscle Actin'). 'location' is used for the location of a sequence on a genome/chromosome. The actual sequence can be stored with the 'mol_seq' element. Attribute 'type' is used to indicate the type of sequence ('dna', 'rna', or 'protein'). One intended use for 'id_ref' is to link a @@ -207,6 +207,7 @@ + @@ -216,7 +217,7 @@ - + @@ -251,6 +252,15 @@ + + + + Used to store accessions to additional resources. + + + + + -- 1.7.10.2