trill-beats

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.

Simple Type Information

Used By

Source

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