<fsdDecl>

<fsdDecl> (功能系統宣告) 明確指出規範某特定功能結構類型的功能系統宣告。 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>