[nexml]
phylogenetic data in xmlThe future data exchange standard is here!
nexml is an exchange standard for representing phylogenetic data — inspired by the commonly used NEXUS format, but more robust and easier to process.
Schema module documentation
Description
This module defines the complex type for a set of trees, analogous to the "trees" block in NEXUS files. The module includes the modules that define concrete instances of tree objects and of network objects.
Other views (open in new window):
Complex types
Trees
Description
A concrete container for tree objects.
Inheritance
Trees extends TaxaLinked.
Substructures
-
a choice between items:
- an element called "network", instance of AbstractNetwork (1..unbounded).
- an element called "tree", instance of AbstractTree (1..unbounded).
Definition source
<xs:complexType abstract="false" name="Trees"> <xs:complexContent> <xs:extension base="TaxaLinked"> <xs:sequence maxOccurs="1" minOccurs="1"> <xs:choice maxOccurs="unbounded" minOccurs="0"> <xs:element maxOccurs="unbounded" minOccurs="1" name="network" type="AbstractNetwork"/> <xs:element maxOccurs="unbounded" minOccurs="1" name="tree" type="AbstractTree"/> </xs:choice> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
[ Back to top ]
See also
~/nexml/xsd/trees/trees.xsd includes the following other files:
~/nexml/xsd/trees/trees.xsd is included in:
This page summarizes the contents of schema file "~/nexml/xsd/trees/trees.xsd" as of revision 654. That schema file was last modified by rvos on 2008-09-22 15:17:49 -0400 (Mon, 22 Sep 2008), and this HTML summary page was generated on Mon Dec 1 15:57:26 2008.
inheritance tree
inclusions tree
schema source