The wedge type is crescendo for the start of a wedge that is closed at the left side, diminuendo for the start of a wedge that is closed on the right side, and stop for the end of a wedge. |
Attribute | wedge/@type |
<xs:simpleType name="wedge-type"> <xs:annotation> <xs:documentation>The wedge type is crescendo for the start of a wedge that is closed at the left side, diminuendo for the start of a wedge that is closed on the right side, and stop for the end of a wedge.</xs:documentation> </xs:annotation> <xs:restriction base="xs:token"> <xs:enumeration value="crescendo"/> <xs:enumeration value="diminuendo"/> <xs:enumeration value="stop"/> </xs:restriction> </xs:simpleType> |