<linkGrp>
<linkGrp> (link group) defines a collection of associations or hypertextual links. [16.1. Links]
Module | linking |
Attributes | Attributes att.global (xml:id, n, xml:lang) (lim.att.global.fragmentable (part)) (att.global.rendition (rendition)) (att.global.source (source)) |
Member of | |
Contained by |
analysis: w
core: abbr add author bibl cit corr date del editor emph expan foreign gloss head hi imprint item l label lg list mentioned name note num orig p pubPlace publisher q quote ref reg resp rs sic term time title unclear
corpus: activity
namesdates: addName affiliation birth death faith floruit forename genName langKnown nameLink nationality object objectName occupation org orgName persName person place placeName residence roleName settlement sex surname
|
May contain | |
Note |
May contain one or more link or ptr elements.
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.
|
Examples |
<linkGrp type="translation"> <link target="#CCS1 #SW1"/> <link target="#CCS2 #SW2"/> <link target="#CCS #SW"/> </linkGrp> <div type="volume" xml:id="CCS" xml:lang="fr"> <p> <s xml:id="CCS1">Longtemps, je me suis couché de bonne heure.</s> <s xml:id="CCS2">Parfois, à peine ma bougie éteinte, mes yeux se fermaient si vite que je n'avais pas le temps de me dire : "Je m'endors."</s> </p> <!-- ... --> </div> <div type="volume" xml:id="SW" xml:lang="en"> <p> <s xml:id="SW1">For a long time I used to go to bed early.</s> <s xml:id="SW2">Sometimes, when I had put out my candle, my eyes would close so quickly that I had not even time to say "I'm going to sleep."</s> </p> <!-- ... --> </div> |
Source | Github
<elementSpec module="linking" ident="linkGrp"> <gloss>link group</gloss> <desc>defines a collection of associations or hypertextual links.</desc> <classes> <memberOf key="att.global"/> <memberOf key="model.global.meta"/> </classes> <content> <sequence> <classRef key="model.descLike" minOccurs="0" maxOccurs="unbounded"/> <alternate minOccurs="1" maxOccurs="unbounded"> <elementRef key="link"/> <elementRef key="ptr"/> </alternate> </sequence> </content> </elementSpec> |