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
<del>Contains information deleted, marked as deleted, or otherwise indicated as superfluous or spurious in the copy text by an author, scribe, annotator, or corrector.
<q>Contains material which is distinguished from the surrounding phrase-level text using quotation marks or a similar method. Use <quote> for block-level quotations.
<quote>Contains a paragraph-like block of text attributed to an external source, normally set off from the surrounding text by spacing or other typographic distinction.
<rend>A formatting element indicating special visual rendering, e.g., bold or italicized, of a text word or phrase.
<del>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>A formatting element indicating special visual rendering, e.g., bold or italicized, of a text word or phrase.
<q>Contains material which is distinguished from the surrounding phrase-level text using quotation marks or a similar method. Use <quote> for block-level quotations.
<quote>Contains a paragraph-like block of text attributed to an external source, normally set off from the surrounding text by spacing or other typographic distinction.
Declaration
<classSpec xmlns="http://www.tei-c.org/ns/1.0" 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>