<anchor>
<anchor> (アンカー) テキスト中で,参照先となる地点を示す. 8.4.2 Synchronization and Overlap 16.4 Correspondence and Alignment | |
モジュール | linking — 16 Linking, Segmentation, and Alignment |
属性 | att.typed (@type, @subtype) |
当該モジュールを使用するもの | model.milestoneLike |
下位 | 空要素 |
宣言 | element anchor { att.global.attributes, att.typed.attributes, empty } |
例 | <s>The anchor is he<anchor xml:id="A234"/>re somewhere.</s> <s>Help me find it.<ptr target="#A234"/> </s> |
解説 | 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. |