[NeXML]
Rich phyloinformatic dataThe future data exchange standard is here!
NeXML is an exchange standard for representing phyloinformatic 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).
- an element called "set", instance of TreeAndNetworkSet (0..unbounded).
Definition source
<xs:complexType abstract="false" mixed="false" name="Trees"> <xs:complexContent mixed="false"> <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:element maxOccurs="unbounded" minOccurs="0" name="set" type="TreeAndNetworkSet"/> </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". Generated on Tue Sep 23 12:49:36 2014.