<rhyme>

<rhyme> marca una parte del esquema métrico de un verso [6.5 Rhyme]
Módulo verse — Verse
Atributos
label⚓︎ proporciona una etiqueta (normalmente una sola letra) que identifica qué parte del esquema métrico ejemplifica esta cadena de caracteres en cuestión.
Estado Recomendado
Tipo de datos teidata.word
Miembro de
Contenido en
analysis: cl phr s w
figures: cell
linking: ab seg
spoken: u writing
tagdocs: eg
textcrit: lem rdg wit witDetail
verse: rhyme
Puede contener
dictionaries: lang oRef pRef
gaiji: g
header: biblFull idno
iso-fs: fLib fs fvLib
textstructure: floatingText
verse: caesura rhyme
datos de caracteres
Ejemplo
<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="c">peck'd you all</rhyme>?</l>
</lg>
Ejemplo
<lg>
 <l>Tyger! Tyger! burning <rhyme label="a">bright</rhyme>
 </l>
 <l>In the forests of the <rhyme label="a">night</rhyme>,</l>
 <l>What immortal hand or <rhyme label="b">eye</rhyme>
 </l>
 <l>Could frame thy fearful <rhyme label="btype="eye-rhyme">symmetry</rhyme>?</l>
</lg>
Ejemplo
<lg>
 <l>"Hark! Lakshman! Hark, again that <rhyme label="a">cry</rhyme>!</l>
 <l>It is, — it is my husband's <rhyme label="b">voice</rhyme>!</l>
 <l>hasten, to his succour <rhyme label="a">fly</rhyme>,</l>
 <l>No more hast thou, dear friend, a <rhyme label="b">choice</rhyme>.</l>
 <l>He calls on thee, perhaps his <rhyme label="c">foes</rhyme>
 </l>
 <l>Environ him on all sides <rhyme label="d">round</rhyme>,</l>
 <l>That wail, — it means death's final <rhyme label="c">throes</rhyme>!</l>
 <l>Why standest thou, as magic-<rhyme label="d">bound</rhyme>?</l>
</lg>
Content model
<content>
 <macroRef key="macro.paraContent"/>
</content>
Declaración
<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
}