mei:mei_att.meterSigDefault.vis.attribute.meter.rend

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
meter.rend restriction of xs:token optional
Contains an indication of how the meter signature should be
rendered.

Used By

Source

<xs:attributeGroup name="mei_att.meterSigDefault.vis.attribute.meter.rend">
  <xs:attribute name="meter.rend">
    <xs:annotation>
      <xs:documentation>Contains an indication of how the meter signature should be rendered.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="num">
          <xs:annotation>
            <xs:documentation>Show only the number of beats.</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="denomsym">
          <xs:annotation>
            <xs:documentation>The lower number in the meter signature is replaced by a note symbol.</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="norm">
          <xs:annotation>
            <xs:documentation>Meter signature rendered using traditional numeric values.</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="invis">
          <xs:annotation>
            <xs:documentation>Meter signature not rendered.</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>