The start-stop-change type is used to distinguish types of pedal directions. |
Attribute | pedal/@type |
<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> |