AAMatrixSeqRow

This is a row in a matrix of amino acid data containing raw sequence data.

Complex Type Information

Model

Children: meta, seq

Attributes

QName Type Fixed Default Use Inheritable Annotation
about URIorSafeCURIE optional
id xs:ID required
label xs:string optional
otu xs:IDREF required
xml:base xs:anyURI optional
See http://www.w3.org/TR/xmlbase/ for
information about this attribute.

Used By

Element AASeqMatrix/row

Source

<xs:complexType name="AAMatrixSeqRow" abstract="false">
  <xs:annotation>
    <xs:documentation>This is a row in a matrix of amino acid data containing raw sequence data.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:restriction base="AbstractSeqRow">
      <xs:sequence minOccurs="1" maxOccurs="1">
        <xs:element name="meta" minOccurs="0" maxOccurs="unbounded" type="Meta"/>
        <xs:element name="seq" minOccurs="1" maxOccurs="1" type="AASeq"/>
      </xs:sequence>
    </xs:restriction>
  </xs:complexContent>
</xs:complexType>