mei:mei_att.tuplet.vis.attribute.num.format

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
num.format restriction of xs:token optional
Controls how the num:numbase ratio is to be displayed.

Used By

Source

<xs:attributeGroup name="mei_att.tuplet.vis.attribute.num.format">
  <xs:attribute name="num.format">
    <xs:annotation>
      <xs:documentation>Controls how the num:numbase ratio is to be displayed.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="count">
          <xs:annotation>
            <xs:documentation>Only the num attribute is displayed, e.g., '7'.</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="ratio">
          <xs:annotation>
            <xs:documentation>Both the num and numbase attributes are displayed, e.g., '7:4'.</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>