<rt> (Phonetic Guide Text)
This element specifies the presence of the guide text within a phonetic guide at the current location in the document.
The contents of the guide text run are specified in the child r element (§2.3.2.23).
tō東kyō京
The guide text run would be specified using the following WordprocessingML:
<w:rt>
…
<w:r>
<w:t>tō</w:t>
</w:r>
</w:rt>
The guide text is contained in a run within the <rt> 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>