<fsdDecl>

<fsdDecl> ひとつ以上の素性構造宣言または素性構造宣言へのリンクを含む,素性システム宣言を示す. 18.11 素性システム宣言
モジュールiso-fs — 18 素性構造
属性
当該モジュールを使用するもの
下位
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="lexxml:id="LX123">
<!-- ... -->
 </fsDecl>
 <fsdLink type="entrytarget="#LX123"/>
 <fsdLink
   type="subentry"
   target="http://www.example.com/fsdLib.xml#LX123"/>

</fsdDecl>