<rhyme>

<rhyme> 韻文行の押韻部分を示す. 6.4 押韻
モジュールverse — 6 韻文
属性 att.typed (@type, @subtype)
label 当該押韻が起こる韻スキーム部分を特定するラベルを示す.
状態 推薦される
データ型

<rng:ref name="data.word"/>
data.word
一般には,一文字.
解説
特定範囲中で,属性labelに同じ属性値を持つ要素 rhyme全てが,互いに韻を踏んでいるとされる.この範囲は, 当該属性rhymeが付与されているものから直近の先行要素 により定義される.
当該モジュールを使用するもの
下位
宣言

<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="abababcc">
 <l>'Tis pity learned virgins ever <rhyme label="a">wed</rhyme>
 </l>
 <l>With persons of no sort of edu<rhyme label="b">cation</rhyme>,</l>
 <l>Or gentlemen, who, though well born and <rhyme label="a">bred</rhyme>,</l>
 <l>Grow tired of scientific conver<rhyme label="b">sation</rhyme>:</l>
 <l>I don't choose to say much on this <rhyme label="a">head</rhyme>,</l>
 <l>I'm a plain man, and in a single <rhyme label="b">station</rhyme>,</l>
 <l>But — Oh! ye lords of ladies inte<rhyme label="c">llectual</rhyme>,</l>
 <l>Inform us truly, have they not hen-<rhyme label="a">peck'd you all</rhyme>?</l>
</lg>