mei:mei_att.arpeg.log.attribute.order

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
order restriction of xs:token optional
Describes the direction in which an arpeggio is to be
performed.

Used By

Source

<xs:attributeGroup name="mei_att.arpeg.log.attribute.order">
  <xs:attribute name="order">
    <xs:annotation>
      <xs:documentation>Describes the direction in which an arpeggio is to be performed.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="up">
          <xs:annotation>
            <xs:documentation>Lowest to highest pitch.</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="down">
          <xs:annotation>
            <xs:documentation>Highest to lowest pitch.</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="nonarp">
          <xs:annotation>
            <xs:documentation>Non-arpeggiated style (usually rendered with a preceding bracket instead of a wavy line).</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>