mei:mei_att.bTrem.log.attribute.form

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
form restriction of xs:token optional
Indicates whether the tremolo is measured or
unmeasured.

Used By

Source

<xs:attributeGroup name="mei_att.bTrem.log.attribute.form">
  <xs:attribute name="form">
    <xs:annotation>
      <xs:documentation>Indicates whether the tremolo is measured or unmeasured.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="meas">
          <xs:annotation>
            <xs:documentation>Measured tremolo.</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="unmeas">
          <xs:annotation>
            <xs:documentation>Unmeasured tremolo.</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>