<?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-16 00:51:19 +0000 (Fri, 16 Jan 2009) $
$Id: anchor.xml 5435 2009-01-16 00:51:19Z louBurnard $
-->
<elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="linking" ident="anchor">
  <equiv/>
  <gloss>anchor point</gloss>
  <gloss version="2007-12-20" xml:lang="kr">앵커 지점</gloss>
  <gloss version="2007-05-02" xml:lang="zh-tw">錨點</gloss>
  <gloss version="2008-04-05" xml:lang="ja"/>
  <gloss version="2007-06-12" xml:lang="fr">point d'ancrage</gloss>
  <gloss version="2007-05-04" xml:lang="es">punto de anclaje</gloss>
  <gloss version="2007-01-21" xml:lang="it">punto di ancoraggio</gloss>
  <desc>attaches an identifier to a
point within a text, whether or not it corresponds with a textual
element.</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">
  テキスト要素であるかどうかに関係なく，テキスト中で，参照先になるIDを
  示す．
  </desc>
  <desc version="2007-06-12" xml:lang="fr">attache un identifiant à un point d'un texte, qu'il
      corresponde ou non à un élément textuel.</desc>
  <desc version="2007-05-04" xml:lang="es">enlanza un indentificador con una posición al interno del texto, independientemente del hecho que esta sea o no a un elemento textual.</desc>
  <desc version="2007-01-21" xml:lang="it">aggancia un indentificatore a una posizione all'interno del testo indipendentemente dal fatto che questa corrisponda o meno a un elemento testuale</desc>
  <classes>
    <memberOf key="model.milestoneLike"/>
    <memberOf key="att.typed"/>
  </classes>
  <content>
    <rng:empty xmlns:rng="http://relaxng.org/ns/structure/1.0"/>
  </content>
  <exemplum>
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <s>The anchor is he<anchor xml:id="A234"/>re somewhere.</s>
      <s>Help me find it.<ptr target="#A234"/></s>
    </egXML>
  </exemplum>
  <exemplum xml:lang="zh-tw">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <s>此錨點指向這<anchor xml:id="zh-tw_A234"/>裡</s>
      <s>請搜尋此處<ptr target="#zh-tw_A234"/></s>
    </egXML>
  </exemplum>
  <remarks>
    <p>On this
element, the global <att>xml:id</att> attribute must be supplied to
specify an identifier for the point at which this element occurs
within a document. The value used may be chosen freely provided that
it is unique within the document and is a syntactically valid name. There is no requirement for values containing numbers to be in sequence.</p>
  </remarks>
  <remarks xml:lang="fr">
    <p>Pour cet élément, il faut fournir un attribut global <att>xml:id</att> précisant un
                identifiant pour le point où cet élément intervient dans un document. La valeur
                utilisée peut être choisie librement, pourvu qu'elle soit unique dans le document et
                que le nom soit syntaxiquement valide. Les valeurs contenant des nombres ne doivent
                pas nécessairement être en séquence.</p>
  </remarks>
  <remarks xml:lang="ja">
    <p>
    当該要素において，グローバル属性<att>xml:id</att>の値としてIDを付
  与する必要がある．この値は，該当する文書中でユニークであり，かつ統語
  上妥当な名前であれば，自由に決めてよい．必ずしも連続する番号を振る必
  要はない．
  </p>
  </remarks>
  <listRef>
    <ptr target="#TSSAPA"/>
    <ptr target="#SACS"/>
  </listRef>
</elementSpec>
