<forename>

<forename> contiene un prenome assegnato o un nome di battesimo 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="forename">
<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 forename
{
   att.global.attributes,
   att.personal.attributes,
   att.naming.attributes,
   att.canonical.attributes,
   att.typed.attributes,
   macro.phraseSeq
}
Esempio
<persName>
 <roleName>Ex-President</roleName>
 <forename>George</forename>
 <surname>Bush</surname>
</persName>