<?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: 2007-09-29 12:36:18 +0100 (Sat, 29 Sep 2007) $
$Id: transformP5.xsl 3417 2007-09-29 11:36:18Z rahtz $
-->
<elementSpec xmlns="http://www.tei-c.org/ns/1.0" xmlns:rng="http://relaxng.org/ns/structure/1.0" module="iso-fs" ident="fsdLink">
  <gloss>feature structure declaration link</gloss>
  <gloss version="2007-12-20" xml:lang="kr">자질 구조 선언 연결</gloss>
  <gloss version="2008-04-06" xml:lang="es">enlace a la declaración de la estructura de rasgos</gloss>
  <gloss version="2008-03-30" xml:lang="fr">lien vers la déclaration d'une structure de traits</gloss>
  <gloss version="2007-11-06" xml:lang="it">collegamento alla dichiarazione della struttura di tratti</gloss>
  <desc>associates the name of a typed feature structure with a feature
structure declaration for it.</desc>
  <desc version="2007-12-20" xml:lang="kr">자질 구조 선언에 유형화된 자질 구조의 이름을 관련시킨다.</desc>
  <desc version="2008-04-06" xml:lang="es">asocia el nombre de una estructura de rasgos dada con una declaración de la estructura de rasgos para ella.</desc>
  <desc version="2008-04-05" xml:lang="ja">
素性構造宣言により素性構造の名前を示す．
</desc>
  <desc version="2008-03-30" xml:lang="fr">associe le nom d'une structure de traits typée avec
une déclaration de structure de traits.</desc>
  <desc version="2007-11-06" xml:lang="it">associa il nome di una struttura di tratti alla dichiarazione relativa</desc>
  <content>
    <rng:empty/>
  </content>
  <attList>
    <attDef ident="type" usage="req">
      <equiv/>
      <desc>identifies the type of feature structure to be documented;
      this will be the value of the <att>type</att> attribute on at least one
feature structure.</desc>
      <desc version="2007-12-20" xml:lang="kr">기록된 자질 구조의 유형을 식별한다; 이것은 적어도 하나 이상의 자질 구조에 대한 <att>유형</att> 값이 될 것이다.</desc>
      <desc version="2008-04-05" xml:lang="ja">
      解説される素性構造を示す．少なくともひとつの素性構造に関する属性
      <att>type</att>の値が付与される．
      </desc>
      <desc version="2007-01-21" xml:lang="it">identifica il tipo di dichiarazione del sistema di tratti attraverso il FSD, sarà il valore dell'attributo <att>type</att> di almeno una struttura di tratti.</desc>
      <desc version="2007-05-04" xml:lang="es">identifica el tipo de estructura de rasgos documentada por el FSD; éste será el valor del atributo <att>type</att> al menos en una estructura de rasgos.</desc>
      <desc xml:lang="fr">identifie le type de structure de profils décrit dans la déclaration de systèmes de profils ; ce sera la valeur de l’attribut <att>type</att> d’au moins une structure de profils.</desc>
      <datatype>
        <rng:ref name="data.enumerated"/>
      </datatype>
      <valDesc>any string of characters.</valDesc>
      <exemplum>
        <egXML xmlns="http://www.tei-c.org/ns/Examples"/>
      </exemplum>
    </attDef>
    <attDef ident="target" usage="req">
      <desc>supplies a pointer to a feature structure declaration
      (<gi>fsDecl</gi>) element within the current document or elsewhere. </desc>
      <desc version="2007-12-20" xml:lang="kr">현 문서 내 또는  다른 문서에서 자질 구조 선언 (<gi>fsDecl</gi>) 요소에 대한 포인터를 제공한다.</desc>
      <desc version="2008-04-06" xml:lang="es">proporciona un puntero a una declaración de estructura de rasgos (elemento <gi>fsDecl</gi>) al interno del documento actual u otro. </desc>
      <desc version="2008-04-05" xml:lang="ja">
      素性構造宣言要素(<gi>fsDecl</gi>)へのポインタが示される．
       </desc>
      <desc version="2008-03-30" xml:lang="fr">fournit un pointeur vers un élément de
déclaration de structure de traits (fsDecl) au sein du document courant ou
ailleurs.</desc>
      <desc version="2007-11-06" xml:lang="it">fornisce un puntatore che indica l'elemento relativo alla dichiarazione di una struttura di tratti (fsDecl) all'interno del documento corrente o altrove</desc>
      <datatype>
        <rng:ref name="data.pointer"/>
      </datatype>
    </attDef>
  </attList>
  <exemplum>
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <fsdLink type="subentry" target="http://www.example.com/fsdLib.xml#L1234"/>
    </egXML>
  </exemplum>
  <exemplum xml:lang="zh-tw">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <fsdLink type="subentry" target="http://www.example.com/fsdLib.xml#L1234"/>
    </egXML>
  </exemplum>
  <listRef>
    <ptr target="#FD"/>
  </listRef>
</elementSpec>
