<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> |