<fsdLink>

<fsdLink> (feature structure declaration link) associates the name of a typed feature structure with a feature structure declaration for it. 18.11 Feature System Declaration
組件iso-fs — 18 Feature Structures
屬性
typeidentifies the type of feature structure to be documented; this will be the value of the type attribute on at least one feature structure.
狀態 必備的
資料類型

<rng:ref name="data.enumerated"/>
data.enumerated
any string of characters.
targetsupplies a pointer to a feature structure declaration (fsDecl) element within the current document or elsewhere.
狀態 必備的
資料類型

<rng:ref name="data.pointer"/>
data.pointer
屬於
可包含空白元素
宣告

<rng:element name="fsdLink">
<rng:ref name="att.global.attributes"/>
<rng:attribute name="type">
 <rng:ref name="data.enumerated"/>
</rng:attribute>
<rng:attribute name="target">
 <rng:ref name="data.pointer"/>
</rng:attribute>
<rng:empty/>
</rng:element>
element fsdLink
{
   att.global.attributes,
   attribute type { data.enumerated },
   attribute target { data.pointer },
   empty
}
例子
<fsdLink
  type="subentry"
  target="http://www.example.com/fsdLib.xml#L1234"/>