Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type mordent
Namespace No namespace
Annotations
The mordent type is used for both represents the mordent sign with the vertical line and the inverted-mordent sign without the line. The long attribute is "no" by default.
Diagram
Diagram musicxml6.tmp#id142 musicxml7.tmp#id131 musicxml66.tmp#id158 musicxml74.tmp#id233 musicxml75.tmp#id718
Type extension of empty-trill-sound
Type hierarchy
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
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
long yes-no 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
Source
<xs:complexType name="mordent">
  <xs:annotation>
    <xs:documentation>The mordent type is used for both represents the mordent sign with the vertical line and the inverted-mordent sign without the line. The long attribute is "no" by default.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="empty-trill-sound">
      <xs:attribute name="long" type="yes-no"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute mordent/@long
Namespace No namespace
Type yes-no
Properties
content: simple
Facets
enumeration yes, no
Used by
Complex Type mordent
Source
<xs:attribute name="long" type="yes-no"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd