[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 complex types for OTU objects and their container objects. These types are analogous to the "taxa" block in NEXUS files. They are used in the nexml schema, and in instance documents, to normalize the cardinality between nodes in trees and rows in matrices.
Other views (open in new window):
Complex types
Taxa
Inheritance
Taxa extends IDTagged.
Substructures
- an element called "otu", instance of Taxon (0..unbounded).
Definition source
<xs:complexType name="Taxa"> <xs:complexContent> <xs:extension base="IDTagged"> <xs:sequence> <xs:element maxOccurs="unbounded" minOccurs="0" name="otu" type="Taxon"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
[ Back to top ]
Taxon
Inheritance
Taxon extends IDTagged.
Definition source
<xs:complexType name="Taxon" sawsdl:modelReference="http://evolutionaryontology-dev.nescent.org/cdao.owl#TU"> <xs:complexContent> <xs:extension base="IDTagged"/> </xs:complexContent> </xs:complexType>
[ Back to top ]
See also
~/nexml/xsd/taxa/taxa.xsd includes the following other files:
~/nexml/xsd/taxa/taxa.xsd is included in:
This page summarizes the contents of schema file "~/nexml/xsd/taxa/taxa.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 19:12:10 2008.
inheritance tree
inclusions tree
schema source