<ptr>

<ptr> (pointer) defines a pointer to another location. [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 Empty element
Examples

<ptr target="#p143 #p144"/>
<ptr target="http://www.tei-c.org"/>
<ptr cRef="1.3.4"/>
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="ptr">
   
<gloss>pointer</gloss>
   
<desc>defines a pointer to another location.</desc>
   
<classes>
      
<memberOf key="att.global"/>
      
<memberOf key="att.internetMedia"/>
      
<memberOf key="att.pointing"/>
      
<memberOf key="att.typed"/>
      
<memberOf key="model.ptrLike"/>
   
</classes>
   
<content>
      
<empty/>
   
</content>
</elementSpec>