<anchor>
<anchor> テキスト要素であるかどうかに関係なく,テキスト中で,参照先になるIDを 示す. 8.4.2 Synchronization and Overlap 16.4 対応と統合 | |
モジュール | linking — 16 リンク,分割,統合 |
属性 | att.typed (@type, @subtype) |
当該モジュールを使用するもの | |
下位 | 空要素 |
宣言 |
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> |
解説 | 当該要素において,グローバル属性xml:idの値としてIDを付 与する必要がある.この値は,該当する文書中でユニークであり,かつ統語 上妥当な名前であれば,自由に決めてよい.必ずしも連続する番号を振る必要はない. |