<rb>

<rb> (ruby base) contains the base text annotated by a ruby gloss. [3.4.2. Ruby Annotations]
Modulecore
Attributes
Contained by
core: ruby
May contain
Example

The word 你 好 nǐ hǎo (hello) is glossed in pinyin to provide a pronunciation guide.

<p xml:lang="zh">
<!--...-->
 <ruby>
  <rb></rb>
  <rt place="above"></rt>
 </ruby>
 <ruby>
  <rb></rb>
  <rt place="above">hǎo</rt>
 </ruby>
<!--...-->
</p>
Content model
<content>
 <macroRef key="macro.phraseSeq"/>
</content>
Schema Declaration
element rb
{
   tei_att.global.attributes,
   tei_att.typed.attributes,
   tei_macro.phraseSeq
}