Showing:

Attributes
Diagrams
Facets
Properties
Source
Used by
Attribute bend-sound/@accelerate
Namespace No namespace
Type yes-no
Properties
content: simple
Facets
enumeration yes, no
Used by
Attribute Group bend-sound
Source
<xs:attribute name="accelerate" type="yes-no"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute bend-sound/@beats
Namespace No namespace
Type non-negative-decimal
Properties
content: simple
Facets
minInclusive 0
Used by
Attribute Group bend-sound
Source
<xs:attribute name="beats" type="non-negative-decimal"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute bend-sound/@first-beat
Namespace No namespace
Type percent
Properties
content: simple
Facets
maxInclusive 100
minInclusive 0
Used by
Attribute Group bend-sound
Source
<xs:attribute name="first-beat" type="percent"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute bend-sound/@last-beat
Namespace No namespace
Type percent
Properties
content: simple
Facets
maxInclusive 100
minInclusive 0
Used by
Attribute Group bend-sound
Source
<xs:attribute name="last-beat" type="percent"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute Group bend-sound
Namespace No namespace
Diagram
Diagram musicxml164.tmp#id91 musicxml164.tmp#id92 musicxml164.tmp#id93 musicxml164.tmp#id94
Used by
Complex Types bend, slide
Attributes
QName Type Fixed Default Use Annotation
accelerate yes-no optional
beats non-negative-decimal optional
first-beat percent optional
last-beat percent optional
Source
<xs:attributeGroup name="bend-sound">
  <xs:annotation>
    <xs:documentation>The bend-sound entity is used for bend and slide elements, and is similar to the trill-sound. Here the beats element refers to the number of discrete elements (like MIDI pitch bends) used to represent a continuous bend or slide. The first-beat indicates the percentage of the direction for starting a bend; the last-beat the percentage for ending it. The default choices are: accelerate = "no" beats = "4" (minimum of "2") first-beat = "25" last-beat = "75"</xs:documentation>
  </xs:annotation>
  <xs:attribute name="accelerate" type="yes-no"/>
  <xs:attribute name="beats" type="non-negative-decimal"/>
  <xs:attribute name="first-beat" type="percent"/>
  <xs:attribute name="last-beat" type="percent"/>
</xs:attributeGroup>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd