Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type strong-accent
Namespace No namespace
Annotations
The strong-accent type indicates a vertical accent mark. The type attribute indicates if the point of the accent is down or up.
Diagram
Diagram musicxml6.tmp#id142 musicxml7.tmp#id131 musicxml23.tmp#id231 musicxml145.tmp#id640
Type extension of empty-placement
Type hierarchy
Used by
Attributes
QName Type Fixed Default Use Annotation
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
placement above-below optional
relative-x tenths optional
relative-y tenths optional
type up-down up optional
Source
<xs:complexType name="strong-accent">
  <xs:annotation>
    <xs:documentation>The strong-accent type indicates a vertical accent mark. The type attribute indicates if the point of the accent is down or up.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="empty-placement">
      <xs:attribute name="type" type="up-down" default="up"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute strong-accent/@type
Namespace No namespace
Type up-down
Properties
default: up
Facets
enumeration up, down
Used by
Complex Type strong-accent
Source
<xs:attribute name="type" type="up-down" default="up"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd