Description
Time signatures are represented by the beats element for the numerator and the beat-type element for the denominator.
Derived By
Type time
Attributes
Content Model
Contains elements as defined in the following table.
Component |
Type |
Occurs |
Default |
Description |
|
|
1..1 |
|
|
senza-misura |
xs:string |
1..1 |
|
A senza-misura element explicitly indicates that no time signature is present. The optional element content indicates the symbol to be used, if any, such as an X. The time element's symbol attribute is not used when a senza-misura element is present.
|
|
|
1..1 |
|
|
|
|
1..* |
|
|
beats |
xs:string |
1..1 |
|
The beats element indicates the number of beats, as found in the numerator of a time signature.
|
beat-type |
xs:string |
1..1 |
|
The beat-type element indicates the beat unit, as found in the denominator of a time signature.
|
|
|
|
|
|
interchangeable |
interchangeable |
0..1 |
|
The interchangeable type is used to represent the second in a pair of interchangeable dual time signatures, such as the 6/8 in 3/4 (6/8). A separate symbol attribute value is available compared to the time element's symbol attribute, which applies to the first of the dual time signatures. The parentheses attribute value is yes by default.
|
|
|
|
|
|
|
|
|
|
|
Referenced By
Example
<attributes>
<time>
<beats>3</beats>
<beat-type>4</beat-type>
</time>
</attributes>
Definition
See attributes