<rendition>
<rendition> (rendition) supplies information about the rendition or appearance of one or more elements in the source text. [2.3.4. The Tagging Declaration] | |||||||||||||||||||||
Module | header | ||||||||||||||||||||
Attributes |
| ||||||||||||||||||||
Contained by | header: tagsDecl | ||||||||||||||||||||
May contain | core: abbr address bibl biblStruct choice cit date desc distinct email emph expan foreign gloss hi label list listBibl measure measureGrp mentioned name num ptr q quote ref rs said soCalled stage term time title unit dictionaries: lang figures: table msdescription: catchwords depth dim dimensions height heraldry locus locusGrp material msDesc objectType origDate origPlace secFol signatures stamp watermark width namesdates: addName bloc country district eventName forename genName geo geogFeat geogName listEvent listNym listObject listOrg listPerson listPlace listRelation location objectName offset orgName persName persPronouns placeName region roleName settlement state surname textcrit: listApp textstructure: floatingText character data | ||||||||||||||||||||
Example | <tagsDecl> <rendition xml:id="r-center" scheme="css">text-align: center;</rendition> <rendition xml:id="r-small" scheme="css">font-size: small;</rendition> <rendition xml:id="r-large" scheme="css">font-size: large;</rendition> <rendition xml:id="initcaps" scope="first-letter" scheme="css">font-size: xx-large</rendition> </tagsDecl> | ||||||||||||||||||||
Content model | <content> | ||||||||||||||||||||
Schema Declaration | element rendition { tei_att.global.attributes, tei_att.styleDef.attributes, attribute scope { teidata.enumerated }?, attribute selector { teidata.text }?, tei_macro.limitedContent } |