data.enumerated

data.enumerated defines the range of attribute values expressed as a single XML name taken from a list of documented possibilities.
Moduletei — 1 The TEI Infrastructure
Used by
Element:
Declaration

<rng:define name="data.enumerated">
<rng:ref name="data.name"/>
</rng:define>
data.enumerated = data.name
Note
Attributes using this datatype must contain a word which follows the rules defining a legal XML name (see http://www.w3.org/TR/REC-xml/#dt-name): for example they cannot include whitespace or 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.