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.
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
delContains information deleted, marked as deleted, or otherwise indicated as superfluous or spurious in the copy text by an author, scribe, annotator, or corrector.
rendA formatting element indicating special visual rendering, e.g., bold or italicized, of a text word or phrase.
Editorial and transcriptional component declarations.
delContains information deleted, marked as deleted, or otherwise indicated as superfluous or spurious in the copy text by an author, scribe, annotator, or corrector.
Component declarations that are shared between two or more modules.
rendA 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 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 versionDate="2022-10-18" 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">
<rng:ref name="data.TEXTRENDITION"/>
</datatype>
</attDef>
</attList>
</classSpec>