<xs:complexType name="metronome-tuplet">
<xs:annotation>
<xs:documentation>The metronome-tuplet type uses the same element structure as the time-modification element along with some attributes from the tuplet element.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="time-modification">
<xs:attribute name="type" type="start-stop" use="required"/>
<xs:attribute name="bracket" type="yes-no"/>
<xs:attribute name="show-number" type="show-tuplet"/>
</xs:extension>
</xs:complexContent>
</xs:complexType> |