<link> 他の要素では上手く示せない,要素や一節間にある関連性やハイパーテキス トリンクを定義する. [16.1 Links]
モジュールlinking — Linking, Segmentation, and Alignment
属性att.global (@xml:id, @n, @xml:lang, @rend, @style, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) att.pointing (@targetLang, @target, @evaluate) att.typed (@type, @subtype)
クラブのメンバー
上位
analysis: cl m phr s span w
figures: cell figure table
linking: ab linkGrp seg
nets: graph
spoken: u writing
tagdocs: eg valDesc
textcrit: app lem rdg wit witDetail
verse: metSym rhyme
下位空要素
宣言

<rng:element name="link">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.pointing.attributes"/>
 <rng:ref name="att.typed.attributes"/>
 <rng:empty/>
</rng:element>
element link
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.pointing.attributes,
   att.typed.attributes,
   empty
}
Schematron

<sch:assert test="contains(@target,' ')">You must supply at least two values for @target or @targets on <sch:name/></sch:assert>
<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 target="#R1 #R3 #R4"/>
 <link target="#R2 #R5"/>
</linkGrp>
解説

当該要素は,他の要素では示すことができない関連性を符号化する際にの み使われるべきである.

当該要素が,要素linkGrpでまとめられているのでなければ,当 該要素のある場所は重要ではない.要素linkGrpの下にある場合, 属性typeの値は要素linkGrpがもつ値を継承する.