AbstractSeqs

The AbstractSeqBlock type is the superclass for character blocks that
consist of raw character sequences.

Complex Type Information

Model

Children: format, matrix, meta

Attributes

QName Type Fixed Default Use Inheritable Annotation
about URIorSafeCURIE optional
id xs:ID required
label xs:string optional
otus 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="AbstractSeqs" abstract="true" mixed="false">
  <xs:annotation>
    <xs:documentation>The AbstractSeqBlock type is the superclass for character blocks that consist of raw character sequences.</xs:documentation>
  </xs:annotation>
  <xs:complexContent mixed="false">
    <xs:extension base="AbstractBlock">
      <xs:sequence minOccurs="1" maxOccurs="1">
        <xs:element name="matrix" minOccurs="1" maxOccurs="1" type="AbstractSeqMatrix"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>