wedge-type

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.

Simple Type Information

Used By

Attribute wedge/@type

Source

<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>