teidata.word
teidata.word defines the range of attribute values expressed as a single word or token. | |
Module | tei — The TEI Infrastructure |
Used by |
teidata.enumerated
Class:
Element:
|
Content model |
<content> |
Declaration |
<rng:define name="teidata.word"> teidata.word = token { pattern = "[^\p{C}\p{Z}]+" } |
Note |
Attributes using this datatype must contain a single ‘word’ which contains only letters, digits, punctuation characters, or symbols: thus it cannot include whitespace. |