RNAMatrixObsRow

This is a row in a matrix of RNA data containing granular observations.

Complex Type Information

Model

Children: cell, meta, set

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

Source

<xs:complexType name="RNAMatrixObsRow" abstract="false">
  <xs:annotation>
    <xs:documentation>This is a row in a matrix of RNA data containing granular observations.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:restriction base="AbstractObsRow">
      <xs:sequence minOccurs="1" maxOccurs="1">
        <xs:element name="meta" minOccurs="0" maxOccurs="unbounded" type="Meta"/>
        <xs:element name="cell" minOccurs="1" maxOccurs="unbounded" type="RNAObs"/>
        <xs:element name="set" minOccurs="0" maxOccurs="unbounded" type="CellSet"/>
      </xs:sequence>
    </xs:restriction>
  </xs:complexContent>
</xs:complexType>