The trill-beats type specifies the beats used in a trill-sound or bend-sound attribute group. It is a decimal value with a minimum value of 2. |
Attributes | bend-sound/@beats, trill-sound/@beats |
<xs:simpleType name="trill-beats"> <xs:annotation> <xs:documentation>The trill-beats type specifies the beats used in a trill-sound or bend-sound attribute group. It is a decimal value with a minimum value of 2.</xs:documentation> </xs:annotation> <xs:restriction base="xs:decimal"> <xs:minInclusive value="2"/> </xs:restriction> </xs:simpleType> |