Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type wavy-line
Namespace No namespace
Annotations
Wavy lines are one way to indicate trills. When used with a measure element, they should always have type="continue" set.
Diagram
Diagram musicxml65.tmp#id258 musicxml65.tmp#id259 musicxml31.tmp#id133 musicxml7.tmp#id131 musicxml2.tmp#id102 musicxml66.tmp#id158
Used by
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
last-beat percent optional
number number-level optional
placement above-below optional
relative-x tenths optional
relative-y tenths optional
second-beat percent optional
start-note start-note optional
trill-step trill-step optional
two-note-turn two-note-turn optional
type start-stop-continue required
Source
<xs:complexType name="wavy-line">
  <xs:annotation>
    <xs:documentation>Wavy lines are one way to indicate trills. When used with a measure element, they should always have type="continue" set.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="type" type="start-stop-continue" use="required"/>
  <xs:attribute name="number" type="number-level"/>
  <xs:attributeGroup ref="position"/>
  <xs:attributeGroup ref="placement"/>
  <xs:attributeGroup ref="color"/>
  <xs:attributeGroup ref="trill-sound"/>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute wavy-line/@type
Namespace No namespace
Type start-stop-continue
Properties
use: required
Facets
enumeration start, stop, continue
Used by
Complex Type wavy-line
Source
<xs:attribute name="type" type="start-stop-continue" use="required"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute wavy-line/@number
Namespace No namespace
Type number-level
Properties
content: simple
Facets
maxInclusive 6
minInclusive 1
Used by
Complex Type wavy-line
Source
<xs:attribute name="number" type="number-level"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd