<addName>

<addName> (nombre adicional) contiene un componente añadido al nombre, como un sobrenombre, un epíteto, alias u otras eventuales expresiones utilizadas al interno de un nombre propio de persona. 13.2.1 Personal Names
Módulonamesdates — 13 Names, Dates, People, and Places
Atributos att.personal (@full, @sort) (att.naming (@nymRef) (att.canonical (@key, @ref)) ) att.typed (@type, @subtype)
Usado por
Puede contener
Declaración

<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
}
Ejemplo
<persName>
 <forename>Frederick</forename>
 <addName type="epithet">the Great</addName>
 <roleName>Emperor of Prussia</roleName>
</persName>