Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type measure-repeat
Namespace No namespace
Annotations
The measure-repeat type is used for both single and multiple measure repeats. The text of the element indicates the number of measures to be repeated in a single pattern. The slashes attribute specifies the number of slashes to use in the repeat sign. It is 1 if not specified. Both the start and the stop of the measure-repeat must be specified. The text of the element is ignored when the type is stop.
	
The measure-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 musicxml35.tmp#id30 musicxml36.tmp#id336 musicxml36.tmp#id337
Type extension of positive-integer-or-empty
Type hierarchy
Used by
Attributes
QName Type Fixed Default Use Annotation
slashes xs:positiveInteger optional
type start-stop required
Source
<xs:complexType name="measure-repeat">
  <xs:annotation>
    <xs:documentation>The measure-repeat type is used for both single and multiple measure repeats. The text of the element indicates the number of measures to be repeated in a single pattern. The slashes attribute specifies the number of slashes to use in the repeat sign. It is 1 if not specified. Both the start and the stop of the measure-repeat must be specified. The text of the element is ignored when the type is stop. The measure-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:simpleContent>
    <xs:extension base="positive-integer-or-empty">
      <xs:attribute name="type" type="start-stop" use="required"/>
      <xs:attribute name="slashes" type="xs:positiveInteger"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute measure-repeat/@type
Namespace No namespace
Type start-stop
Properties
use: required
Facets
enumeration start, stop
Used by
Complex Type measure-repeat
Source
<xs:attribute name="type" type="start-stop" use="required"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute measure-repeat/@slashes
Namespace No namespace
Type xs:positiveInteger
Properties
content: simple
Used by
Complex Type measure-repeat
Source
<xs:attribute name="slashes" type="xs:positiveInteger"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd