OptionalTaxonLinked

The OptionalOTULinked complexType is a super class for objects that 
that optionally have an otu id reference.

Complex Type Information

Model

Children: meta

Attributes

QName Type Fixed Default Use Inheritable Annotation
about URIorSafeCURIE optional
id xs:ID required
label xs:string optional
otu xs:IDREF optional
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

Complex Type AbstractNode

Source

<xs:complexType name="OptionalTaxonLinked" abstract="true">
  <xs:annotation>
    <xs:documentation>The OptionalOTULinked complexType is a super class for objects that that optionally have an otu id reference.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="IDTagged">
      <xs:attribute name="otu" type="xs:IDREF" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>