Description
The tuplet-portion type provides optional full control over tuplet specifications. It allows the number and note type (including dots) to be set for the actual and normal portions of a single tuplet. If any of these elements are absent, their values are based on the time-modification element.
Derived By
Restricting xs:anyType
Content Model
Contains elements as defined in the following table.
Component |
Type |
Occurs |
Default |
Description |
|
|
1..1 |
|
|
tuplet-number |
tuplet-number |
0..1 |
|
The tuplet-number type indicates the number of notes for this portion of the tuplet.
|
tuplet-type |
tuplet-type |
0..1 |
|
The tuplet-type type indicates the graphical note type of the notes for this portion of the tuplet.
|
tuplet-dot |
tuplet-dot |
0..* |
|
The tuplet-dot type is used to specify dotted normal tuplet types.
|
|
|
|
|
|
Referenced By
Definition
<xs:complexType name="tuplet-portion">
<xs:annotation>
<xs:documentation>The tuplet-portion type provides optional full control over tuplet specifications. It allows the number and note type (including dots) to be set for the actual and normal portions of a single tuplet. If any of these elements are absent, their values are based on the time-modification element.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="tuplet-number" type="tuplet-number" minOccurs="0">
<xsd:annotation>
<xsd:documentation>The tuplet-number type indicates the number of notes for this portion of the tuplet.</xsd:documentation>
</xsd:annotation>
</xs:element>
<xs:element name="tuplet-type" type="tuplet-type" minOccurs="0">
<xsd:annotation>
<xsd:documentation>The tuplet-type type indicates the graphical note type of the notes for this portion of the tuplet.</xsd:documentation>
</xsd:annotation>
</xs:element>
<xs:element name="tuplet-dot" type="tuplet-dot" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>The tuplet-dot type is used to specify dotted normal tuplet types.</xsd:documentation>
</xsd:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>