<classSpec ident="att.fermata.vis" module="MEI.visual" type="atts">
<desc>Visual domain attributes.</desc>
<classes>
<memberOf
key="att.altSym"/>
<memberOf
key="att.color"/>
<memberOf
key="att.extSym"/>
<memberOf
key="att.placement"/>
<memberOf
key="att.typography"/>
<memberOf
key="att.visualOffset"/>
<memberOf
key="att.xy"/>
</classes>
<attList org="group">
<attDef ident="form" usage="opt">
<desc>Describes the visual appearance of the fermata; that is, whether it occurs as upright
or inverted.</desc>
<valList type="closed">
<valItem ident="inv">
<desc>Inverted, i.e., curve or bracket below the dot.</desc>
</valItem>
<valItem ident="norm">
<desc>Upright; i.e., curve or bracket above the dot.</desc>
</valItem>
</valList>
</attDef>
<attDef ident="shape" usage="opt">
<desc>Describes the visual appearance of the fermata; that is, whether it has a curved,
square, or angular shape.</desc>
<valList type="closed">
<valItem ident="curved">
<desc>A curve above or below the dot.</desc>
</valItem>
<valItem ident="square">
<desc>A bracket above or below the dot.</desc>
</valItem>
<valItem ident="angular">
<desc>A triangle above or below the dot.</desc>
</valItem>
</valList>
</attDef>
</attList>
</classSpec>