<fsdDecl>

<fsdDecl> (feature system declaration) provides a feature system declaration comprising one or more feature structure declarations or feature structure declaration links. «#FD»
Moduleiso-fs
Attributes
Used by
May contain
iso-fs: fsDecl fsdLink
Declaration
element fsdDecl { ( fsDecl | fsdLink )+ }
Example
<fsdDecl>
 <fsDecl type="GPSG"/>
 <fsDecl type="lexxml:id="LX123"/>
 <fsdLink type="entrytarget="#LX123"/>
 <fsdLink
   type="subentry"
   target="http://www.example.com/fsdLib.xml#LX123"/>

</fsdDecl>