dur

Records duration using optionally dotted, relative durational values
provided by the data.DURATION datatype. When the duration is "irrational", as is sometimes
the case with tuplets, multiple space-separated values that add up to the total duration
may be used. When dotted values are present, the dots attribute must be
ignored.

Attribute Information

Used By

Source

<xs:attribute name="dur">
  <xs:annotation>
    <xs:documentation>Records duration using optionally dotted, relative durational values provided by the data.DURATION datatype. When the duration is "irrational", as is sometimes the case with tuplets, multiple space-separated values that add up to the total duration may be used. When dotted values are present, the dots attribute must be ignored.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction>
      <xs:simpleType>
        <xs:list itemType="mei:mei_data.DURATION.additive"/>
      </xs:simpleType>
      <xs:minLength value="1"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample