Description
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.
Derived By
Restricting xs:anyType
Attributes
Name |
Type |
Required? |
Default |
Description |
direction |
backward-forward |
Yes |
|
The backward-forward attribute is used to specify repeat directions. The start of the repeat has a forward direction while the end of the repeat has a backward direction.
|
times |
xs:nonNegativeInteger |
No |
|
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.
|
winged |
winged |
No |
|
|
Referenced By
Definition
<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">
<xsd:annotation>
<xsd:documentation>
</xsd:documentation>
</xsd:annotation>
</xs:attribute>
<xs:attribute name="times" type="xs:nonNegativeInteger">
<xsd:annotation>
<xsd:documentation>
</xsd:documentation>
</xsd:annotation>
</xs:attribute>
<xs:attribute name="winged" type="winged">
<xsd:annotation>
<xsd:documentation>
</xsd:documentation>
</xsd:annotation>
</xs:attribute>
</xs:complexType>