<age>

<age> (âge) précise l'âge d'une personne
Module namesdates — 13 Names, Dates, People, and Places
En complément des attributs globaux att.editLike (@cert, @resp, @evidence, @source) (att.dimensions (@unit, @quantity, @extent, @precision, @scope) (att.ranging (@atLeast, @atMost, @min, @max)) ) att.datable (att.datable.w3c (@period, @when, @notBefore, @notAfter, @from, @to)) (att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso, @to-iso))
value fournit un code numérique représentant l'âge ou la tranche d'âge.
Statut Optionel
Type de données

<rng:ref name="data.count"/>
data.count
Note
Cet attribut peut être utilisé pour compléter les détails sur l'âge d'une personne donnés dans l'élément.
Utilisé par
Peut contenir
Declaration

<rng:element name="age">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.editLike.attributes"/>
 <rng:ref name="att.dimensions.attributes"/>
 <rng:ref name="att.ranging.attributes"/>
 <rng:ref name="att.datable.w3c.attributes"/>
 <rng:ref name="att.datable.iso.attributes"/>
 <rng:optional>
  <rng:attribute name="value">
   <rng:ref name="data.count"/>
  </rng:attribute>
 </rng:optional>
 <rng:ref name="macro.phraseSeq.limited"/>
</rng:element>
element age
{
   att.global.attributes,
   att.editLike.attributes,
   att.dimensions.attributes,
   att.ranging.attributes,
   att.datable.w3c.attributes,
   att.datable.iso.attributes,
   attribute value { data.count }?,
   macro.phraseSeq.limited
}
Exemple
<age value="2" notAfter="1986">under 20 in the early eighties</age>