The tied type represents the notated tie. The tie element represents the tie sound. |

| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| bezier-offset | divisions | optional | ||||
| bezier-offset2 | divisions | optional | ||||
| bezier-x | tenths | optional | ||||
| bezier-x2 | tenths | optional | ||||
| bezier-y | tenths | optional | ||||
| bezier-y2 | tenths | optional | ||||
| color | color | optional | ||||
| default-x | tenths | optional | ||||
| default-y | tenths | optional | ||||
| line-type | line-type | optional | ||||
| number | number-level | optional | ||||
| orientation | over-under | optional | ||||
| placement | above-below | optional | ||||
| relative-x | tenths | optional | ||||
| relative-y | tenths | optional | ||||
| type | start-stop | required |
| Element | notations/tied |
<xs:complexType name="tied"> <xs:annotation> <xs:documentation>The tied type represents the notated tie. The tie element represents the tie sound.</xs:documentation> </xs:annotation> <xs:attribute name="type" type="start-stop" use="required"/> <xs:attribute name="number" type="number-level"/> <xs:attributeGroup ref="line-type"/> <xs:attributeGroup ref="position"/> <xs:attributeGroup ref="placement"/> <xs:attributeGroup ref="orientation"/> <xs:attributeGroup ref="bezier"/> <xs:attributeGroup ref="color"/> </xs:complexType> |