<rhyme>

<rhyme> 標記韻律詩行的押韻部分。 6.4 Rhyme
組件verse — 6 Verse
屬性 att.typed (@type, @subtype)
label提供一個標籤,識別此韻腳為押韻組合的哪一部份。
狀態 推薦的
資料類型

<rng:ref name="data.word"/>
data.word
usually contains a single letter.
屬於
可包含
宣告

<rng:element name="rhyme">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.typed.attributes"/>
<rng:optional>
 <rng:attribute name="label">
  <rng:ref name="data.word"/>
 </rng:attribute>
</rng:optional>
<rng:ref name="macro.paraContent"/>
</rng:element>
element rhyme
{
   att.global.attributes,
   att.typed.attributes,
   attribute label { data.word }?,
   macro.paraContent
}
例子
<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>