data.word
data.word define una gama de valores de atributos expresados como una única palabra o señal. | |
Módulo | tei — 1 The TEI Infrastructure |
Declaración | 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. |