<?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: fsdDecl.xml 5435 2009-01-16 00:51:19Z louBurnard $
-->
<elementSpec xmlns="http://www.tei-c.org/ns/1.0" xmlns:rng="http://relaxng.org/ns/structure/1.0" module="iso-fs" ident="fsdDecl">
  <gloss>feature system declaration</gloss>
  <gloss version="2009-01-05" xml:lang="fr">Déclaration de système de profils</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-01-05" xml:lang="fr">L’élément Déclaration de système de profils <gi>fsdDecl</gi> identifie la déclaration du système de profils contenant des définitions pour un type spécifique de structure de profils.</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.encodingPart"/>
    <memberOf key="model.resourceLike"/>
  </classes>
  <content>
    <rng:oneOrMore>
      <rng:choice>
        <rng:ref name="fsDecl"/>
        <rng:ref name="fsdLink"/>
      </rng:choice>
    </rng:oneOrMore>
  </content>
  <exemplum>
    <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 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>
