TEI Lex-0

— A baseline encoding for lexicographic data

12.5.27. teidata.word

teidata.word defines the range of attribute values expressed as a single word or token.
Moduletei — Specification
Used by
teidata.enumeratedElement:
Class:
Content model
<content>
 <dataRef name="token"
  restriction="[^\p{C}\p{Z}]+"/>
</content>
    
Declaration

teidata.word = token { pattern = "[^\p{C}\p{Z}]+" }
Note

Attributes using this datatype must contain a single ‘word’ which contains only letters, digits, punctuation characters, or symbols: thus it cannot include whitespace.