<ruby>
<ruby> (ruby container) contains a passage of base text along with its associated ruby gloss(es). [3.4.2. Ruby Annotations] | |
Module | core |
Attributes |
|
Member of | |
Contained by | core: abbr add addrLine author biblScope citedRange corr date del distinct editor email emph expan foreign gloss head headItem headLabel hi item l label measure mentioned name note num orig p pubPlace publisher q quote rb ref reg rs rt said sic soCalled speaker stage street term textLang time title unit figures: cell msdescription: accMat acquisition additions catchwords collation colophon condition custEvent decoNote explicit filiation finalRubric foliation heraldry incipit layout material musicNotation objectType origDate origPlace origin provenance rubric secFol signatures source stamp summary support surrogates typeNote watermark namesdates: addName birth bloc country death district eventName floruit forename genName gender geogFeat geogName objectName offset orgName persName persPronouns placeName region roleName settlement surname textstructure: dateline docAuthor docDate docEdition docImprint |
May contain | |
Example | The word 入学試験 nyūgakushiken (university entrance exam) is glossed with a hiragana phonation guide. <p xml:lang="ja"> <!--...--> <ruby> <rb>入学試験</rb> <rt place="above">にゅうがくしけん</rt> </ruby> <!--...--> </p> |
Example | This fictional example shows the initialism TEI glossed letter-by-letter with an IPA transcription. <ruby> <rb>T</rb> <rt>ti:</rt> </ruby> <ruby> <rb>E</rb> <rt>i:</rt> </ruby> <ruby> <rb>I</rb> <rt>aɪ</rt> </ruby> |
Content model | <content> |
Schema Declaration | element ruby { tei_att.global.attributes, tei_att.typed.attributes, ( tei_rb, tei_rt+ ) } |