Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element metronome-note/metronome-type
Namespace No namespace
Annotations
The metronome-type element works like the type element in defining metric relationships.
Diagram
Diagram musicxml84.tmp#id78
Type note-type-value
Properties
content: simple
Facets
enumeration 256th, 128th, 64th, 32nd, 16th, eighth, quarter, half, whole, breve, long
Source
<xs:element name="metronome-type" type="note-type-value">
  <xs:annotation>
    <xs:documentation>The metronome-type element works like the type element in defining metric relationships.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element metronome-note/metronome-dot
Namespace No namespace
Annotations
The metronome-dot element works like the dot element in defining metric relationships.
Diagram
Diagram musicxml53.tmp#id207
Type empty
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="metronome-dot" type="empty" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>The metronome-dot element works like the dot element in defining metric relationships.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element metronome-note/metronome-beam
Namespace No namespace
Diagram
Diagram musicxml142.tmp#id76 musicxml161.tmp#id446 musicxml161.tmp#id445
Type metronome-beam
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Attributes
QName Type Fixed Default Use Annotation
number beam-level 1 optional
Source
<xs:element name="metronome-beam" type="metronome-beam" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element metronome-note/metronome-tuplet
Namespace No namespace
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 musicxml150.tmp#id448
Type metronome-tuplet
Type hierarchy
Properties
content: complex
minOccurs: 0
Model actual-notes , normal-notes , normal-type , normal-dot*
Children actual-notes, normal-dot, normal-notes, normal-type
Instance
<metronome-tuplet bracket="" show-number="" type="">
  <actual-notes>{1,1}</actual-notes>
  <normal-notes>{1,1}</normal-notes>
</metronome-tuplet>
Attributes
QName Type Fixed Default Use Annotation
bracket yes-no optional
show-number show-tuplet optional
type start-stop required
Source
<xs:element name="metronome-tuplet" type="metronome-tuplet" minOccurs="0"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Complex Type metronome-note
Namespace No namespace
Annotations
The metronome-note type defines the appearance of a note within a metric relationship mark.
Diagram
Diagram musicxml87.tmp#id442 musicxml87.tmp#id443 musicxml87.tmp#id444 musicxml87.tmp#id447
Used by
Model metronome-type , metronome-dot* , metronome-beam* , metronome-tuplet{0,1}
Children metronome-beam, metronome-dot, metronome-tuplet, metronome-type
Source
<xs:complexType name="metronome-note">
  <xs:annotation>
    <xs:documentation>The metronome-note type defines the appearance of a note within a metric relationship mark.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="metronome-type" type="note-type-value">
      <xs:annotation>
        <xs:documentation>The metronome-type element works like the type element in defining metric relationships.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="metronome-dot" type="empty" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>The metronome-dot element works like the dot element in defining metric relationships.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="metronome-beam" type="metronome-beam" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element name="metronome-tuplet" type="metronome-tuplet" minOccurs="0"/>
  </xs:sequence>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd