<ref>

<ref> (reference) defines a reference to another location, possibly modified by additional text or comment. [3.7. Simple Links and Cross-References 16.1. Links]
Module core
Attributes Attributes att.global (xml:id, n, xml:lang) (lim.att.global.fragmentable (part)) (att.global.rendition (rendition)) (att.global.source (source)) att.internetMedia (mimeType) att.pointing (target) att.typed (type)
Member of
Contained by
May contain
Note
The target and cRef attributes are mutually exclusive.
Examples
See especially <ref target="http://www.natcorp.ox.ac.uk/Texts/A02.xml#s2">the second
     sentence
</ref>
See also <ref target="#locution">s.v. <term>locution</term>
   
</ref>.
Schematron

<sch:report test="@target and @cRef">Only one of the attributes @target' and @cRef' may be supplied on<sch:name/>
</sch:report>
Source Github

<elementSpec module="core" ident="ref">
   
<gloss>reference</gloss>
   
<desc>defines a reference to another location, possibly modified by additional text or comment.</desc>
   
<classes>
      
<memberOf key="att.global"/>
      
<memberOf key="att.internetMedia"/>
      
<memberOf key="att.pointing"/>
      
<memberOf key="att.typed"/>
      
<memberOf key="model.ptrLike"/>
   
</classes>
   
<content>
      
<macroRef key="macro.paraContent"/>
   
</content>
</elementSpec>