<rendition>

<rendition> gibt an, wie ein oder mehrere Elemente wiedergegeben werden sollen. 2.3.4 The Tagging Declaration
Modulheader — 2 The TEI Header
Attribute
schemeidentifies the language used to describe the rendition.
Zustand Optional
Gültige Werte:
css
Cascading Stylesheet Language
xslfo
Extensible Stylesheet Language Formatting Objects
free
Informal free text description
other
A user-defined rendition description language
Verwendet von
Kann enthalten
Deklaration

<rng:element name="rendition">
<rng:ref name="att.global.attributes"/>
<rng:optional>
 <rng:attribute name="scheme">
  <rng:choice>
   <rng:value>css</rng:value>
   <rng:value>xslfo</rng:value>
   <rng:value>free</rng:value>
   <rng:value>other</rng:value>
  </rng:choice>
 </rng:attribute>
</rng:optional>
<rng:ref name="macro.limitedContent"/>
</rng:element>
element rendition
{
   att.global.attributes,
   attribute scheme { "css" | "xslfo" | "free" | "other" }?,
   macro.limitedContent
}
Beispiel
<tagsDecl>
 <rendition xml:id="r-centerscheme="css">text-align: center;</rendition>
 <rendition xml:id="r-smallscheme="css">font-size:
   small;</rendition>
 <rendition xml:id="r-largescheme="css">font-size: large;</rendition>
</tagsDecl>