<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> |