Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element metronome/per-minute
Namespace No namespace
Diagram
Diagram musicxml1.tmp#id108 musicxml155.tmp#id439
Type per-minute
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
font-family comma-separated-text optional
font-size font-size optional
font-style font-style optional
font-weight font-weight optional
Source
<xs:element name="per-minute" type="per-minute"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element metronome/metronome-note
Namespace No namespace
Diagram
Diagram musicxml87.tmp#id442 musicxml87.tmp#id443 musicxml87.tmp#id444 musicxml87.tmp#id447 musicxml87.tmp#id441
Type metronome-note
Properties
content: complex
maxOccurs: unbounded
Model metronome-type , metronome-dot* , metronome-beam* , metronome-tuplet{0,1}
Children metronome-beam, metronome-dot, metronome-tuplet, metronome-type
Instance
<metronome-note>
  <metronome-type>{1,1}</metronome-type>
  <metronome-dot>{0,unbounded}</metronome-dot>
  <metronome-beam number="1">{0,unbounded}</metronome-beam>
  <metronome-tuplet bracket="" show-number="" type="">{0,1}</metronome-tuplet>
</metronome-note>
Source
<xs:element name="metronome-note" type="metronome-note" maxOccurs="unbounded"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element metronome/metronome-relation
Namespace No namespace
Annotations
The metronome-relation element describes the relationship symbol that goes between the two sets of metronome-note elements. The currently allowed value is equals, but this may expand in future versions. If the element is empty, the equals value is used.
Diagram
Diagram
Type xs:string
Properties
content: simple
Source
<xs:element name="metronome-relation" type="xs:string">
  <xs:annotation>
    <xs:documentation>The metronome-relation element describes the relationship symbol that goes between the two sets of metronome-note elements. The currently allowed value is equals, but this may expand in future versions. If the element is empty, the equals value is used.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Complex Type metronome
Namespace No namespace
Annotations
The metronome type represents metronome marks and other metric relationships. The beat-unit group and per-minute element specify regular metronome marks. The metronome-note and metronome-relation elements allow for the specification of more complicated metric relationships, such as swing tempo marks where two eighths are equated to a quarter note / eighth note triplet. The parentheses attribute indicates whether or not to put the metronome mark in parentheses; its value is no if not specified.
Diagram
Diagram musicxml6.tmp#id142 musicxml132.tmp#id458 musicxml133.tmp#id436 musicxml133.tmp#id436 musicxml133.tmp#id437 musicxml133.tmp#id437 musicxml133.tmp#id435 musicxml132.tmp#id438 musicxml133.tmp#id436 musicxml133.tmp#id436 musicxml133.tmp#id437 musicxml133.tmp#id437 musicxml133.tmp#id435 musicxml132.tmp#id440 musicxml132.tmp#id457
Used by
Model (beat-unit , beat-unit-dot* , (per-minute | (beat-unit , beat-unit-dot*))) | (metronome-note+ , metronome-relation , metronome-note+)
Children beat-unit, beat-unit-dot, metronome-note, metronome-relation, per-minute
Attributes
QName Type Fixed Default Use Annotation
color color optional
default-x tenths optional
default-y tenths optional
font-family comma-separated-text optional
font-size font-size optional
font-style font-style optional
font-weight font-weight optional
parentheses yes-no optional
relative-x tenths optional
relative-y tenths optional
Source
<xs:complexType name="metronome">
  <xs:annotation>
    <xs:documentation>The metronome type represents metronome marks and other metric relationships. The beat-unit group and per-minute element specify regular metronome marks. The metronome-note and metronome-relation elements allow for the specification of more complicated metric relationships, such as swing tempo marks where two eighths are equated to a quarter note / eighth note triplet. The parentheses attribute indicates whether or not to put the metronome mark in parentheses; its value is no if not specified.</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:sequence>
      <xs:group ref="beat-unit"/>
      <xs:choice>
        <xs:element name="per-minute" type="per-minute"/>
        <xs:group ref="beat-unit"/>
      </xs:choice>
    </xs:sequence>
    <xs:sequence>
      <xs:element name="metronome-note" type="metronome-note" maxOccurs="unbounded"/>
      <xs:sequence minOccurs="0">
        <xs:element name="metronome-relation" type="xs:string">
          <xs:annotation>
            <xs:documentation>The metronome-relation element describes the relationship symbol that goes between the two sets of metronome-note elements. The currently allowed value is equals, but this may expand in future versions. If the element is empty, the equals value is used.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="metronome-note" type="metronome-note" maxOccurs="unbounded"/>
      </xs:sequence>
    </xs:sequence>
  </xs:choice>
  <xs:attributeGroup ref="print-style"/>
  <xs:attribute name="parentheses" type="yes-no"/>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute metronome/@parentheses
Namespace No namespace
Type yes-no
Properties
content: simple
Facets
enumeration yes, no
Used by
Complex Type metronome
Source
<xs:attribute name="parentheses" type="yes-no"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd