<fsdDecl>

<fsdDecl> (feature system declaration) provides a feature system declaration comprising one or more feature structure declarations or feature structure declaration links. 18.11 Feature System Declaration
Moduleiso-fs — 18 Feature Structures
AttributesGlobal attributes only
Declaration
element fsdDecl { att.global.attributes, ( fsDecl | fsdLink )+ }
Example
<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>
Contained by model.encodingPart model.resourceLike
May contain
iso-fs: fsDecl fsdLink