The dashes type represents dashes, used for instance with cresc. and dim. marks. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
color | color | optional | ||||
default-x | tenths | optional | ||||
default-y | tenths | optional | ||||
number | number-level | optional | ||||
relative-x | tenths | optional | ||||
relative-y | tenths | optional | ||||
type | start-stop | required |
Element | direction-type/dashes |
<xs:complexType name="dashes"> <xs:annotation> <xs:documentation>The dashes type represents dashes, used for instance with cresc. and dim. marks.</xs:documentation> </xs:annotation> <xs:attribute name="type" type="start-stop" use="required"/> <xs:attribute name="number" type="number-level"/> <xs:attributeGroup ref="position"/> <xs:attributeGroup ref="color"/> </xs:complexType> |