teidata.word

teidata.word defines the range of attribute values expressed as a single word or token.
Moduletei — The TEI Infrastructure
Used by
data.enumerated data.sex teidata.enumerated teidata.sex
Class:
Element:
Content model
<content>
 <dataRef name="token"
  restriction="(\p{L}|\p{N}|\p{P}|\p{S})+"/>

</content>
Declaration
<rng:define name="teidata.word">
 <rng:data type="token">
  <rng:param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})+</rng:param>
 </rng:data>
</rng:define>
teidata.word = token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" }
Note

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