att.global.linking (hendiLetters)
Back
att.global.linking provides a set of attributes for hypertextual linking.
Other Customizations
Attributes
corresp
opt
(corresponds)
points to elements that correspond to the current element in some way.
Datatype
teidata.pointer
Example
<group>
<text xml:id="t1-g1-t1" xml:lang="mi">
<body xml:id="t1-g1-t1-body1">
<div type="chapter">
<head>He Whakamaramatanga mo te Ture Hoko, Riihi hoki, i nga Whenua Maori, 1876.</head>
<p>…</p>
</div>
</body>
</text>
<text xml:id="t1-g1-t2" xml:lang="en">
<body xml:id="t1-g1-t2-body1" corresp="#t1-g1-t1-body1">
<div type="chapter">
<head>An Act to regulate the Sale, Letting, and Disposal of Native Lands, 1876.</head>
<p>…</p>
</div>
</body>
</text>
</group> <gi>group</gi> <gi>text</gi> <att>corresp</att> <att>xml:lang</att> <att>corresp</att> <att>corresp</att>
<place xml:id="LOND1" corresp="people.xml#LOND2 people.xml#GENI1">
<placeName>London</placeName>
<desc>The city of London...</desc>
</place> <person xml:id="LOND2" corresp="places.xml#LOND1 #GENI1">
<persName type="lit">London</persName>
<note>
<p>Allegorical character representing the city of <placeName ref="places.xml#LOND1">London</placeName>.</p>
</note>
</person> <person xml:id="GENI1" corresp="places.xml#LOND1 #LOND2">
<persName type="lit">London’s Genius</persName>
<note>
<p>Personification of London’s genius. Appears as an
allegorical character in mayoral shows.
</p>
</note>
</person> <gi>place</gi> <gi>person</gi>
sameAs
opt
points to an element that is the same as the current element.
Datatype
teidata.pointer