<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="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>