<anchor>

<anchor> (anchor point) attaches an identifier to a point within a text, whether or not it corresponds with a textual element. 8.4.2 Synchronization and Overlap 16.4 Correspondence and Alignment
Modullinking — 16 Linking, Segmentation, and Alignment
Attribute att.typed (@type, @subtype)
Verwendet von
Kann enthaltenLeeres Element
Deklaration

<rng:element name="anchor">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.typed.attributes"/>
<rng:empty/>
</rng:element>
element anchor { att.global.attributes, att.typed.attributes, empty }
Beispiel
<s>The anchor is he<anchor xml:id="A234"/>re somewhere.</s>
<s>Help me find it.<ptr target="#A234"/>
</s>