<fsdDecl>

<fsdDecl> (feature system declaration) ひとつ以上の素性構造宣言または素性構造宣言へのリンクを含む,素性シス テム宣言を示す. 18.11 Feature System Declaration
モジュール iso-fs — 18 Feature Structures
当該モジュールを使用するもの
下位
iso-fs: fsDecl fsdLink
宣言

<rng:element name="fsdDecl">
 <rng:ref name="att.global.attributes"/>
 <rng:oneOrMore>
  <rng:choice>
   <rng:ref name="fsDecl"/>
   <rng:ref name="fsdLink"/>
  </rng:choice>
 </rng:oneOrMore>
</rng:element>
element fsdDecl { att.global.attributes, ( fsDecl | fsdLink )+ }
<fsdDecl>
 <fsDecl type="GPSG">
<!-- ... -->
 </fsDecl>
 <fsDecl type="lex" xml:id="LX123">
<!-- ... -->
 </fsDecl>
 <fsdLink type="entry" target="#LX123"/>
 <fsdLink
   type="subentry"
   target="http://www.example.com/fsdLib.xml#LX123"/>

</fsdDecl>