StandardSeqMatrix

A matrix of rows with seq strings of type standard.

Complex Type Information

Model

Children: 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.

Used By

Source

<xs:complexType name="StandardSeqMatrix" abstract="false">
  <xs:annotation>
    <xs:documentation>A matrix of rows with seq strings of type standard.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:restriction base="AbstractSeqMatrix">
      <xs:sequence minOccurs="1" maxOccurs="1">
        <xs:element name="row" minOccurs="1" maxOccurs="unbounded" type="StandardMatrixSeqRow"/>
        <xs:element name="set" minOccurs="0" maxOccurs="unbounded" type="RowSet"/>
      </xs:sequence>
    </xs:restriction>
  </xs:complexContent>
</xs:complexType>