<fsdLink> (feature structure declaration link) 素性構造宣言により素性構造の名前を示す。 [18.11 Feature System Declaration]
モジュール iso-fs — Feature Structures
属性
type⚓︎ 解説される素性構造を示す。少なくともひとつの素性構造に関する属性 typeの値が付与される。
状態 必須
データ型 teidata.enumerated
target⚓︎ 素性構造宣言要素(fsDecl)へのポインタが示される。
状態 必須
データ型 teidata.pointer
クラブのメンバー
上位
iso-fs: fsdDecl
下位 空要素
<fsdLink type="subentry"
 target="http://www.example.com/fsdLib.xml#L1234"/>
Content model
<content>
 <empty/>
</content>
宣言
<rng:element name="fsdLink">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:attribute name="type">
  <rng:ref name="teidata.enumerated"/>
 </rng:attribute>
 <rng:attribute name="target">
  <rng:ref name="teidata.pointer"/>
 </rng:attribute>
 <rng:empty/>
</rng:element>
element fsdLink
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   attribute type { teidata.enumerated },
   attribute target { teidata.pointer },
   empty
}