<anchor>
<anchor> (앵커 지점) 텍스트적 요소와의 일치여부와 상관없이 텍스트 내의 특정 지점에 확인소를 부착한다. 8.4.2 Synchronization and Overlap 16.4 Correspondence and Alignment | |
모듈 | linking — 16 Linking, Segmentation, and Alignment |
전체 속성에 부가 | 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> |