<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright TEI Consortium. 
Licensed under the GNU General Public License. 
See the file COPYING.txt for details
$Date: 2009-01-24 14:54:41 +0000 (Sat, 24 Jan 2009) $
$Id: rhyme.xml 5504 2009-01-24 14:54:41Z rahtz $
-->
<elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="verse" ident="rhyme">
  <equiv/>
  <desc>marks the rhyming part of  a metrical line.</desc>
  <desc version="2007-12-20" xml:lang="kr">운율 행의 운 부분을 표시한다.</desc>
  <desc version="2007-05-02" xml:lang="zh-tw">標記韻律詩行的押韻部分。</desc>
  <desc version="2008-04-05" xml:lang="ja">
  韻文行の押韻部分を示す．
  </desc>
  <desc version="2007-06-12" xml:lang="fr">Marque la partie rimante d'une ligne métrique.</desc>
  <desc version="2007-05-04" xml:lang="es">señala una parte del esquema rítmico de un verso</desc>
  <desc version="2007-01-21" xml:lang="it">segnala la stringa in rima all'interno di un verso</desc>
  <classes>
    <memberOf key="att.typed"/>
    <memberOf key="model.lPart"/>
  </classes>
  <content>
    <rng:ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="macro.paraContent"/>
  </content>
  <attList>
    <attDef ident="label" usage="rec">
      <equiv/>
      <desc>provides a label to identify which part of a rhyme
	scheme this rhyming string instantiates.</desc>
      <desc version="2007-12-20" xml:lang="kr">운 문자열이 예시된 운 스키마 부분을 식별하는 표지를 제시한다.</desc>
      <desc version="2007-05-02" xml:lang="zh-tw">提供一個標籤，識別此韻腳為押韻組合的哪一部份。</desc>
      <desc version="2008-04-05" xml:lang="ja">
      当該押韻が起こる韻スキーム部分を特定するラベルを示す．
      </desc>
      <desc version="2007-06-12" xml:lang="fr">Fournit une étiquette pour identifier la partie
          de l'agencement de rimes dont cette chaîne rimante est une occurrence.</desc>
      <desc version="2007-05-04" xml:lang="es">proporciona una etiqueta que identifica que parte del esquema rítmico representa la serie de caracteres en cuestión.</desc>
      <desc version="2007-01-21" xml:lang="it">fornisce un'etichetta che identifica quale parte dello schema rimico è rappresentata dalla stringa in questione</desc>
      <datatype>
        <rng:ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="data.word"/>
<!--        <rng:data xmlns:rng="http://relaxng.org/ns/structure/1.0" type="string"/>-->
      </datatype>
      <valDesc>usually contains a single letter.</valDesc>
      <remarks>
        <p>Within a particular  scope, all <gi>rhyme</gi> elements with the same value for
	their <att>label</att> attribute are assumed to rhyme
	with each other. The scope is defined by the nearest ancestor
	element for which the <att>rhyme</att> attribute has been supplied.</p>
      </remarks>
      <remarks xml:lang="ja">
        <p>
        特定範囲中で，属性<att>label</att>に同じ属性値を持つ要素
        <gi>rhyme</gi>全てが，互いに韻を踏んでいるとされる．この範囲は，
        当該属性<att>rhyme</att>が付与されているものから直近の先行要素
        により定義される．
        </p>
      </remarks>
    </attDef>
  </attList>
  <exemplum>
    <egXML xmlns="http://www.tei-c.org/ns/Examples" corresp="#VESTR-eg-5">
      <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>
    </egXML>
<!-- Byron, Don Juan I.xxii -->
  </exemplum>
  <exemplum xml:lang="zh-tw">
    <egXML xmlns="http://www.tei-c.org/ns/Examples" corresp="#biblzh-tw_n65">
      <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>
    </egXML>
  </exemplum>
  <listRef>
    <ptr target="#VERH"/>
  </listRef>
</elementSpec>
