data.WORD

A single "word" that contains only letters, digits, punctuation characters, or symbols. It cannot contain whitespace.
Module
Used by
These local attributes use data.WORD
locusDefines a location within a manuscript or manuscript component, usually as a (possibly discontinuous) sequence of folio references.
fromSpecifies the starting point of the location in a normalized form.
toSpecifies the end-point of the location in a normalized form.
These class-based attributes use data.WORD
att.nNumberLike/@nProvides a number-like designation that indicates an element’s position in a sequence of similar elements. May not contain space characters.
Declaration
<macroSpec ident="data.WORD" module="MEI" type="dt">
<desc xml:lang="en">A single "word" that contains only letters, digits, punctuation characters, or symbols. It cannot contain whitespace.</desc>
<content>
<rng:data type="token">
<rng:param name="pattern">(\p{L}|\p{N}|\p{P}|\p{S})*</rng:param>
</rng:data>
</content>
</macroSpec>