<xs:attribute name="form">
<xs:annotation>
<xs:documentation>Describes the style of the tremolo.</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> |