Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type beat-repeat
Namespace No namespace
Annotations
The beat-repeat type is used to indicate that a single beat (but possibly many notes) is repeated. Both the start and stop of the beat being repeated should be specified. The slashes attribute specifies the number of slashes to use in the symbol. The use-dots attribute indicates whether or not to use dots as well (for instance, with mixed rhythm patterns). By default, the value for slashes is 1 and the value for use-dots is no.
	
The beat-repeat element specifies a notation style for repetitions. The actual music being repeated needs to be repeated within the MusicXML file. This element specifies the notation that indicates the repeat.
Diagram
Diagram musicxml110.tmp#id347 musicxml110.tmp#id346 musicxml110.tmp#id348 musicxml111.tmp#id341 musicxml111.tmp#id342 musicxml111.tmp#id340
Used by
Model slash-type , slash-dot*
Children slash-dot, slash-type
Attributes
QName Type Fixed Default Use Annotation
slashes xs:positiveInteger optional
type start-stop required
use-dots yes-no optional
Source
<xs:complexType name="beat-repeat">
  <xs:annotation>
    <xs:documentation>The beat-repeat type is used to indicate that a single beat (but possibly many notes) is repeated. Both the start and stop of the beat being repeated should be specified. The slashes attribute specifies the number of slashes to use in the symbol. The use-dots attribute indicates whether or not to use dots as well (for instance, with mixed rhythm patterns). By default, the value for slashes is 1 and the value for use-dots is no. The beat-repeat element specifies a notation style for repetitions. The actual music being repeated needs to be repeated within the MusicXML file. This element specifies the notation that indicates the repeat.</xs:documentation>
  </xs:annotation>
  <xs:group ref="slash" minOccurs="0"/>
  <xs:attribute name="type" type="start-stop" use="required"/>
  <xs:attribute name="slashes" type="xs:positiveInteger"/>
  <xs:attribute name="use-dots" type="yes-no"/>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute beat-repeat/@slashes
Namespace No namespace
Type xs:positiveInteger
Properties
content: simple
Source
<xs:attribute name="slashes" type="xs:positiveInteger"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute beat-repeat/@type
Namespace No namespace
Type start-stop
Properties
use: required
Facets
enumeration start, stop
Source
<xs:attribute name="type" type="start-stop" use="required"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute beat-repeat/@use-dots
Namespace No namespace
Type yes-no
Properties
content: simple
Facets
enumeration yes, no
Source
<xs:attribute name="use-dots" type="yes-no"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd