att.textRendition

Attributes that record renditional characteristics.
Module
MEI.shared
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.
Component declarations that are shared between two or more modules.
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
del(deletion) – Contains information deleted, marked as deleted, or otherwise indicated as superfluous or spurious in the copy text by an author, scribe, annotator, or corrector.
rend(render) – A formatting element indicating special visual rendering, e.g., bold or italicized, of a text word or phrase.
del(deletion) – Contains information deleted, marked as deleted, or otherwise indicated as superfluous or spurious in the copy text by an author, scribe, annotator, or corrector.
rend(render) – A formatting element indicating special visual rendering, e.g., bold or italicized, of a text word or phrase.
Declaration
<classSpec ident="att.textRendition" module="MEI.shared" type="atts">
<desc>Attributes that record renditional characteristics.</desc>
<attList org="group">
<attDef ident="altrend" usage="opt">
<desc>Used to extend the values of the rend attribute.</desc>
<datatype maxOccurs="unbounded" minOccurs="1">
<rng:data type="NMTOKEN"/>
</datatype>
</attDef>
<attDef ident="rend" usage="opt">
<desc>Captures the appearance of the element's contents using MEI-defined descriptors.</desc>
<datatype maxOccurs="unbounded" minOccurs="1">
<rng:ref name="data.TEXTRENDITION" />
</datatype>
</attDef>
</attList>
</classSpec>