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 |
Used by |
teidata.gender teidata.sexElement:
abbr/@type
affiliation/@type
correspAction/@type
desc/@type
div/@type
divGen/@type
faith/@type
fw/@type
gap/@reason
gap/@agent
idno/@type
limItem/@type
list/@type
milestone/@unit
name/@type
nationality/@type
note/@type
num/@type
objectDesc/@form
occupation/@type
org/@role
pc/@force
person/@role
persona/@role
persona/@age
q/@type
q/@type
q/@type
rendition/@scope
residence/@type
rs/@type
rule/@unit
space/@dim
supportDesc/@material
surface/@attachment
title/@type
title/@level
titlePage/@type
titlePart/@type
unclear/@reason
unclear/@agent
|
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.
|
Source | Github
<dataSpec module="tei" ident="teidata.enumerated"> <desc>defines the range of attribute values expressed as a single XML name taken from a list of documented possibilities.</desc> <content> <dataRef key="teidata.word"/> </content> </dataSpec> |