mei:mei_att.duration.additive.attribute.dur

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
dur restriction of list of mei:mei_data.DURATION.additive optional
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.

Used By

Source

<xs:attributeGroup name="mei_att.duration.additive.attribute.dur">
  <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>
</xs:attributeGroup>