The arpeggiate element indicates that this note is part of an arpeggiated chord. The number attribute can be used to distinguish between two simultaneous chords arpeggiated separately (different numbers) or together (same number). The up-down attribute is used if there is an arrow on the arpeggio sign. By default, arpeggios go from the lowest to highest note.
<xs:complexType name="arpeggiate"><xs:annotation><xs:documentation>The arpeggiate element indicates that this note is part of an arpeggiated chord. The number attribute can be used to distinguish between two simultaneous chords arpeggiated separately (different numbers) or together (same number). The up-down attribute is used if there is an arrow on the arpeggio sign. By default, arpeggios go from the lowest to highest note.</xs:documentation></xs:annotation><xs:attribute name="number" type="number-level"/><xs:attribute name="direction" type="up-down"/><xs:attributeGroup ref="position"/><xs:attributeGroup ref="placement"/><xs:attributeGroup ref="color"/></xs:complexType>