Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type repeat
Namespace No namespace
Annotations
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.
Diagram
Diagram musicxml129.tmp#id372 musicxml129.tmp#id373
Used by
Element barline/repeat
Attributes
QName Type Fixed Default Use Annotation
direction backward-forward required
times xs:nonNegativeInteger optional
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>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute repeat/@direction
Namespace No namespace
Type backward-forward
Properties
use: required
Facets
enumeration backward, forward
Used by
Complex Type repeat
Source
<xs:attribute name="direction" type="backward-forward" use="required"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute repeat/@times
Namespace No namespace
Type xs:nonNegativeInteger
Properties
content: simple
Used by
Complex Type repeat
Source
<xs:attribute name="times" type="xs:nonNegativeInteger"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd