repeat

The repeat type represents repeat marks. The start of the repeat has a forward direction while the end of the repeat has a backward direction. Backward repeats that are not part of an ending can use the times attribute to indicate the number of times the repeated section is played.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
direction backward-forward required
times xs:nonNegativeInteger optional

Used By

Element barline/repeat

Source

<xs:complexType name="repeat">
  <xs:annotation>
    <xs:documentation>The repeat type represents repeat marks. The start of the repeat has a forward direction while the end of the repeat has a backward direction. Backward repeats that are not part of an ending can use the times attribute to indicate the number of times the repeated section is played.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="direction" type="backward-forward" use="required"/>
  <xs:attribute name="times" type="xs:nonNegativeInteger"/>
</xs:complexType>