<?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: 2010-11-04 19:02:24 +0000 (Thu, 04 Nov 2010) $
$Id: fsdDecl.xml 8242 2010-11-04 19:02:24Z rahtz $
-->
<elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="iso-fs" ident="fsdDecl">
  <gloss>feature system declaration</gloss>
  <gloss version="2009-04-16" xml:lang="fr">Déclaration de système de traits (FSD)</gloss>
  <gloss version="2007-12-20" xml:lang="kr">자질 체계 선언</gloss>
  <gloss version="2007-05-02" xml:lang="zh-tw">功能系統宣告</gloss>
  <gloss version="2006-10-18" xml:lang="de">Definition des Merkmalsystems </gloss>
  <gloss version="2007-05-04" xml:lang="es">declaración FSD (Declaración del Sistema de Rasgos)</gloss>
  <gloss version="2007-01-21" xml:lang="it">dichiarazione su FSD (dichiarazione del sistema di tratti)</gloss>
  <desc>provides a feature system declaration comprising one or more
  feature structure declarations or feature structure declaration links.</desc>
  <desc version="2009-04-16" xml:lang="fr">fournit une déclaration du système de traits consistant en une ou plusieurs déclarations de structure de traits ou des liens vers une déclaration de structure de traits.</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="2006-10-18" xml:lang="de">Definition des
  Merkmalsystems für einen bestimmten Typ von Merkmalstrukturen
  (feature structure). </desc>
  <desc version="2007-05-04" xml:lang="es">indica la declaración del sistema de rasgos que contiene definiciones para un tipo particular de estructura de rasgos.</desc>
  <desc version="2007-01-21" xml:lang="it">identifica la dichiarazione del sistema di tratti che contiene le definifioni di un particolare tipo di struttura di tratti.</desc>
  <classes>
    <memberOf key="model.encodingDescPart"/>
    <memberOf key="model.resourceLike"/>
  </classes>
  <content>
    <oneOrMore xmlns="http://relaxng.org/ns/structure/1.0">
      <choice>
        <ref name="fsDecl"/>
        <ref name="fsdLink"/>
      </choice>
    </oneOrMore>
  </content>
  <exemplum xml:lang="en">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <fsdDecl>
        <fsDecl type="GPSG">
          <!-- ... -->
        </fsDecl>
        <fsDecl type="lex" xml:id="LX123">
          <!-- ... -->
        </fsDecl>
        <fsdLink type="entry" target="#LX123"/>
        <fsdLink type="subentry" target="http://www.example.com/fsdLib.xml#LX123"/>
      </fsdDecl>
    </egXML>
  </exemplum>
  <exemplum version="2008-04-06" xml:lang="fr">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <fsdDecl>
        <fsDecl type="GPSG"> </fsDecl>
        <fsDecl type="lex" xml:id="fr_LX123"> </fsDecl>
        <fsdLink type="entry" target="#fr_LX123"/>
        <fsdLink type="subentry" target="http://www.example.com/fsdLib.xml#LX123"/>
      </fsdDecl>
    </egXML>
  </exemplum>
  <exemplum xml:lang="zh-tw">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <fsdDecl>
        <fsDecl type="GPSG">
          <!-- ... -->
        </fsDecl>
        <fsDecl type="lex" xml:id="zh-tw_LX123">
          <!-- ... -->
        </fsDecl>
        <fsdLink type="entry" target="#zh-tw_LX123"/>
        <fsdLink type="subentry" target="http://www.example.com/fsdLib.xml#LX123"/>
      </fsdDecl>
    </egXML>
  </exemplum>
  <listRef>
    <ptr target="#FD"/>
  </listRef>
</elementSpec>
