The rehearsal type specifies a rehearsal mark. Language is Italian ("it") by default. Enclosure is square by default. |

| QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
|---|---|---|---|---|---|---|---|
| color | color | optional | |||||
| default-x | tenths | optional | |||||
| default-y | tenths | optional | |||||
| dir | text-direction | optional | |||||
| enclosure | rehearsal-enclosure | optional | |||||
| font-family | comma-separated-text | optional | |||||
| font-size | font-size | optional | |||||
| font-style | font-style | optional | |||||
| font-weight | font-weight | optional | |||||
| line-through | number-of-lines | optional | |||||
| overline | number-of-lines | optional | |||||
| relative-x | tenths | optional | |||||
| relative-y | tenths | optional | |||||
| rotation | rotation-degrees | optional | |||||
| underline | number-of-lines | optional | |||||
| xml:lang | union of(xs:language, restriction of xs:string) | optional |
|
| Element | direction-type/rehearsal |
<xs:complexType name="rehearsal"> <xs:annotation> <xs:documentation>The rehearsal type specifies a rehearsal mark. Language is Italian ("it") by default. Enclosure is square by default.</xs:documentation> </xs:annotation> <xs:simpleContent> <xs:extension base="xs:string"> <xs:attributeGroup ref="print-style"/> <xs:attributeGroup ref="text-decoration"/> <xs:attribute ref="xml:lang"/> <xs:attributeGroup ref="text-direction"/> <xs:attributeGroup ref="text-rotation"/> <xs:attribute name="enclosure" type="rehearsal-enclosure"/> </xs:extension> </xs:simpleContent> </xs:complexType> |