<link> defines an association or hypertextual link among elements or passages, of some type not more precisely specifiable by other elements.
Attributes:
targets specifies the SGML identifiers of the elements or passages to be linked or associated.
Datatype: IDREFS
Values: Each value specified must be the same as that specified as value for an ID attribute for some other element in the current SGML document.
Default: #REQUIRED
type categorizes the group of associations in some respect, using any convenient set of categories.
Datatype: CDATA
Values: Where type is specified on a <linkGrp> element, it supplies the default value for the type attribute on each <link> included within the group.
Default: %INHERITED;
Example
Note

This element should only be used to encode associations not otherwise provided for by more specific elements.

The location of this element within a document has no significance, unless it is included within a <linkGrp> , in which case it may inherit the value of the type attribute from the value given on the <linkGrp> .

Tagsetadditional tag set for
Classloc, metadata, pointer [and indirectly also:] globincl, phrase
Filenameteilink2.dtd
Content:
Parentsab abbr activity actor add addName addrLine admin affiliation author authority bibl biblScope birth bloc byline camera caption case castItem catDesc cell channel cl classCode closer colloc constitution corr country creation damage dataDesc date dateRange def del derivation desc descrip distance distinct distributor docAuthor docDate docEdition docImprint domain edition editor education emph equiv etym expan extent fDescr factuality figDesc firstLang foreign forename form fsDescr funder fw gen genName gloss gram gramGrp head headItem headLabel hi hyph imprimatur interaction item itype l label lang langKnown language lbl lem linkGrp locale measure meeting mentioned mood name nameLink note num number occasion occupation opener orgDivn orgName orgTitle orgType orig orth otherForm p per persName phr placeName pos preparedness principal pron pubPlace publisher purpose q quote rdg re ref reg region rendition residence resp restore role roleDesc roleName rs s salute seg sense set settlement sic signed soCalled socecStatus sound speaker sponsor stage street stress subc supplied surname syll symbol tagUsage tech term time timeRange title titlePart tns tr trailer trans u unclear usg valDesc view wit witDetail witness writing xr xref
Children[none]
Declaration
<!ELEMENT link          - O  EMPTY                              >
<!ATTLIST link               %a.global
          resp               CDATA               #IMPLIED
          crdate             CDATA               #IMPLIED
          targType           NAMES               #IMPLIED
          targOrder          (Y | N | U)         U
          evaluate           (all | one | none)  #IMPLIED
          targets            IDREFS              #REQUIRED
          type               CDATA               %INHERITED;    >
See 14.1

Back to index