<anchor>

<anchor> (Ankerpunkt) fügt an einer Stelle im Text eine Kennung ein, unabhängig von der Textstruktur. [8.4.2 Synchronization and Overlap 16.5 Correspondence and Alignment]
Modul linking — Linking, Segmentation, and Alignment
Attribute
Mitglied des
Enthalten in
analysis: cl m phr s span w
figures: cell figure table
linking: ab seg
nets: graph
spoken: u writing
tagdocs: eg valDesc
textcrit: lem rdg wit witDetail
verse: metSym rhyme
Kann enthalten Leeres Element
Anmerkung

In diesem Element muss das globale xml:id-Attribut gesetzt werden, um eine Kennung für genau diese Stelle innerhalb des Dokuments angeben zu können. Der Wert kann frei gewählt werden, solange er innerhalb des Dokuments eindeutig ist und es sich um einen syntaktisch validen Namen handelt. Werden innerhalb des xml:id-Attributs Zahlen verwendet, müssen die Werte nicht sequenziell verwendet werden.

Beispiel
<s>The anchor is he<anchor xml:id="A234"/>re somewhere.</s>
<s>Help me find it.<ptr target="#A234"/>
</s>
Content model
<content>
 <empty/>
</content>
Schema Deklaration
<rng:element name="anchor">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.typed.attributes"/>
 <rng:empty/>
</rng:element>
element anchor
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   att.typed.attributes,
   empty
}