<addName>

<addName> (nome aggiuntivo) contiene una componente aggiuntiva del nome, come un soprannome, un epiteto, o eventuali altre espressioni utilizzate all'interno di un nome proprio di persona 13.2.1 Personal Names
Modulonamesdates — 13 Names, Dates, People, and Places
Attributi att.personal (@full, @sort) (att.naming (@nymRef) (att.canonical (@key, @ref)) ) att.typed (@type, @subtype)
Usato da
Può contenere
Dichiarazione

<rng:element name="addName">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.personal.attributes"/>
<rng:ref name="att.naming.attributes"/>
<rng:ref name="att.canonical.attributes"/>
<rng:ref name="att.typed.attributes"/>
<rng:ref name="macro.phraseSeq"/>
</rng:element>
element addName
{
   att.global.attributes,
   att.personal.attributes,
   att.naming.attributes,
   att.canonical.attributes,
   att.typed.attributes,
   macro.phraseSeq
}
Esempio
<persName>
 <forename>Frederick</forename>
 <addName type="epithet">the Great</addName>
 <roleName>Emperor of Prussia</roleName>
</persName>