<fsdDecl>

<fsdDecl> (FSD (素性システム宣言) 宣言) 素性構造の定義を含む宣言を示す. 18.11 Feature System Declaration
モジュールiso-fs — 18 Feature Structures
属性
当該モジュールを使用するもの model.encodingPart model.resourceLike
下位
iso-fs: fsDecl fsdLink
宣言
element fsdDecl { att.global.attributes, ( fsDecl | fsdLink )+ }
<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>