<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright TEI Consortium. 
Dual-licensed under CC-by and BSD2 licences 
See the file COPYING.txt for details
$Date: 2012-04-18 20:14:25 +0100 (Wed, 18 Apr 2012) $
$Id: fvLib.xml 10249 2012-04-18 19:14:25Z rahtz $
-->
<elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="iso-fs" ident="fvLib">
  <gloss>feature-value library</gloss>
  <gloss versionDate="2007-12-20" xml:lang="ko">자질-값 라이브러리</gloss>
  <gloss versionDate="2007-05-02" xml:lang="zh-TW">功能值存庫</gloss>
  <gloss versionDate="2008-04-05" xml:lang="ja"/>
  <gloss versionDate="2007-06-12" xml:lang="fr">bibliothèque trait-valeur</gloss>
  <gloss versionDate="2007-05-04" xml:lang="es">biblioteca de valores de rasgo</gloss>
  <gloss versionDate="2007-01-21" xml:lang="it">una biblioteca dei valori dei tratti</gloss>
  <desc>assembles a library of reusable feature value elements
  (including complete feature structures).</desc>
  <desc versionDate="2007-12-20" xml:lang="ko">(완전한 자질구조를 포함하여) 다시 사용할 수 있는 자질 값 요소를 하나의 라이브러리에 모아놓는다.</desc>
  <desc versionDate="2007-05-02" xml:lang="zh-TW">可重複使用的功能值元素的集合存庫 (包含完整功能結構) 。</desc>
  <desc versionDate="2008-04-05" xml:lang="ja">
  再利用が可能な素性値をライブラリとしてまとめる．
  </desc>
  <desc versionDate="2007-06-12" xml:lang="fr">rassemble une bibliothèque d'éléments trait-valeur
      réutilisables (y compris des structures de traits complètes).</desc>
  <desc versionDate="2007-05-04" xml:lang="es">reúne una biblioteca de elementos de valor de rasgo reutilizables (incluyendo estructuras de rasgo completas).</desc>
  <desc versionDate="2007-01-21" xml:lang="it">raccoglie una biblioteca degli elementi dei valori dei tratti riutilizzabili (incluse le strutture complete dei tratti).</desc>
  <classes>
    <memberOf key="att.global"/>
    <memberOf key="model.global.meta"/>
  </classes>
  <content>
    <zeroOrMore xmlns="http://relaxng.org/ns/structure/1.0">
      <choice>
        <ref name="model.featureVal"/>
      </choice>
    </zeroOrMore>
  </content>
  <!--
  <attList>
    <attDef ident="type" usage="opt">
	<equiv/>
	<desc>indicates type of feature-value library (i.e., what type of feature
values it contains).</desc>
      <datatype><rng:ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="datatype.Key"/></datatype>
      <valDesc>Character string, e.g. <term>symbolic values</term>.</valDesc>
    </attDef>
  </attList>
-->
  <exemplum xml:lang="en">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <fvLib n="symbolic values">
        <symbol xml:id="sfirst" value="first"/>
        <symbol xml:id="ssecond" value="second"/>
        <!-- ... -->
        <symbol xml:id="ssing" value="singular"/>
        <symbol xml:id="splur" value="plural"/>
        <!-- ... -->
      </fvLib>
    </egXML>
  </exemplum>
  <exemplum versionDate="2008-04-06" xml:lang="fr">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <fvLib n="symbolic values">
        <symbol xml:id="fr_sfirst" value="first"/>
        <symbol xml:id="fr_ssecond" value="second"/>
        <symbol xml:id="fr_ssing" value="singular"/>
        <symbol xml:id="fr_splur" value="plural"/>
      </fvLib>
    </egXML>
  </exemplum>
  <remarks>
    <p>A feature value library may include any number
  of values of any kind, including multiple occurrences of identical
  values such as <code>&lt;binary value="true"/&gt;</code> or <code>default</code>. The only
  thing guaranteed unique in a feature value library is the set of
  labels used to identify the values. </p>
  </remarks>
  <remarks xml:lang="fr">
    <p>Une bibliothèque de valeurs de trait peut inclure n'importe quel nombre de valeurs
                quelconques, y compris des occurences multiples de valeurs identiques telles que
                    <code>&lt;binary value="true"/&gt;</code> ou <code>default</code>. La
                seule chose absolument unique dans une bibliothèque de valeurs de trait est
                l'ensemble des étiquettes utilisées pour identifier les valeurs.</p>
  </remarks>
  <remarks xml:lang="ja">
    <p>
    素性値ライブラリには，各種の値がとれる．
    <code>&lt;binary value="true"/&gt;</code>または
    <code>default</code>のような幾度も使用される値をとれる．
    素性値ライブラリ中で唯一ユニーク性が保証されているのは，当該値を指
  定するためのラベル集合である．
   </p>
  </remarks>
  <listRef>
    <ptr target="#FSFL"/>
  </listRef>
</elementSpec>
