Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type slide
Namespace No namespace
Annotations
Glissando and slide types both indicate rapidly moving from one pitch to the other so that individual notes are not discerned. The distinction is similar to that between NIFF's glissando and portamento elements. A slide is continuous between two notes and defaults to a solid line. The optional text for a is printed alongside the line.
Diagram
Diagram musicxml192.tmp#id750 musicxml192.tmp#id751 musicxml70.tmp#id127 musicxml6.tmp#id142 musicxml164.tmp#id90
Type extension of xs:string
Used by
Element notations/slide
Attributes
QName Type Fixed Default Use Annotation
accelerate yes-no optional
beats non-negative-decimal optional
color color optional
default-x tenths optional
default-y tenths optional
first-beat percent optional
font-family comma-separated-text optional
font-size font-size optional
font-style font-style optional
font-weight font-weight optional
last-beat percent optional
line-type line-type optional
number number-level 1 optional
relative-x tenths optional
relative-y tenths optional
type start-stop required
Source
<xs:complexType name="slide">
  <xs:annotation>
    <xs:documentation>Glissando and slide types both indicate rapidly moving from one pitch to the other so that individual notes are not discerned. The distinction is similar to that between NIFF's glissando and portamento elements. A slide is continuous between two notes and defaults to a solid line. The optional text for a is printed alongside the line.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute name="type" type="start-stop" use="required"/>
      <xs:attribute name="number" type="number-level" default="1"/>
      <xs:attributeGroup ref="line-type"/>
      <xs:attributeGroup ref="print-style"/>
      <xs:attributeGroup ref="bend-sound"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute slide/@type
Namespace No namespace
Type start-stop
Properties
use: required
Facets
enumeration start, stop
Used by
Complex Type slide
Source
<xs:attribute name="type" type="start-stop" use="required"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute slide/@number
Namespace No namespace
Type number-level
Properties
default: 1
Facets
maxInclusive 6
minInclusive 1
Used by
Complex Type slide
Source
<xs:attribute name="number" type="number-level" default="1"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd