Text Encoding Initiative

The XML Version of the TEI Guidelines

<linkGrp>


<linkGrp> defines a collection of associations or hypertextual links.
Attributes Global attributes and those inherited from metadata, pointerGroup
Example
<linkGrp type='translation'>
<link targets='S1 z1'/>
<link targets='S2 z2'/>
<!-- ... -->
<link targets='S99 z99' type='paraphrase'/>
</linkGrp>
Note

A web or link group is an administrative convenience, which should be used to collect a set of links together for any purpose, not simply to supply a default value for the type attribute.

Module Declared in file teilink2.dtd; Additional tag set for Linking and Segmentation: enabled by TEI.linking
Class pointerGroup; metadata
Data Description May contain one or more <link> elements only, optionally with interspersed pointer elements.
May contain link ptr xptr
May occur within ab abbr activity actor add addName addrLine address admin affiliation analytic app argument author authority back bibl biblFull biblScope biblStruct birth bloc body byline camera caption case castGroup castItem castList cell channel cit cl classCode closer colloc constitution corr country creation damage date dateRange dateStruct dateline def del derivation descrip dictScrap distance distinct distributor div div0 div1 div2 div3 div4 div5 div6 div7 docAuthor docDate docEdition docImprint docTitle domain edition editor education emph entry entryFree epigraph epilogue etym expan extent factuality figDesc figure firstLang foreName foreign form front funder fw gen genName geogName gloss gram gramGrp graph group head headItem headLabel hi hyph imprimatur imprint interaction item itype l label lang langKnown language lbl lem lg lg1 lg2 lg3 lg4 lg5 list listBibl locale m measure meeting mentioned metDecl monogr mood name nameLink note num number occasion occupation offset ofig opener orgDivn orgName orgTitle orgType orig orth otherForm p per performance persName phr placeName pos preparedness principal prologue pron pubPlace publicationStmt publisher purpose q quote rdg rdgGrp re ref reg region rendition residence resp respStmt restore role roleDesc roleName row rs s salute seg sense series set settlement sic signed soCalled socecStatus sound sp speaker sponsor stage street stress subc supplied surname syll symbol table tagUsage tech term termEntry text tig time timeRange timeStruct title titlePage titlePart tns tr trailer trans u unclear usg view w wit witDetail witList witness writing xr xref
Declaration
<!ELEMENT linkGrp %om.RR; (link | ptr | xptr)+ > 
<!ATTLIST linkGrp  
      %a.global;
      %a.pointerGroup;>
See further 14.1 Pointers

Up: 35 Elements