Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type multiple-rest
Namespace No namespace
Annotations
The text of the multiple-rest type indicates the number of measures in the multiple rest. Multiple rests may use the 1-bar / 2-bar / 4-bar rest symbols, or a single shape. The use-symbols attribute indicates which to use; it is no if not specified. The element text is ignored when the type is stop.
Diagram
Diagram musicxml35.tmp#id30 musicxml109.tmp#id333
Type extension of positive-integer-or-empty
Type hierarchy
Used by
Attributes
QName Type Fixed Default Use Annotation
use-symbols yes-no optional
Source
<xs:complexType name="multiple-rest">
  <xs:annotation>
    <xs:documentation>The text of the multiple-rest type indicates the number of measures in the multiple rest. Multiple rests may use the 1-bar / 2-bar / 4-bar rest symbols, or a single shape. The use-symbols attribute indicates which to use; it is no if not specified. The element text is ignored when the type is stop.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="positive-integer-or-empty">
      <xs:attribute name="use-symbols" type="yes-no"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute multiple-rest/@use-symbols
Namespace No namespace
Type yes-no
Properties
content: simple
Facets
enumeration yes, no
Used by
Complex Type multiple-rest
Source
<xs:attribute name="use-symbols" type="yes-no"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd