<anchor>
<anchor> (punto di ancoraggio) aggancia un indentificatore a una posizione all'interno del testo indipendentemente dal fatto che questa corrisponda o meno a un elemento testuale 8.4.2 Synchronization and Overlap 16.4 Correspondence and Alignment | |
Modulo | linking — 16 Linking, Segmentation, and Alignment |
Attributi | att.typed (@type, @subtype) |
Usato da | model.milestoneLike |
Può contenere | Elemento vuoto |
Dichiarazione | element anchor { att.global.attributes, att.typed.attributes, empty } |
Esempio | <s>The anchor is he<anchor xml:id="A234"/>re somewhere.</s> <s>Help me find it.<ptr target="#A234"/> </s> |
Nota | On this
element, the global xml:id attribute must be supplied to
specify an identifier for the point at which this element occurs
within a document. The value used may be chosen freely provided that
it is unique within the document and is a syntactically valid name. There is no requirement for values containing numbers to be in sequence. |