teidata.word

teidata.word defines the range of attribute values expressed as a single word or token.
Module tei
Used by
teidata.enumeratedElement:
locus/@from
locus/@to
metamark/@function
supplied/@reason
Note
Attributes using this datatype must contain a single word which contains only letters, digits, punctuation characters, or symbols: thus it cannot include whitespace.
Source Github

<dataSpec module="tei" ident="teidata.word">
   
<desc>defines the range of attribute values expressed as a single
 word or token.
</desc>
   
<content>
      
<dataRef name="token" restriction="[^\p{C}\p{Z}]+"/>
   
</content>
</dataSpec>