att.linerend.base

Attributes that record the basic visual rendition of lines.
Module MEI.shared
Members
att.linerend (no elements directly inheriting from this class)
att.extender (no elements directly inheriting from this class)
f (via att.f.vis)
Attributes
@lform(optional)Describes the line style of a line. Value conforms to data.LINEFORM. att.linerend.base
@lwidth(optional)Width of a line. Value conforms to data.LINEWIDTH. att.linerend.base
Declaration
<attDef ident="lform" usage="opt">
<desc>Describes the line style of a line.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.LINEFORM" />
</datatype>
</attDef>
<attDef ident="lwidth" usage="opt">
<desc>Width of a line.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.LINEWIDTH" />
</datatype>
</attDef>