form

Describes the visual appearance of the fermata; that is, whether it occurs
as upright or inverted.

Attribute Information

Used By

Source

<xs:attribute name="form">
  <xs:annotation>
    <xs:documentation>Describes the visual appearance of the fermata; that is, whether it occurs as upright or inverted.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="inv">
        <xs:annotation>
          <xs:documentation>Inverted, i.e., curve or bracket below the dot.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="norm">
        <xs:annotation>
          <xs:documentation>Upright; i.e., curve or bracket above the dot.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample