teidata.word

teidata.word defines the range of attribute values expressed as a single word or token.
Modul tei — The TEI Infrastructure
Verwendet von
teidata.enumerated
Klasse:
Element:
Content model
<content>
 <dataRef name="token"
  restriction="[^\p{C}\p{Z}]+"/>

</content>
Deklaration
<rng:define name="teidata.word">
 <rng:data type="token">
  <rng:param name="pattern">[^\p{C}\p{Z}]+</rng:param>
 </rng:data>
</rng:define>
teidata.word = token { pattern = "[^\p{C}\p{Z}]+" }