<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
Móduloiso-fs — 18 Feature Structures
Atributos
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
data.enumerated
Valores any string of characters.
targetsupplies a pointer to a feature structure declaration (<fsDecl>) element within the current document or elsewhere.
Estado Necesario
Tipo de datos
data.pointer
Used byfsdDecl
May containEmpty element
Declaración
element fsdLink
{
   att.global.attributes,
   attribute type { data.enumerated },
   attribute target { data.pointer },
   empty
}
Ejemplo
<fsdLink
  type="subentry"
  target="http://www.example.com/fsdLib.xml#L1234"/>