TaxonLinked

The TaxonLinked complexType is a super class for objects that 
require a taxon 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 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

Source

<xs:complexType name="TaxonLinked" abstract="true">
  <xs:annotation>
    <xs:documentation>The TaxonLinked complexType is a super class for objects that require a taxon id reference.</xs:documentation>
  </xs:annotation>
  <xs:complexContent mixed="false">
    <xs:extension base="IDTagged">
      <xs:attribute name="otu" type="xs:IDREF" use="required"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>