Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type non-arpeggiate
Namespace No namespace
Annotations
The non-arpeggiate element indicates that this note is at the top or bottom of a bracket indicating to not arpeggiate these notes. Since this does not involve playback, it is only used on the top or bottom notes, not on each note as for the arpeggiate element.
Diagram
Diagram musicxml30.tmp#id720 musicxml30.tmp#id721 musicxml31.tmp#id133 musicxml7.tmp#id131 musicxml2.tmp#id102
Used by
Attributes
QName Type Fixed Default Use Annotation
color color optional
default-x tenths optional
default-y tenths optional
number number-level optional
placement above-below optional
relative-x tenths optional
relative-y tenths optional
type top-bottom required
Source
<xs:complexType name="non-arpeggiate">
  <xs:annotation>
    <xs:documentation>The non-arpeggiate element indicates that this note is at the top or bottom of a bracket indicating to not arpeggiate these notes. Since this does not involve playback, it is only used on the top or bottom notes, not on each note as for the arpeggiate element.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="type" type="top-bottom" use="required"/>
  <xs:attribute name="number" type="number-level"/>
  <xs:attributeGroup ref="position"/>
  <xs:attributeGroup ref="placement"/>
  <xs:attributeGroup ref="color"/>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute non-arpeggiate/@type
Namespace No namespace
Type top-bottom
Properties
use: required
Facets
enumeration top, bottom
Used by
Complex Type non-arpeggiate
Source
<xs:attribute name="type" type="top-bottom" use="required"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute non-arpeggiate/@number
Namespace No namespace
Type number-level
Properties
content: simple
Facets
maxInclusive 6
minInclusive 1
Used by
Complex Type non-arpeggiate
Source
<xs:attribute name="number" type="number-level"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd