att.curverend

Attributes that record the visual rendition of curves.
Module MEI.shared
Members
curve (direct member of att.curverend)
att.phrase.vis.cmn (no elements directly inheriting from this class)
Attributes
@lform(optional)Describes the line style of a curve. Value conforms to data.LINEFORM. att.curverend
@lwidth(optional)Width of a curved line. Value conforms to data.LINEWIDTH. att.curverend
Declaration
<attDef ident="lform" usage="opt">
<desc>Describes the line style of a curve.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.LINEFORM" />
</datatype>
</attDef>
<attDef ident="lwidth" usage="opt">
<desc>Width of a curved line.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.LINEWIDTH" />
</datatype>
</attDef>