data.word

data.word definisce la gamma di valori di attributi espressi come singola parola o singolo token
Modulotei — 1 The TEI Infrastructure
Dichiarazione
data.word = token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" }
Nota
Attributes using this datatype must contain a single ‘word’ which contains only letters, digits, punctuation characters, or symbols: thus it cannot include whitespace.