data.enumerated

data.enumerated defines the range of attribute values expressed as a single XML name taken from a list of documented possibilities.
DeprecatedThis feature will be withdrawn after 2018-10-01
Moduletei — The TEI Infrastructure
Used by
Content model
<content>
 <dataRef key="teidata.word"/>
</content>
Declaration
<rng:define name="data.enumerated">
 <rng:ref name="teidata.word"/>
</rng:define>
data.enumerated = teidata.word
Note

Attributes using this datatype must contain a single word matching the pattern defined for this datatype: for example it cannot include whitespace but may begin with digits.

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.