The strong-accent type indicates a vertical accent mark. The type attribute indicates if the point of the accent is down or up. |
QName | Type | Fixed | Default | Use | Inheritable | 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 |
Element | articulations/strong-accent |
<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> |