Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type metronome-tuplet
Namespace No namespace
Annotations
The metronome-tuplet type uses the same element structure as the time-modification element along with some attributes from the tuplet element.
Diagram
Diagram musicxml127.tmp#id450 musicxml127.tmp#id451 musicxml127.tmp#id452 musicxml127.tmp#id453 musicxml127.tmp#id449 musicxml150.tmp#id454 musicxml150.tmp#id455 musicxml150.tmp#id456
Type extension of time-modification
Type hierarchy
Used by
Model actual-notes , normal-notes , normal-type , normal-dot*
Children actual-notes, normal-dot, normal-notes, normal-type
Attributes
QName Type Fixed Default Use Annotation
bracket yes-no optional
show-number show-tuplet optional
type start-stop required
Source
<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>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute metronome-tuplet/@type
Namespace No namespace
Type start-stop
Properties
use: required
Facets
enumeration start, stop
Used by
Complex Type metronome-tuplet
Source
<xs:attribute name="type" type="start-stop" use="required"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute metronome-tuplet/@bracket
Namespace No namespace
Type yes-no
Properties
content: simple
Facets
enumeration yes, no
Used by
Complex Type metronome-tuplet
Source
<xs:attribute name="bracket" type="yes-no"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute metronome-tuplet/@show-number
Namespace No namespace
Type show-tuplet
Properties
content: simple
Facets
enumeration actual, both, none
Used by
Complex Type metronome-tuplet
Source
<xs:attribute name="show-number" type="show-tuplet"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd