<fsdDecl>

<fsdDecl> (dichiarazione su FSD (dichiarazione del sistema di tratti)) identifica la dichiarazione del sistema di tratti che contiene le definifioni di un particolare tipo di struttura di tratti. 18.11 Feature System Declaration
Moduloiso-fs — 18 Feature Structures
Attributi
Usato da model.encodingPart model.resourceLike
Può contenere
iso-fs: fsDecl fsdLink
Dichiarazione
element fsdDecl { att.global.attributes, ( fsDecl | fsdLink )+ }
Esempio
<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>