att.global.linking

att.global.linking provides a set of attributes for hypertextual linking. [16. Linking, Segmentation, and Alignment]
Modulelinking
Membersatt.global [TEI ab abbr abstract accMat acquisition add addName addSpan additional additions addrLine address adminInfo altIdentifier am analytic anchor annotation annotationBlock app application author authority availability back bibl biblFull biblScope biblStruct binaryObject binding bindingDesc birth bloc body c cRefPattern calendar calendarDesc catDesc catRef catchwords category cb cell certainty change charDecl choice cit citeData citeStructure citedRange classCode classDecl collation collection colophon condition conversion corr correction correspAction correspContext correspDesc country creation custEvent custodialHist damage date dateline death decoDesc decoNote del delSpan depth desc dim dimensions distinct distributor district div divGen docAuthor docDate docEdition docImprint docTitle edition editionStmt editor editorialDecl ellipsis email emph encodingDesc epigraph event ex expan explicit extent facsimile figDesc figure fileDesc filiation finalRubric floatingText floruit foliation foreign forename form front funder fw g gap gb gen genName gender geo geoDecl geogFeat geogName gloss glyph graphic group handDesc handNote handNotes handShift head headItem headLabel height heraldry hi history hyphenation idno imprint incipit index institution interp interpGrp interpretation item join keywords l label lang langUsage language layout layoutDesc lb lem lg licence line link linkGrp list listAnnotation listApp listBibl listChange listEvent listNym listObject listOrg listPerson listPlace listPrefixDef listRelation listTranspose localProp location locus locusGrp m mapping material measure measureGrp media meeting mentioned metamark milestone mod monogr msContents msDesc msFrag msIdentifier msItem msItemStruct msName msPart musicNotation name namespace normalization notatedMusic note noteGrp notesStmt num nym object objectDesc objectIdentifier objectName objectType offset org orgName orig origDate origPlace origin p particDesc path pb pc persName persPronouns person personGrp persona phr physDesc place placeName postBox postCode precision prefixDef principal profileDesc projectDesc provenance ptr pubPlace publicationStmt publisher punctuation q quotation quote rb rdg rdgGrp recordHist redo ref refState refsDecl reg region relatedItem relation rendition repository resp respStmt retrace revisionDesc roleName row rs rt rubric ruby s said samplingDecl schemaRef scriptDesc scriptNote seal sealDesc secFol secl seg segmentation series seriesStmt settingDesc settlement sic signatures soCalled source sourceDesc sourceDoc sp space speaker sponsor stage stamp standOff state stdVals street styleDefDecl subst substJoin summary supplied support supportDesc surface surfaceGrp surname surplus surrogates table tagUsage tagsDecl taxonomy teiCorpus teiHeader term text textClass textLang time title titleStmt transcriptionDesc transpose typeDesc typeNote unclear undo unicodeProp unihanProp unit unitDecl unitDef variantEncoding w watermark width wit xenoData zone]
Attributes
corresp(corresponds) points to elements that correspond to the current element in some way.
Status Optional
Datatype 1–∞ occurrences of teidata.pointer separated by whitespace
<group>
 <text xml:id="t1-g1-t1xml: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-t2xml: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>

In this example a group contains two texts, each containing the same document in a different language. The correspondence is indicated using corresp. The language is indicated using xml:lang, whose value is inherited; both the tag with the corresp and the tag pointed to by the corresp inherit the value from their immediate parent.


<!-- In a placeography called "places.xml" --><place xml:id="LOND1"
 corresp="people.xml#LOND2 people.xml#GENI1">

 <placeName>London</placeName>
 <desc>The city of London...</desc>
</place>
<!-- In a literary personography called "people.xml" -->
<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>

In this example, a place element containing information about the city of London is linked with two person elements in a literary personography. This correspondence represents a slightly looser relationship than the one in the preceding example; there is no sense in which an allegorical character could be substituted for the physical city, or vice versa, but there is obviously a correspondence between them.

synch(synchronous) points to elements that are synchronous with the current element.
Status Optional
Datatype 1–∞ occurrences of teidata.pointer separated by whitespace
sameAspoints to an element that is the same as the current element.
Status Optional
Datatype teidata.pointer
copyOfpoints to an element of which the current element is a copy.
Status Optional
Datatype teidata.pointer
Note

Any content of the current element should be ignored. Its true content is that of the element being pointed at.

nextpoints to the next element of a virtual aggregate of which the current element is part.
Status Optional
Datatype teidata.pointer
Note

It is recommended that the element indicated be of the same type as the element bearing this attribute.

prev(previous) points to the previous element of a virtual aggregate of which the current element is part.
Status Optional
Datatype teidata.pointer
Note

It is recommended that the element indicated be of the same type as the element bearing this attribute.

excludepoints to elements that are in exclusive alternation with the current element.
Status Optional
Datatype 1–∞ occurrences of teidata.pointer separated by whitespace
selectselects one or more alternants; if one alternant is selected, the ambiguity or uncertainty is marked as resolved. If more than one alternant is selected, the degree of ambiguity or uncertainty is marked as reduced by the number of alternants not selected.
Status Optional
Datatype 1–∞ occurrences of teidata.pointer separated by whitespace
Note

This attribute should be placed on an element which is superordinate to all of the alternants from which the selection is being made.