§

<ptr>

<ptr> (pointer) defines a pointer to another location. [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 containEmpty element
Declaration
element ptr { attribute cRef { text }?, empty }
Schematron

<s:report test="@target and @cRef">Only one of the
attributes @target and @cRef may be supplied on <s:name/>.</s:report>
Example
<ptr target="#p143 #p144"/>
<ptr target="http://www.tei-c.org"/>
<ptr cRef="1.3.4"/>