<link>
<link> define una asociación o vínculo hipertextual entre elementos o fragmentos de texto que no es especificable por otros elementos. 16.1 Links | |||||||||
Módulo | linking — 16 Linking, Segmentation, and Alignment | ||||||||
Además de los atributos globales | att.pointing (@type, @evaluate)
|
||||||||
Usado por | |||||||||
Puede contener | Elemento vacío | ||||||||
Declaración |
element link { att.global.attributes, att.pointing.attributes, attribute targets { list { data.pointer, data.pointer+ } }, empty } |
||||||||
Ejemplo |
<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> |