<rhyme>

<rhyme> 標記韻律詩行的押韻部分。 [6.5 Rhyme]
組件 verse — Verse
屬性
label⚓︎ 提供一個標籤,識別此韻腳為押韻組合的哪一部份。
狀態 推薦的
資料類型 teidata.word
俱乐部会员
可包含在於
analysis: cl phr s w
figures: cell
linking: ab seg
spoken: u writing
tagdocs: eg
textcrit: lem rdg wit witDetail
verse: rhyme
可包含
dictionaries: lang oRef pRef
gaiji: g
header: biblFull idno
iso-fs: fLib fs fvLib
textstructure: floatingText
verse: caesura rhyme
character data
例子
<lg rhyme="ou">
 <l>故人西辭黃鶴 <rhyme label="lou2"></rhyme></l>
 <l>煙花三月下揚<rhyme label="jou"></rhyme></l>
 <l>孤帆遠影碧山<rhyme label="jin4"></rhyme></l>
 <l>唯見長江天際流<rhyme label="liou2">sation</rhyme></l>
</lg>
Content model
<content>
 <macroRef key="macro.paraContent"/>
</content>
宣告
<rng:element name="rhyme">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.typed.attributes"/>
 <rng:optional>
  <rng:attribute name="label">
   <rng:ref name="teidata.word"/>
  </rng:attribute>
 </rng:optional>
 <rng:ref name="macro.paraContent"/>
</rng:element>
element rhyme
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   att.typed.attributes,
   attribute label { teidata.word }?,
   macro.paraContent
}