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/@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>