form

Indicates whether this is note-on or note-off velocity
data.

Attribute Information

Used By

Element mei:vel

Source

<xs:attribute name="form" use="required">
  <xs:annotation>
    <xs:documentation>Indicates whether this is note-on or note-off velocity data.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="on">
        <xs:annotation>
          <xs:documentation/>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="off">
        <xs:annotation>
          <xs:documentation/>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample