This is an alpha version of this book.

[4.2]personname

personname — The personal name of an individual

Synopsis

Content Model

personname ::=
((honorific|firstname|surname|lineage|othername)+)

Attributes

Common attributes

Description

FIXME: TBD.

Processing expectations

FIXME: TBD.

Children

The following elements occur in personname: firstname, honorific, lineage, othername, surname.

See Also

author, authorblurb, authorgroup, collab, collabname, contrib, corpauthor, editor, othercredit, personblurb.

Examples

<!DOCTYPE para PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
          "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<para>Starting in DocBook 4.2, personal names, like
<personname><firstname>Albert</firstname><surname>Einstein</surname></personname>
can be marked-up inline.</para>

Starting in DocBook 4.2, personal names, like <personname>AlbertEinstein</personname> can be marked-up inline.

Copyright© 1999, 2000, 2001 O'Reilly & Associates, Inc. All rights reserved.