att.extender

Attributes that describe extension symbols, typically lines. Members of this class are also typically members of the att.linerend class.
Module MEI.shared
Members
Attributes
@extender(optional)Indicates the presence of an extension symbol, typically a line. Value conforms to data.BOOLEAN. att.extender
@lendsym(optional)Symbol rendered at end of line. Value conforms to data.LINESTARTENDSYMBOL. att.linerend
@lendsymsize(optional)Holds the relative size of the line-end symbol. Value conforms to data.LINESTARTENDSYMBOLSIZE. att.linerend
@lform(optional)Describes the line style of a line. Value conforms to data.LINEFORM. att.linerend.base
@lstartsym(optional)Symbol rendered at start of line. Value conforms to data.LINESTARTENDSYMBOL. att.linerend
@lstartsymsize(optional)Holds the relative size of the line-start symbol. Value conforms to data.LINESTARTENDSYMBOLSIZE. att.linerend
@lwidth(optional)Width of a line. Value conforms to data.LINEWIDTH. att.linerend.base
Declaration
<classes>
<memberOf key="att.linerend"/>
</classes>
<attDef ident="extender" usage="opt">
<desc>Indicates the presence of an extension symbol, typically a line.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.BOOLEAN" />
</datatype>
</attDef>