data.word
data.word いち単語またはトークンをとる属性値の範囲を定義する. | |
モジュール | tei — 1 The TEI Infrastructure |
宣言 | data.word = token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" } |
解説 | Attributes using this datatype must contain a single
‘word’ which contains only letters, digits,
punctuation characters, or symbols: thus it cannot include
whitespace. |