<fsdDecl>

<fsdDecl> (功能系統宣告) 明確指出規範某特定功能結構類型的功能系統宣告。 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="lexxml:id="zh-tw_LX123">
<!-- ... -->
 </fsDecl>
 <fsdLink type="entrytarget="#zh-tw_LX123"/>
 <fsdLink
   type="subentry"
   target="http://www.example.com/fsdLib.xml#LX123"/>

</fsdDecl>