V5.1givenname
givenname — The given name of a person.
Synopsis
givenname ::= × ⏵
- Zero or more of:
- text
- Graphic inlines ⏵
- Indexing inlines ⏵
- Linking inlines ⏵
- Ubiquitous inlines ⏵
Attributes
Common attributes and common linking attributes.
No additional attributes.
Description
Use givenname
for any given name or chosen name of a
person. This is also used for forenames and sometimes nicknames.
A givenname
is an alternative to
firstname
.
Processing expectations
Formatted inline. In an
address
, this element may inherit the verbatim qualities of
an address.
Attributes
Common attributes and common linking attributes.
- any attribute
Any attribute in any other explicit namespace
Parents
3 elements contain givenname
. × ⏵
Children
27 elements occur in givenname
. × ⏵
Examples
1 |<article xmlns='http://docbook.org/ns/docbook'>
|<title>Example personname</title>
||
<para>Starting in DocBook 5.1, <tag>givenname</tag> is an
5 |<emphasis>alternative</emphasis> <tag>firstname</tag> in
|personal names. For example,
|<personname><givenname>Albert</givenname><surname>Einstein</surname></personname>.
|</para>
|10 |
</article>