start-stop-change

The start-stop-change type is used to distinguish types of pedal directions.

Simple Type Information

Used By

Attribute pedal/@type

Source

<xs:simpleType name="start-stop-change">
  <xs:annotation>
    <xs:documentation>The start-stop-change type is used to distinguish types of pedal directions.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:enumeration value="start"/>
    <xs:enumeration value="stop"/>
    <xs:enumeration value="change"/>
  </xs:restriction>
</xs:simpleType>