§

<ref>

<ref> (reference) defines a reference to another location, possibly modified by additional text or comment. [3.6. 16.1. ]
Modulecore
AttributesAttributes att.global (@xml:id, @n, @xml:lang, @rend, @style) att.pointing (@targetLang, @target) att.typed (@type) att.cReferencing (@cRef)
cRef
Status Optional
Member of
Contained by
May contain
Declaration
element ref { attribute cRef { text }?, macro.paraContent }
Schematron

<s:report test="@target and @cRef">Only one of the
attributes @target' and @cRef' may be supplied on <s:name/>
</s:report>
Example
See especially <ref
  target="http://www.natcorp.ox.ac.uk/Texts/A02.xml#s2">
the second
sentence</ref>
Example
See also <ref target="#locution">s.v. <term>locution</term>
</ref>.
Note

The target and cRef attributes are mutually exclusive.