<xs:complexType name="AAMatrixObsRow" abstract="false">
<xs:annotation>
<xs:documentation>This is a row in a matrix of amino acid 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="AAObs"/>
<xs:element name="set" minOccurs="0" maxOccurs="unbounded" type="CellSet"/>
</xs:sequence>
</xs:restriction>
</xs:complexContent>
</xs:complexType> |