<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
att.global
xml:id
n
xml:lang
att.global.rendition
style
rendition
att.global.linking
corresp
copyOf
next
prev
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>