AbstractObsRow

The AbstractObsRow 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 multiple cell elements.

Complex Type Information

Model

Children: cell, meta, set

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="AbstractObsRow" abstract="true" mixed="false">
  <xs:annotation>
    <xs:documentation>The AbstractObsRow 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 multiple cell elements.</xs:documentation>
  </xs:annotation>
  <xs:complexContent mixed="false">
    <xs:extension base="TaxonLinked">
      <xs:sequence minOccurs="1" maxOccurs="1">
        <xs:element name="cell" minOccurs="1" maxOccurs="unbounded" type="AbstractObs"/>
        <xs:element name="set" minOccurs="0" maxOccurs="unbounded" type="CellSet"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>