AbstractSeqMatrix

The AbstractSeqMatrix super class is the abstract type for a
<matrix> element that contains rows which hold raw character sequences.

Complex Type Information

Model

Children: meta, row, set

Attributes

QName Type Fixed Default Use Inheritable Annotation
about URIorSafeCURIE optional
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="AbstractSeqMatrix" abstract="true" mixed="false">
  <xs:annotation>
    <xs:documentation>The AbstractSeqMatrix super class is the abstract type for a <matrix> element that contains rows which hold raw character sequences.</xs:documentation>
  </xs:annotation>
  <xs:complexContent mixed="false">
    <xs:extension base="Annotated">
      <xs:sequence minOccurs="1" maxOccurs="1">
        <xs:element name="row" minOccurs="1" maxOccurs="unbounded" type="AbstractSeqRow"/>
        <xs:element name="set" minOccurs="0" maxOccurs="unbounded" type="RowSet"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>