MSTokenLength

The MSTokenLength simple type is used to specify, per column, how many
tokens may occur in a multistate single observation matrix. For example,
in a matrix where every cell holds a vector of two continuous values
(say, mean and standard deviation of a measurement), the column definition
provides a hint to this effect, by setting the attribute tokens="2"

Simple Type Information

Used By

Source

<xs:simpleType name="MSTokenLength">
  <xs:annotation>
    <xs:documentation>The MSTokenLength simple type is used to specify, per column, how many tokens may occur in a multistate single observation matrix. For example, in a matrix where every cell holds a vector of two continuous values (say, mean and standard deviation of a measurement), the column definition provides a hint to this effect, by setting the attribute tokens="2"</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:positiveInteger"/>
</xs:simpleType>