<?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: f.xml 5435 2009-01-16 00:51:19Z louBurnard $
-->
<elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="iso-fs" ident="f">
  <equiv/>
  <gloss>feature</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">trait</gloss>
  <gloss version="2007-05-04" xml:lang="es">Rasgo</gloss>
  <gloss version="2007-01-21" xml:lang="it">un tratto</gloss>
  <desc>represents a <term>feature value specification</term>, that
  is, the association of a name with a value of any of several different types.</desc>
  <desc version="2007-12-20" xml:lang="kr"><term>feature value specification</term>, 즉, 이름과 몇 가지 다른 유형의 값을 연결시킨다.</desc>
  <desc version="2007-05-02" xml:lang="zh-tw">表示一個<term>功能值細節</term>，即一項名稱與任一種不同類型值之間的關連。</desc>
  <desc version="2008-04-05" xml:lang="ja">
  素性値定義を示す．すなわち，素性名とその様々な値を示す．
  </desc>
  <desc version="2007-06-12" xml:lang="fr">représente une <term>spécification
      trait-valeur</term>, c'est-à-dire l'association d'un nom avec une valeur d’un type quelconque
      parmi plusieurs.</desc>
  <desc version="2007-05-04" xml:lang="es">representa una <term>feature value specification (especificación de valor de rasgo)</term>, es decir, la asociación de un nombre con un valor de cualquier de los diferentes tipos.</desc>
  <desc version="2007-01-21" xml:lang="it">rappresenta una <term>feature value specification</term>, cioè l'associazione di un nome con il valore di uno qualsiasi di diversi tratti.</desc>
  <content>
    <zeroOrMore xmlns="http://relaxng.org/ns/structure/1.0">
      <ref name="model.featureVal"/>
    </zeroOrMore>
  </content>
<!-- need to express constraint that if there is no content then the
fVal attribute must be non-null -->
  <attList>
    <attDef ident="name" usage="req">
      <equiv/>
      <desc>provides a name for the feature.</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">donne un nom pour le trait</desc>
      <desc version="2007-05-04" xml:lang="es">proporciona un nombre para un rasgo.</desc>
      <desc version="2007-01-21" xml:lang="it">fornisce il nome del tratto.</desc>
      <datatype>
        <rng:ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="data.name"/>
      </datatype>
      <valDesc>Any name.</valDesc>
    </attDef>
    <attDef ident="fVal" usage="opt">
      <gloss>feature value</gloss>
      <gloss version="2007-12-20" xml:lang="kr">자질 값</gloss>
      <gloss version="2008-04-06" xml:lang="es">valor del rasgo</gloss>
      <gloss version="2008-03-30" xml:lang="fr">valeur de traits</gloss>
      <gloss version="2007-11-06" xml:lang="it">valore del tratto</gloss>
      <desc>references any element which can be used to represent the
  value of a feature.</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">référence n'importe quel élément pouvant être
          utilisé pour représenter la valeur d'un trait</desc>
      <desc version="2007-05-04" xml:lang="es">indica cualquier elemento que puede ser usado para representar el valor de un rasgo.</desc>
      <desc version="2007-01-21" xml:lang="it">indica un qualsiasi elemento che può essere usato come valore di un tratto.</desc>
      <datatype>
        <rng:ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="data.pointer"/>
      </datatype>
      <valDesc>the  identifier of an element representing
a  feature value</valDesc>
      <remarks>
        <p>If this attribute is supplied as well as content, the value referenced is to be unified with  that contained.</p>
      </remarks>
      <remarks xml:lang="fr">
        <p>Si cet attribut est fourni en plus d'un contenu, la valeur référencée doit
                        être unifiée avec ce contenu.</p>
      </remarks>
      <remarks xml:lang="ja">
        <p>
	当該属性の値は，参照された要素内容とされる．
	</p>
      </remarks>
    </attDef>
  </attList>
  <exemplum>
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <f name="gender">
        <symbol value="feminine"/>
      </f>
    </egXML>
  </exemplum>
  <exemplum xml:lang="zh-tw">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <f name="gender">
        <symbol value="feminine"/>
      </f>
    </egXML>
  </exemplum>
  <remarks>
    <p>If the element is empty then a value must be supplied for the 
<att>fVal</att> attribute.</p>
  </remarks>
  <remarks xml:lang="fr">
    <p>Si l'élément est vide, une valeur doit être fournie pour l'attribut
            <att>fVal</att>.</p>
  </remarks>
  <remarks xml:lang="ja">
    <p>
    参照先の要素が空要素の場合，属性<att>fVal</att>が示す対象となる値
    が用意されていなければならない．
    </p>
  </remarks>
  <listRef>
    <ptr target="#FSBI" type="div3"/>
  </listRef>
</elementSpec>
