att.textRendition

Attributes that record renditional characteristics.
Module
Attributes
@altrend, @rend
@altrend(optional)Used to extend the values of the rend attribute. One or more values of datatype NMTOKEN, separated by spaces.
@rend(optional)Captures the appearance of the element’s contents using MEI-defined descriptors. One or more values from data.TEXTRENDITION, separated by spaces.
@altrend(optional)Used to extend the values of the rend attribute. One or more values of datatype NMTOKEN, separated by spaces.
@rend(optional)Captures the appearance of the element’s contents using MEI-defined descriptors. One or more values from data.TEXTRENDITION, separated by spaces.
@altrend(optional)Used to extend the values of the rend attribute. One or more values of datatype NMTOKEN, separated by spaces.
@rend(optional)Captures the appearance of the element’s contents using MEI-defined descriptors. One or more values from data.TEXTRENDITION, separated by spaces.
Available at
<rend>A formatting element indicating special visual rendering, e.g., bold or italicized, of a text word or phrase.
<rend>A formatting element indicating special visual rendering, e.g., bold or italicized, of a text word or phrase.
Declaration
<classSpec rend="add" ident="att.textRendition" module="MEI.shared" type="atts">
<desc xml:lang="en">Attributes that record renditional characteristics.</desc>
<attList>
<attDef ident="altrend" usage="opt">
<desc xml:lang="en">Used to extend the values of the rend attribute.</desc>
<datatype maxOccurs="unbounded">
<rng:data type="NMTOKEN"/>
</datatype>
</attDef>
<attDef ident="rend" usage="opt">
<gloss xml:lang="en">rendition</gloss>
<desc xml:lang="en">Captures the appearance of the element’s contents using MEI-defined descriptors.</desc>
<datatype maxOccurs="unbounded">
<ref name="data.TEXTRENDITION"/>
</datatype>
</attDef>
</attList>
</classSpec>