upright-inverted

The upright-inverted type describes the appearance of a fermata element. The value is upright if not specified.

Simple Type Information

Used By

Attribute fermata/@type

Source

<xs:simpleType name="upright-inverted">
  <xs:annotation>
    <xs:documentation>The upright-inverted type describes the appearance of a fermata element. The value is upright if not specified.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:enumeration value="upright"/>
    <xs:enumeration value="inverted"/>
  </xs:restriction>
</xs:simpleType>