nexml schema 0.9 ~/nexml/xsd/trees/trees.xsd

Skip to: Site menu | Main content

The 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.

Process nexml data

Schema module documentation

~ / doc / schema-1 / trees / trees
rss | digg reddit del.icio.us facebook — Last updated: Tue Sep 23 12:49:28 IST 2014

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
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>

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.