teidata.pointer

teidata.pointer defines the range of attribute values used to provide a single URI, absolute or relative, pointing to some other resource, either within the current document or elsewhere.
Module tei
Used by
Element:
affiliation/@calendar
author/@calendar
catRef/@scheme
change/@who
change/@calendar
change/@target
creation/@calendar
editor/@calendar
faith/@ref
floruit/@calendar
head/@rendition
idno/@calendar
langKnowledge/@calendar
langKnown/@calendar
list/@rendition
location/@calendar
locusGrp/@scheme
metamark/@target
name/@calendar
nationality/@calendar
noteMarker/@target
objectName/@calendar
occupation/@calendar
occupation/@scheme
orgName/@calendar
origin/@calendar
persName/@calendar
placeName/@calendar
q/@who
q/@toWhom
q/@who
q/@toWhom
q/@where
q/@toWhere
resp/@ref
resp/@calendar
scaffold/@where
settlement/@calendar
title/@calendar
Note
The range of syntactically valid values is defined by RFC 3986 Uniform Resource Identifier (URI): Generic Syntax. Note that the values themselves are encoded using RFC 3987 Internationalized Resource Identifiers (IRIs) mapping to URIs. For example,
https://secure.wikimedia.org/wikipedia/en/wiki/%
is encoded as
https://secure.wikimedia.org/wikipedia/en/wiki/%25
while
http://موقع.وزارة-الاتصالات.مصر/
is encoded as
http://xn--4gbrim.xn----rmckbbajlc6dj7bxne2c.xn--wgbh1c/
Source Github

<dataSpec module="tei" ident="teidata.pointer">
   
<desc>defines the range of attribute values used to provide a single
 URI, absolute or relative, pointing to some other
resource, either within the current document or elsewhere.
</desc>
   
<content>
      
<dataRef restriction="\S+" name="anyURI"/>
   
</content>
</dataSpec>