<rt>
<rt> (ruby text) contains a ruby text, an annotation closely associated with a passage of the main text. [3.4.2. Ruby Annotations] | |||||||||||||||||||||||||||
Module | core | ||||||||||||||||||||||||||
Attributes |
| ||||||||||||||||||||||||||
Contained by | core: ruby | ||||||||||||||||||||||||||
May contain | core: abbr add address binaryObject cb choice cit corr date del distinct ellipsis email emph expan foreign gap gb gloss graphic hi index lb measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs ruby said sic soCalled term time title unclear unit dictionaries: lang figures: figure notatedMusic gaiji: g header: idno msdescription: catchwords depth dim dimensions height heraldry locus locusGrp material objectType origDate origPlace secFol signatures stamp watermark width namesdates: addName bloc country district eventName forename genName geo geogFeat geogName location objectName offset orgName persName persPronouns placeName region roleName settlement state surname textcrit: app textstructure: floatingText transcr: addSpan am damage delSpan ex fw handShift listTranspose metamark mod redo retrace secl space subst substJoin supplied surplus undo character data | ||||||||||||||||||||||||||
Note | Where the place attribute is not provided on the rt element, the default assumption is that the ruby gloss is above where the text is horizontal, and to the right of the text where it is vertical. | ||||||||||||||||||||||||||
Example | The word 大統領 daitōryō (president) is glossed character by character in hiragana to provide a pronunciation guide. <p style="writing-mode: vertical-rl" xml:lang="ja"> <!--...--> <ruby> <rb>大</rb> <rt place="right">だい</rt> </ruby> <ruby> <rb>統</rb> <rt place="right">とう</rt> </ruby> <ruby> <rb>領</rb> <rt place="right">りょう</rt> </ruby> <!--...--> </p> | ||||||||||||||||||||||||||
Content model | <content> | ||||||||||||||||||||||||||
Schema Declaration | element rt { tei_att.global.attributes, tei_att.typed.attributes, tei_att.placement.attributes, tei_att.transcriptional.attributes, attribute target { teidata.pointer }?, attribute from { teidata.pointer }?, attribute to { teidata.pointer }?, tei_macro.phraseSeq } |