[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 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).
- an element called "set", instance of TaxonSet (0..unbounded).
Definition source
<xs:complexType name="Taxa"> <xs:complexContent mixed="false"> <xs:extension base="IDTagged"> <xs:sequence> <xs:element maxOccurs="unbounded" minOccurs="0" name="otu" type="Taxon"/> <xs:element maxOccurs="unbounded" minOccurs="0" name="set" type="TaxonSet"/> </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 1740. That schema file was last modified by rvos on 2010-09-28 10:46:26 -0400 (Tue, 28 Sep 2010), and this HTML summary page was generated on Sun Feb 5 09:44:01 2012.
inheritance tree
inclusions tree
schema source