start-stop

The start-stop type is used for an attribute of musical elements that can either start or stop, such as tuplets, wedges, and lines.

Simple Type Information

Used By

Source

<xs:simpleType name="start-stop">
  <xs:annotation>
    <xs:documentation>The start-stop type is used for an attribute of musical elements that can either start or stop, such as tuplets, wedges, and lines.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:enumeration value="start"/>
    <xs:enumeration value="stop"/>
  </xs:restriction>
</xs:simpleType>