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:
catRef/@scheme
change/@who
change/@target
faith/@ref
head/@rendition
list/@rendition
locusGrp/@scheme
metamark/@target
noteMarker/@target
occupation/@scheme
q/@who
q/@toWhom
q/@who
q/@toWhom
q/@where
q/@toWhere
scaffold/@where
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>