anchor (hendiVar)
Back
<anchor> (anchor point) attaches an identifier to a point within a text, whether or not it corresponds with a textual element.
Other Customizations
Attributes
xml:id
req
(identifier)
provides a unique identifier for the element bearing the attribute.
Example
<s>The anchor is he<anchor xml:id="A234"/>re somewhere.</s> <s>Help me find it.<ptr target="#A234"/>
</s>