Nexml

The root element for nexml.

Complex Type Information

Model

Children: characters, meta, otus, trees

Attributes

QName Type Fixed Default Use Inheritable Annotation
about URIorSafeCURIE optional
generator xs:string optional
version Nexml1_0 required
xml:base xs:anyURI optional
See http://www.w3.org/TR/xmlbase/ for
information about this attribute.
Wildcard: ANY attribute from ANY namespace

Used By

Element nexml

Source

<xs:complexType name="Nexml" mixed="false">
  <xs:annotation>
    <xs:documentation>The root element for nexml.</xs:documentation>
  </xs:annotation>
  <xs:complexContent mixed="false">
    <xs:extension base="Annotated">
      <xs:sequence maxOccurs="unbounded" minOccurs="0">
        <xs:element maxOccurs="unbounded" minOccurs="1" name="otus" type="Taxa"/>
        <xs:sequence maxOccurs="unbounded" minOccurs="0">
          <xs:choice>
            <xs:element maxOccurs="unbounded" minOccurs="0" name="characters" type="AbstractBlock"/>
            <xs:element maxOccurs="unbounded" minOccurs="0" name="trees" type="Trees"/>
          </xs:choice>
        </xs:sequence>
      </xs:sequence>
      <xs:attribute name="version" type="Nexml1_0" use="required"/>
      <xs:attribute name="generator" type="xs:string" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>