<?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: fsdDecl.xml 10249 2012-04-18 19:14:25Z rahtz $
-->
<elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="iso-fs" ident="fsdDecl">
  <gloss>feature system declaration</gloss>
  <gloss versionDate="2009-04-16" xml:lang="fr">Déclaration de système de traits (FSD)</gloss>
  <gloss versionDate="2007-12-20" xml:lang="ko">자질 체계 선언</gloss>
  <gloss versionDate="2007-05-02" xml:lang="zh-TW">功能系統宣告</gloss>
  <gloss versionDate="2006-10-18" xml:lang="de">Definition des Merkmalsystems </gloss>
  <gloss versionDate="2007-05-04" xml:lang="es">declaración FSD (Declaración del Sistema de Rasgos)</gloss>
  <gloss versionDate="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 versionDate="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 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="2006-10-18" xml:lang="de">Definition des
  Merkmalsystems für einen bestimmten Typ von Merkmalstrukturen
  (feature structure). </desc>
  <desc versionDate="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 versionDate="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="att.global"/>
    <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">
          <fDecl xml:id="GPSG-1" name="GPSG_feat1">
	  <vRange>
	    <vAlt>
	      <symbol value="red"/>
	      <symbol value="blue"/>
	      <symbol value="green"/>
	     </vAlt>
	  </vRange></fDecl>
	  <!--other feature declarations for GPSG here ... -->
        </fsDecl>
        <fsdLink type="subentry" target="http://www.example.com/fsdLib.xml#LX123"/>
      </fsdDecl>
    </egXML>
  </exemplum>
  <exemplum versionDate="2008-04-06" xml:lang="fr">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <fsdDecl>
         <fsDecl type="GPSG">
	   <fDecl xml:id="GPSG-1-fr" name="GPSG_feat1">
	     <vRange>
	    <vAlt>
	      <symbol value="red"/>
	      <symbol value="blue"/>
	      <symbol value="green"/>
	     </vAlt>
	  </vRange></fDecl>
	  <!--other feature declarations for GPSG here ... -->
        </fsDecl>

        <fsdLink type="subentry" target="http://www.example.com/fsdLib.xml#LX123"/>
      </fsdDecl>
    </egXML>
  </exemplum>
  <listRef>
    <ptr target="#FD"/>
  </listRef>
</elementSpec>
