The AbstractObs type is the superclass for single observations, i.e. cells in a matrix. A concrete instance of AbstractObs has a "char" attribute that refers to an explicitly defined character (e.g. in categorical matrices), and a "state" attribute that either holds a reference to an explicitly defined state, or a raw state value (a continuous value). |
Complex Types | AAObs, ContinuousObs, DNAObs, RNAObs, RestrictionObs, StandardObs |
Element | AbstractObsRow/cell |
<xs:complexType name="AbstractObs" abstract="true"> <xs:annotation> <xs:documentation>The AbstractObs type is the superclass for single observations, i.e. cells in a matrix. A concrete instance of AbstractObs has a "char" attribute that refers to an explicitly defined character (e.g. in categorical matrices), and a "state" attribute that either holds a reference to an explicitly defined state, or a raw state value (a continuous value).</xs:documentation> <xs:appinfo>Character_State_Datum</xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="Labelled"> <xs:attribute name="char" use="required" type="xs:anySimpleType"/> <xs:attribute name="state" use="required" type="xs:anySimpleType"/> </xs:extension> </xs:complexContent> </xs:complexType> |