The upright-inverted type describes the appearance of a fermata element. The value is upright if not specified. |
Attribute | fermata/@type |
<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> |