Description
The fermata text content represents the shape of the fermata sign. An empty fermata element represents a normal fermata. The fermata type is upright if not specified.
Derived By
Extending fermata-shape
Attributes
Referenced By
Definition
<xs:complexType name="fermata">
<xs:annotation>
<xs:documentation>The fermata text content represents the shape of the fermata sign. An empty fermata element represents a normal fermata. The fermata type is upright if not specified.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="fermata-shape">
<xs:attribute name="type" type="upright-inverted">
<xsd:annotation>
<xsd:documentation>
</xsd:documentation>
</xsd:annotation>
</xs:attribute>
<xs:attributeGroup ref="print-style" />
</xs:extension>
</xs:simpleContent>
</xs:complexType>