Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element beat-unit/beat-unit
Namespace No namespace
Annotations
The beat-unit element indicates the graphical note type to use in a metronome mark.
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="beat-unit" type="note-type-value">
  <xs:annotation>
    <xs:documentation>The beat-unit element indicates the graphical note type to use in a metronome mark.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element beat-unit/beat-unit-dot
Namespace No namespace
Annotations
The beat-unit-dot element is used to specify any augmentation dots for a metronome mark note.
Diagram
Diagram musicxml53.tmp#id207
Type empty
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="beat-unit-dot" type="empty" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>The beat-unit-dot element is used to specify any augmentation dots for a metronome mark note.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element Group beat-unit
Namespace No namespace
Diagram
Diagram musicxml133.tmp#id436 musicxml133.tmp#id437
Used by
Complex Type metronome
Model beat-unit , beat-unit-dot*
Children beat-unit, beat-unit-dot
Source
<xs:group name="beat-unit">
  <xs:annotation>
    <xs:documentation>The beat-unit group combines elements used repeatedly in the metronome element to specify a note within a metronome mark.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="beat-unit" type="note-type-value">
      <xs:annotation>
        <xs:documentation>The beat-unit element indicates the graphical note type to use in a metronome mark.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="beat-unit-dot" type="empty" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>The beat-unit-dot element is used to specify any augmentation dots for a metronome mark note.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:group>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd