data.enumerated
data.enumerated define la gama de valores de atributos expresados como una única palabra o señal tomada de una lista de posibilidades documentadas. | |
Módulo | tei — 1 The TEI Infrastructure |
Declaración | data.enumerated = data.name |
Nota | 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. |