teidata.word

teidata.word 定義的屬性值範圍表示一個單字或代號
組件 tei — The TEI Infrastructure
屬於
teidata.enumerated
分類:
元素:
Content model
<content>
 <dataRef name="token"
  restriction="[^\p{C}\p{Z}]+"/>

</content>
宣告
<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}]+" }