<addName>

<addName> 付加的な名前要素を示す.例えば,愛称,渾名,別名などの個人名. 13.2.1 人名
モジュールnamesdates — 13 Names, Dates, People, and Places
属性 att.personal (@full, @sort) (att.naming (@nymRef) ) att.typed (@type, @subtype)
当該モジュールを使用するもの
下位
宣言

<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.typed.attributes,
   macro.phraseSeq
}
<persName>
 <forename>Frederick</forename>
 <addName type="epithet">the Great</addName>
 <roleName>Emperor of Prussia</roleName>
</persName>