<fsdDecl>

<fsdDecl> (Definition des Merkmalsystems ) Definition des Merkmalsystems für einen bestimmten Typ von Merkmalstrukturen (feature structure). 18.11 Feature System Declaration
Moduliso-fs — 18 Feature Structures
Attribute
Verwendet von model.encodingPart model.resourceLike
Kann enthalten
iso-fs: fsDecl fsdLink
Deklaration
element fsdDecl { att.global.attributes, ( fsDecl | fsdLink )+ }
Beispiel
<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>