<rubyBase> (Phonetic Guide Base Text)
This element specifies the presence of the base text within a phonetic guide at the current location in the document.
The contents of the base text run are specified in the child r element (§2.3.2.23).
tō東kyō京
The base text run would be specified using the following WordprocessingML:
<w:rubyBase>
…
<w:r>
<w:t>東</w:t>
</w:r>
</w:rubyBase>
The base text is contained in a run within the <rubyBase> element. ]
Parent Elements |
|---|
|
Child Elements |
Subclause |
|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_RubyContent">
<group ref="EG_RubyContent" minOccurs="0" maxOccurs="unbounded"/>
</complexType>