teidata.enumerated

teidata.enumerated defines the range of attribute values expressed as a single XML name taken from a list of documented possibilities.
Module tei — The TEI Infrastructure
Used by
teidata.authority teidata.gender teidata.sex
Element:
Content model
<content>
 <dataRef key="teidata.word"/>
</content>
Declaration
<rng:define name="teidata.enumerated">
 <rng:ref name="teidata.word"/>
</rng:define>
teidata.enumerated = teidata.word
Note

Attributes using this datatype must contain a single ‘word’ which contains only letters, digits, punctuation characters, or symbols: thus it cannot include whitespace.

Typically, the list of documented possibilities will be provided (or exemplified) by a value list in the associated attribute specification, expressed with a valList element.