<fsdDecl>

<fsdDecl> (declaración FSD (Declaración del Sistema de Rasgos)) indica la declaración del sistema de rasgos que contiene definiciones para un tipo particular de estructura de rasgos. 18.11 Feature System Declaration
Móduloiso-fs — 18 Feature Structures
Atributos
Used by model.encodingPart model.resourceLike
May contain
iso-fs: fsDecl fsdLink
Declaración
element fsdDecl { att.global.attributes, ( fsDecl | fsdLink )+ }
Ejemplo
<fsdDecl>
 <fsDecl type="GPSG">
<!-- ... -->
 </fsDecl>
 <fsDecl type="lexxml:id="LX123">
<!-- ... -->
 </fsDecl>
 <fsdLink type="entrytarget="#LX123"/>
 <fsdLink
   type="subentry"
   target="http://www.example.com/fsdLib.xml#LX123"/>

</fsdDecl>