<link>
<link> 다른 요소들에 의해 좀 더 명확하게 명시되지 않는 유형의 요소 또는 단락들의 연관 또는 하이퍼텍스트 연결을 정의한다. 16.1 Links | |||||||||
모듈 | linking — 16 Linking, Segmentation, and Alignment | ||||||||
전체 속성에 부가 | att.pointing (@type, @evaluate)
|
||||||||
에 의해 사용된 | |||||||||
포함할 수 있다 | 공백 요소 | ||||||||
선언 |
element link { att.global.attributes, att.pointing.attributes, attribute targets { list { data.pointer, data.pointer+ } }, empty } |
||||||||
예 |
<s n="1">The state Supreme Court has refused to release <rs xml:id="R1">
<rs xml:id="R2">Rahway State Prison</rs> inmate</rs> <rs xml:id="R3">James Scott</rs> on bail.</s> <s n="2"> <rs xml:id="R4">The fighter</rs> is serving 30-40 years for a 1975 armed robbery conviction in <rs xml:id="R5">the penitentiary</rs>. </s> <!-- ... --> <linkGrp type="periphrasis"> <link targets="#R1 #R3 #R4"/> <link targets="#R2 #R5"/> </linkGrp> |