phy:Phyloxml

'phyloxml' is the name of the root element. Phyloxml contains an
arbitrary number of 'phylogeny' elements (each representing one phylogeny) possibly
followed by elements from other namespaces.

Complex Type Information

Model

phy:phylogeny* , ANY element from ANY namespace OTHER than 'http://www.phyloxml.org'
Children: phy:phylogeny

Used By

Element phy:phyloxml

Source

<xs:complexType name="Phyloxml">
  <xs:annotation>
    <xs:documentation>'phyloxml' is the name of the root element. Phyloxml contains an arbitrary number of 'phylogeny' elements (each representing one phylogeny) possibly followed by elements from other namespaces.</xs:documentation>
  </xs:annotation>
  <xs:sequence maxOccurs="unbounded">
    <xs:element name="phylogeny" type="phy:Phylogeny" minOccurs="0" maxOccurs="unbounded"/>
    <xs:any minOccurs="0" maxOccurs="unbounded" processContents="lax" namespace="##other"/>
  </xs:sequence>
</xs:complexType>