Description
The tied type represents the notated tie. The tie element represents the tie sound.
Derived By
Restricting xs:anyType
Attributes
Referenced By
Definition
<xs:complexType name="tied">
<xs:annotation>
<xs:documentation>The tied type represents the notated tie. The tie element represents the tie sound.
The number attribute is rarely needed to disambiguate ties, since note pitches will usually suffice. The attribute is implied rather than defaulting to 1 as with most elements. It is available for use in more complex tied notation situations.</xs:documentation>
</xs:annotation>
<xs:attribute name="type" type="start-stop-continue" use="required">
<xsd:annotation>
<xsd:documentation>
</xsd:documentation>
</xsd:annotation>
</xs:attribute>
<xs:attribute name="number" type="number-level">
<xsd:annotation>
<xsd:documentation>The number attribute is rarely needed to disambiguate ties, since note pitches will usually suffice. The attribute is implied rather than defaulting to 1 as with most elements. It is available for use in more complex tied notation situations.</xsd:documentation>
</xsd:annotation>
</xs:attribute>
<xs:attributeGroup ref="line-type" />
<xs:attributeGroup ref="dashed-formatting" />
<xs:attributeGroup ref="position" />
<xs:attributeGroup ref="placement" />
<xs:attributeGroup ref="orientation" />
<xs:attributeGroup ref="bezier" />
<xs:attributeGroup ref="color" />
</xs:complexType>