<fsdDecl>

<fsdDecl> (FSD (feature-system declaration) déclaration du système de profils ) Identifie la déclaration du système de profils qui contient des définitions pour un type particulier de structure de profils. 18.11 Feature System Declaration
Moduleiso-fs — 18 Feature Structures
Attributs
Utilisé par model.encodingPart model.resourceLike
Peut contenir
iso-fs: fsDecl fsdLink
Declaration
element fsdDecl { att.global.attributes, ( fsDecl | fsdLink )+ }
Exemple
<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>