§
<ref>
<ref> (reference) defines a reference to another location, possibly modified by additional text or comment. [3.6. 16.1. ] | |||||
Module | core | ||||
Attributes | Attributes att.global (@xml:id, @n, @xml:lang, @rend, @style) att.pointing (@targetLang, @target) att.typed (@type) att.cReferencing (@cRef)
| ||||
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 | |||||
Note | The target and cRef attributes are mutually exclusive. |