DocBook Slides: The Definitive Guide (Version 0.9.1 for DocBook Slides 5.2b09a) |
V5.1givenname
givenname — The given name of a person.
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
.
Children
The following elements occur in givenname: text, inlinemediaobject
, phrase
(db._phrase), replaceable
, subscript
, superscript
.
Examples
<article xmlns='http://docbook.org/ns/docbook'>
<title>Example personname</title>
<para>Starting in DocBook 5.1, <tag>givenname</tag> is an
<emphasis>alternative</emphasis> <tag>firstname</tag> in
personal names. For example,
<personname><givenname>Albert</givenname><surname>Einstein</surname></personname>.
</para>
</article>