att.global.linking

att.global.linking defines a set of attributes for hypertext and other linking, which are enabled for all elements when the additional tag set for linking is selected. [16 Linking, Segmentation, and Alignment]
Modulelinking — 16 Linking, Segmentation, and Alignment
Membersatt.global [teiHeader fileDesc titleStmt sponsor funder principal editionStmt edition extent publicationStmt distributor authority idno availability licence seriesStmt notesStmt sourceDesc biblFull encodingDesc projectDesc samplingDecl editorialDecl correction normalization quotation hyphenation segmentation stdVals interpretation tagsDecl tagUsage namespace rendition refsDecl cRefPattern refState classDecl taxonomy category catDesc appInfo application profileDesc handNote creation langUsage language textClass keywords classCode catRef calendarDesc calendar revisionDesc change p foreign emph hi distinct said quote q cit mentioned soCalled desc gloss term sic corr choice reg orig gap add del unclear name rs email address addrLine street postCode postBox num measure measureGrp date time abbr expan ptr ref list item label head headLabel headItem note index graphic binaryObject milestone gb pb lb cb analytic monogr series author editor respStmt resp title meeting imprint publisher biblScope pubPlace bibl biblStruct listBibl relatedItem l lg sp speaker stage TEI teiCorpus text body group floatingText div div1 div2 div3 div4 div5 div6 div7 divGen trailer byline dateline argument epigraph opener closer salute signed postscript titlePage docTitle titlePart docAuthor imprimatur docEdition docImprint docDate front back g char charName charProp charDecl glyph glyphName localName mapping unicodeName value metDecl metSym caesura rhyme set prologue epilogue performance castList castGroup castItem role roleDesc actor spGrp move view camera sound caption tech scriptStmt recordingStmt recording equipment broadcast u pause vocal kinesic incident writing shift superEntry entry entryFree hom sense dictScrap form orth pron hyph syll stress gram gen number case per tns mood iType gramGrp pos subc colloc def etym lang usg lbl xr re oRef oVar pRef pVar msDesc catchwords dimensions dim height depth width heraldry locus locusGrp material objectType origDate origPlace secFol signatures stamp watermark msIdentifier institution repository collection altIdentifier msName colophon explicit filiation finalRubric incipit msContents msItem msItemStruct rubric summary textLang physDesc objectDesc supportDesc support collation foliation condition layoutDesc layout handDesc typeDesc typeNote scriptDesc scriptNote musicNotation decoDesc decoNote additions bindingDesc binding sealDesc seal accMat history origin provenance acquisition additional adminInfo recordHist source custodialHist custEvent surrogates msPart facsimile sourceDoc surface surfaceGrp zone addSpan damage damageSpan delSpan ex fw handNotes handShift am restore space subst substJoin supplied surplus line listChange listTranspose metamark mod redo retrace transpose undo app lem rdg rdgGrp witDetail wit listWit witness witStart witEnd lacunaStart lacunaEnd variantEncoding orgName persName surname forename genName nameLink addName roleName placeName bloc country region district settlement offset geogName geogFeat affiliation age birth climate death education event faith floruit geo geoDecl langKnowledge langKnown listOrg listEvent listPerson listPlace location nationality occupation org listRelation relationGrp person personGrp place population relation residence sex socecStatus state terrain trait nym listNym table row cell formula notatedMusic figure figDesc textDesc particDesc settingDesc channel constitution derivation domain factuality interaction preparedness purpose setting locale activity link linkGrp ab anchor seg when timeline join joinGrp alt altGrp s cl phr w m c pc span spanGrp interp interpGrp fsdDecl fsDecl fsDescr fsdLink fDecl fDescr vRange vDefault if then fsConstraints cond bicond iff fs f binary symbol numeric string vLabel vColl default vAlt vNot vMerge fLib fvLib graph node arc tree root iNode leaf eTree triangle eLeaf forest listForest precision certainty respons att code eg egXML gi ident tag val specList specDesc classRef elementRef macroRef moduleRef moduleSpec schemaSpec specGrp specGrpRef elementSpec classSpec macroSpec remarks listRef exemplum classes memberOf equiv altIdent content constraint constraintSpec attList attDef attRef datatype defaultVal valDesc valItem valList]
AttributesAttributes
corresp(corresponds) points to elements that correspond to the current element in some way.
Status Optional
Datatype 1–∞ occurrences of 

<rng:ref name="data.pointer"/>
data.pointer
separated by whitespace
Values one or more URIs, separated by whitespace.
<p> In order to meet your instructions more fully on that subject,
I directed <persName corresp="personography.xml#pemberton_jd">Mr Surveyor Pemberton</persName>
to draw up a report describing in a general manner the existing arrangements for the sale of
land on <placeName corresp="placeography.xml#vancouver_island">Vancouver's Island</placeName>,
and the proposed arrangements for the sale of land in
<placeName corresp="placeography.xml#british_columbia">British Columbia</placeName>.
</p>
<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>

In this example a group contains two texts, each containing the same document in a different language. The correspondance 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> inhreit the value from their immediate parent.

synch(synchronous) points to elements that are synchronous with the current element.
Status Optional
Datatype 1–∞ occurrences of 

<rng:ref name="data.pointer"/>
data.pointer
separated by whitespace
Values one or more URIs, separated by whitespace.
sameAspoints to an element that is the same as the current element.
Status Optional
Datatype

<rng:ref name="data.pointer"/>
data.pointer
Values a URI.
copyOfpoints to an element of which the current element is a copy.
Status Optional
Datatype

<rng:ref name="data.pointer"/>
data.pointer
Values a URI.
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

<rng:ref name="data.pointer"/>
data.pointer
Values a URI.
prev(previous) points to the previous element of a virtual aggregate of which the current element is part.
Status Optional
Datatype

<rng:ref name="data.pointer"/>
data.pointer
Values a URI.
excludepoints to elements that are in exclusive alternation with the current element.
Status Optional
Datatype 1–∞ occurrences of 

<rng:ref name="data.pointer"/>
data.pointer
separated by whitespace
Values one or more URIs, 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 

<rng:ref name="data.pointer"/>
data.pointer
separated by whitespace
Values one or more URIs, 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.