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