The fermata-shape type represents the shape of the fermata sign. The empty value is equivalent to the normal value. |
Complex Type | fermata |
<xs:simpleType name="fermata-shape"> <xs:annotation> <xs:documentation>The fermata-shape type represents the shape of the fermata sign. The empty value is equivalent to the normal value.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="normal"/> <xs:enumeration value="angled"/> <xs:enumeration value="square"/> <xs:enumeration value=""/> </xs:restriction> </xs:simpleType> |