The heel and toe elements are used with organ pedals. The substitution value is "no" if the attribute is not present. |
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 | ||||
substitution | yes-no | optional |
Elements | technical/heel, technical/toe |
<xs:complexType name="heel-toe"> <xs:annotation> <xs:documentation>The heel and toe elements are used with organ pedals. The substitution value is "no" if the attribute is not present.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="empty-placement"> <xs:attribute name="substitution" type="yes-no"/> </xs:extension> </xs:complexContent> </xs:complexType> |