<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"/>
<xs:attribute name="number" type="number-level"/>
<xs:attributeGroup ref="position"/>
<xs:attributeGroup ref="placement"/>
<xs:attributeGroup ref="color"/>
<xs:attributeGroup ref="trill-sound"/>
</xs:complexType> |