Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element measure-style/multiple-rest
Namespace No namespace
Diagram
Diagram musicxml35.tmp#id30 musicxml109.tmp#id333 musicxml109.tmp#id332
Type multiple-rest
Type hierarchy
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
use-symbols yes-no optional
Source
<xs:element name="multiple-rest" type="multiple-rest"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element measure-style/measure-repeat
Namespace No namespace
Diagram
Diagram musicxml35.tmp#id30 musicxml36.tmp#id336 musicxml36.tmp#id337 musicxml36.tmp#id335
Type measure-repeat
Type hierarchy
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
slashes xs:positiveInteger optional
type start-stop required
Source
<xs:element name="measure-repeat" type="measure-repeat"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element measure-style/beat-repeat
Namespace No namespace
Diagram
Diagram musicxml110.tmp#id347 musicxml110.tmp#id346 musicxml110.tmp#id348 musicxml111.tmp#id341 musicxml111.tmp#id342 musicxml111.tmp#id340 musicxml110.tmp#id339
Type beat-repeat
Properties
content: complex
Model slash-type , slash-dot*
Children slash-dot, slash-type
Instance
<beat-repeat slashes="" type="" use-dots="">
  <slash-type>{1,1}</slash-type>
  <slash-dot>{0,unbounded}</slash-dot>
</beat-repeat>
Attributes
QName Type Fixed Default Use Annotation
slashes xs:positiveInteger optional
type start-stop required
use-dots yes-no optional
Source
<xs:element name="beat-repeat" type="beat-repeat"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element measure-style/slash
Namespace No namespace
Diagram
Diagram musicxml111.tmp#id352 musicxml111.tmp#id353 musicxml111.tmp#id354 musicxml111.tmp#id341 musicxml111.tmp#id342 musicxml111.tmp#id340 musicxml111.tmp#id350
Type slash
Properties
content: complex
Model slash-type , slash-dot*
Children slash-dot, slash-type
Instance
<slash type="" use-dots="" use-stems="">
  <slash-type>{1,1}</slash-type>
  <slash-dot>{0,unbounded}</slash-dot>
</slash>
Attributes
QName Type Fixed Default Use Annotation
type start-stop required
use-dots yes-no optional
use-stems yes-no optional
Source
<xs:element name="slash" type="slash"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Complex Type measure-style
Namespace No namespace
Annotations
A measure-style indicates a special way to print partial to multiple measures within a part. This includes multiple rests over several measures, repeats of beats, single, or multiple measures, and use of slash notation.

The multiple-rest and measure-repeat symbols indicate the number of measures covered in the element content. The beat-repeat and slash elements can cover partial measures. All but the multiple-rest element use a type attribute to indicate starting and stopping the use of the style. The optional number attribute specifies the staff number from top to bottom on the system, as with clef.
Diagram
Diagram musicxml77.tmp#id355 musicxml1.tmp#id108 musicxml2.tmp#id102 musicxml77.tmp#id331 musicxml77.tmp#id334 musicxml77.tmp#id338 musicxml77.tmp#id349
Used by
Model multiple-rest | measure-repeat | beat-repeat | slash
Children beat-repeat, measure-repeat, multiple-rest, slash
Attributes
QName Type Fixed Default Use Annotation
color color optional
font-family comma-separated-text optional
font-size font-size optional
font-style font-style optional
font-weight font-weight optional
number staff-number optional
Source
<xs:complexType name="measure-style">
  <xs:annotation>
    <xs:documentation>A measure-style indicates a special way to print partial to multiple measures within a part. This includes multiple rests over several measures, repeats of beats, single, or multiple measures, and use of slash notation. The multiple-rest and measure-repeat symbols indicate the number of measures covered in the element content. The beat-repeat and slash elements can cover partial measures. All but the multiple-rest element use a type attribute to indicate starting and stopping the use of the style. The optional number attribute specifies the staff number from top to bottom on the system, as with clef.</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:element name="multiple-rest" type="multiple-rest"/>
    <xs:element name="measure-repeat" type="measure-repeat"/>
    <xs:element name="beat-repeat" type="beat-repeat"/>
    <xs:element name="slash" type="slash"/>
  </xs:choice>
  <xs:attribute name="number" type="staff-number"/>
  <xs:attributeGroup ref="font"/>
  <xs:attributeGroup ref="color"/>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute measure-style/@number
Namespace No namespace
Type staff-number
Properties
content: simple
Used by
Complex Type measure-style
Source
<xs:attribute name="number" type="staff-number"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd