Description
Wavy lines are one way to indicate trills. When used with a measure element, they should always have type="continue" set.
Derived By
Restricting xs:anyType
Attributes
Referenced By
Definition
<xs:complexType name="wavy-line">
<xs:annotation>
<xs:documentation>Wavy lines are one way to indicate trills. When used with a measure element, they should always have type="continue" set.</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>When a number-level value is implied, the value is 1 by default.</xsd:documentation>
</xsd:annotation>
</xs:attribute>
<xs:attributeGroup ref="position" />
<xs:attributeGroup ref="placement" />
<xs:attributeGroup ref="color" />
<xs:attributeGroup ref="trill-sound" />
</xs:complexType>