<age>

<age> (age) 人物の年齢を示す。 [13.3.2.1 Personal Characteristics]
モジュール namesdates — Names, Dates, People, and Places
属性
type⚓︎ 当該要素の分類を示す。
Derived from att.typed
状態 任意
データ型 teidata.enumerated
例としての値は以下の通り:
western
sui
subjective
objective
inWorld
(物語世界) 物語を語る時点ではなく、物語の中の時点における架空の人物の年齢。
chronological
biological
psychological
functional
calendar⚓︎ この要素を含むコンテントにおける日付の暦やシステムを示す。
Deprecated This feature will be withdrawn after 2024-11-11
状態 任意
データ型 1–∞ occurrences of teidata.pointer 空白文字で区切られる
Schematron

<sch:rule context="tei:*[@calendar]">
<sch:assert test="string-length( normalize-space(.) ) gt 0"> @calendar indicates one or more
systems or calendars to which the date represented by the content of this element belongs,
but this <sch:name/> element has no textual content.</sch:assert>
</sch:rule>
value⚓︎ 年齢または年齢層を数値で示す。
状態 任意
データ型 teidata.count
解説

当該属性は、要素中の内容に既にある、年齢に関する記述をより詳細 に示すために使ってもよい。

クラブのメンバー
上位
下位
解説

性別のような文化的に構築された他の特徴と同様に、このコンセプトが異なる文化的背景の中で記述される方法は様々である。正規化属性は、その種類を西ヨーロッパの基準に単純化する手段として提供され、不適切な箇所では使用しないでください。要素の内容は、プレーンテキストを使用して、意図された概念をより詳細に記述するために使用することができる。

<age value="2notAfter="1986">under 20 in the early eighties</age>
Content model
<content>
 <macroRef key="macro.phraseSeq.limited"/>
</content>
宣言
<rng:element name="age">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.editLike.attributes"/>
 <rng:ref name="att.datable.attributes"/>
 <rng:ref name="att.datable.w3c.attributes"/>
 <rng:ref name="att.datable.iso.attributes"/>
 <rng:ref name="att.datable.custom.attributes"/>
 <rng:ref name="att.dimensions.attributes"/>
 <rng:ref name="att.ranging.attributes"/>
 <rng:ref name="att.typed.attribute.subtype"/>
 <rng:optional>
  <rng:attribute name="type">
   <rng:ref name="teidata.enumerated"/>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="calendar">
   <rng:list>
    <rng:oneOrMore>
     <rng:ref name="teidata.pointer"/>
    </rng:oneOrMore>
   </rng:list>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="value">
   <rng:ref name="teidata.count"/>
  </rng:attribute>
 </rng:optional>
 <rng:ref name="macro.phraseSeq.limited"/>
</rng:element>
element age
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   att.editLike.attributes,
   att.datable.attributes,
   att.datable.w3c.attributes,
   att.datable.iso.attributes,
   att.datable.custom.attributes,
   att.dimensions.attributes,
   att.ranging.attributes,
   att.typed.attribute.subtype,
   attribute type { teidata.enumerated }?,
   attribute calendar { list { teidata.pointer+ } }?,
   attribute value { teidata.count }?,
   macro.phraseSeq.limited
}