duration

The duration element is defined within a group due to its uses within the note, figure-bass, backup, and forward elements.

Element Group Information

Model

Children: duration

Used By

Complex Types backup, figured-bass, forward, note

Source

<xs:group name="duration">
  <xs:annotation>
    <xs:documentation>The duration element is defined within a group due to its uses within the note, figure-bass, backup, and forward elements.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="duration" type="positive-divisions">
      <xs:annotation>
        <xs:documentation>Duration is a positive number specified in division units. This is the intended duration vs. notated duration (for instance, swing eighths vs. even eighths, or differences in dotted notes in Baroque-era music). Differences in duration specific to an interpretation or performance should use the note element's attack and release attributes.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:group>