AbstractSeqRow

The AbstractSeqRow represents a single row in a matrix. The row
must refer to a previously declared otu element by its id attribute (and must have
an id itself, may have a label, and may have meta attachments). The row
contains a single seq element with raw character data.

Complex Type Information

Model

Children: meta, seq

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="AbstractSeqRow" abstract="true">
  <xs:annotation>
    <xs:documentation>The AbstractSeqRow represents a single row in a matrix. The row must refer to a previously declared otu element by its id attribute (and must have an id itself, may have a label, and may have meta attachments). The row contains a single seq element with raw character data.</xs:documentation>
  </xs:annotation>
  <xs:complexContent mixed="false">
    <xs:extension base="TaxonLinked">
      <xs:sequence minOccurs="1" maxOccurs="1">
        <xs:element name="seq" minOccurs="1" maxOccurs="1" type="xs:anySimpleType"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>