<link> (link) defines an association or hypertextual link among elements or passages, of some type not more precisely specifiable by other elements. [17.1. Links]
Modulelinking
Attributes
Member of
Contained by
May containEmpty element
Note

This element should only be used to encode associations not otherwise provided for by more specific elements.

The location of this element within a document has no significance, unless it is included within a linkGrp, in which case it may inherit the value of the type attribute from the value given on the linkGrp.

Example
Schematron

<sch:rule context="tei:link">
<sch:assert test="contains(normalize-space(@target),' ')">You must supply at least two values for @target or on <sch:name/>
</sch:assert>
</sch:rule>
Content model
<content>
 <empty/>
</content>
Schema Declaration
element link
{
   tei_att.global.attributes,
   tei_att.cmc.attributes,
   tei_att.pointing.attributes,
   tei_att.typed.attributes,
   empty
}