data.word
data.word defines the range of attribute values expressed as a single word or token. | ||
Deprecated | This feature will be withdrawn after 2018-10-01 | |
Module | tei — The TEI Infrastructure | |
Used by | ||
Declaration | <rng:define name="data.word"> data.word = token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" } | |
Note | Attributes using this datatype must contain a single ‘word’ which contains only letters, digits, punctuation characters, or symbols: thus it cannot include whitespace. |