teidata.word

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

</content>
Deklaration
<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})+" }