<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
Moduliso-fs — 18 Feature Structures
Attribute
typeidentifies the type of feature structure to be documented; this will be the value of the type attribute on at least one feature structure.
Zustand Obligatorisch
Datentyp
data.enumerated
Werte any string of characters.
targetsupplies a pointer to a feature structure declaration (<fsDecl>) element within the current document or elsewhere.
Zustand Obligatorisch
Datentyp
data.pointer
Verwendet vonfsdDecl
Kann enthaltenEmpty element
Deklaration
element fsdLink
{
   att.global.attributes,
   attribute type { data.enumerated },
   attribute target { data.pointer },
   empty
}
Beispiel
<fsdLink
  type="subentry"
  target="http://www.example.com/fsdLib.xml#L1234"/>