<fsdLink> (enlace a la declaración de la estructura de rasgos) asocia el nombre de una estructura de rasgos dada con una declaración de la estructura de rasgos para ella. [18.11 Feature System Declaration]
Móduloiso-fs — Feature Structures
Atributosatt.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp))
typeidentifica el tipo de estructura de rasgos documentada por el FSD; éste será el valor del atributo type al menos en una estructura de rasgos.
Estado Necesario
Tipo de datos

<rng:ref name="data.enumerated"/>
data.enumerated
targetproporciona un puntero a una declaración de estructura de rasgos (elemento fsDecl) al interno del documento actual u otro.
Estado Necesario
Tipo de datos

<rng:ref name="data.pointer"/>
data.pointer
Contenido en
iso-fs: fsdDecl
Puede contenerElemento vacío
Declaración

<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: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,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   attribute type { data.enumerated },
   attribute target { data.pointer },
   empty
}
Ejemplo
<fsdLink type="subentry"
 target="http://www.example.com/fsdLib.xml#L1234"/>