| <age> (age) specifies the age of a person. [14.3.2.1. Personal Characteristics] |
| Module | namesdates — Specification |
| Attributes | | type | characterizes the element in some sense, using any convenient classification scheme or typology.| Derived from | att.typed | | Status | Optional | | Datatype | teidata.enumerated | | Sample values include: | - western
- sui
- subjective
- objective
- inWorld
- (in world) age of a fictional character at the time the story takes place, rather than at the time the story is told
- chronological
- biological
- psychological
- functional
|
| | value | supplies a numeric code representing the age or age group.| Status | Optional | | Datatype | teidata.count | | Note | This attribute may be used to complement a more detailed discussion of a person's age in the content of the element |
|
|
| Member of | |
| Contained by | |
| May contain | |
| Note | As with other culturally-constructed traits such as sex, the way in which this concept is described in different cultural contexts may vary. The normalizing attributes are provided as a means of simplifying that variety to Western European norms and should not be used where that is inappropriate. The content of the element may be used to describe the intended concept in more detail, using plain text. |
| Example | <age value="2" notAfter="1986">under 20 in the early eighties</age>
|
| Content model |
<content>
<macroRef key="macro.phraseSeq.limited"/>
</content>
⚓ |
| Schema Declaration |
element age
{
att.global.attributes,
att.datable.attributes,
att.dimensions.attributes,
att.editLike.attributes,
att.typed.attribute.subtype,
attribute type { text }?,
attribute value { text }?,
macro.phraseSeq.limited
}⚓
|