<rendition>

<rendition> 提供關於一個或多個元素預定呈現方式的資訊。 2.3.4 The Tagging Declaration
組件header — 2 The TEI Header
屬性
schemeidentifies the language used to describe the rendition.
狀態 非必備的
合法的值是:
css
Cascading Stylesheet Language
xslfo
Extensible Stylesheet Language Formatting Objects
free
Informal free text description
other
A user-defined rendition description language
屬於
可包含
宣告

<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
}
例子
<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>