The divisions type is used to express values in terms of the musical divisions defined by the divisions element. It is preferred that these be integer values both for MIDI interoperability and to avoid roundoff errors. |
Simple Type | positive-divisions |
Attributes | barline/@divisions, bezier/@bezier-offset, bezier/@bezier-offset2, grace/@make-time, note/@attack, note/@release, sound/@divisions |
Complex Type | offset |
<xs:simpleType name="divisions"> <xs:annotation> <xs:documentation>The divisions type is used to express values in terms of the musical divisions defined by the divisions element. It is preferred that these be integer values both for MIDI interoperability and to avoid roundoff errors.</xs:documentation> </xs:annotation> <xs:restriction base="xs:decimal"/> </xs:simpleType> |