metronome-beam

The metronome-beam type works like the beam type in defining metric relationships, but does not include all the attributes available in the beam type.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
number beam-level 1 optional

Used By

Source

<xs:complexType name="metronome-beam">
  <xs:annotation>
    <xs:documentation>The metronome-beam type works like the beam type in defining metric relationships, but does not include all the attributes available in the beam type.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="beam-value">
      <xs:attribute name="number" type="beam-level" default="1"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>