<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> |