Author

Name

Author -- The name of an individual author

Synopsis

Content Model

Author ::=
((Honorific|FirstName|Surname|Lineage|OtherName|Affiliation|
  AuthorBlurb|Contrib)+)

Attributes

Common attributes

Tag Minimization

Both the start- and end-tags are required for this element.

Parameter Entities

%bibliocomponent.mix;%docinfo.char.class;%ndxterm.char.mix;
%para.char.mix;%programlisting.content;%refinline.char.mix;
%screen.content;%tbl.entry.mdl;%title.char.mix;

Description

The Author element holds information about the author of the document in which it occurs; it is meta-information about the current document or document section, not a reference to the author of an external document.

Processing expectations

May be formatted inline or as a displayed block, depending on context. Sometimes suppressed.

(4.0) Future Changes

AuthorBlurb and Affiliation will be removed from the inline content of Author in DocBook V4.0. A new wrapper element will be created to hold Author, AuthorBlurb, and Affiliation.

Parents

These elements contain Author: Application, ArtHeader, Attribution, AuthorGroup, BiblioEntry, BiblioMisc, BiblioMixed, BiblioMSet, BiblioSet, BookBiblio, BookInfo, BridgeHead, Citation, CiteTitle, Comment, DocInfo, Emphasis, entry, ForeignPhrase, GlossSee, GlossSeeAlso, GlossTerm, LineAnnotation, Link, LiteralLayout, LoTentry, Member, MsgAud, ObjectInfo, OLink, Para, Phrase, Primary, PrimaryIE, ProductName, ProgramListing, Quote, RefEntryTitle, RefPurpose, RefSect1Info, RefSect2Info, RefSect3Info, RefSynopsisDivInfo, Screen, ScreenInfo, Secondary, SecondaryIE, Sect1Info, Sect2Info, Sect3Info, Sect4Info, Sect5Info, SectionInfo, See, SeeAlso, SeeAlsoIE, SeeIE, Seg, SegTitle, SeriesInfo, SetInfo, SimPara, Subtitle, Synopsis, Term, Tertiary, TertiaryIE, Title, TitleAbbrev, ToCback, ToCentry, ToCfront, ULink.

Children

The following elements occur in Author: Affiliation, AuthorBlurb, Contrib, FirstName, Honorific, Lineage, OtherName, Surname.

In some contexts, the following elements are allowed anywhere: BeginPage, IndexTerm.

See Also

AuthorBlurb, AuthorGroup, Collab, CollabName, Contrib, CorpAuthor, Editor, OtherCredit

Examples

<!DOCTYPE author PUBLIC "-//OASIS//DTD DocBook V3.1//EN">
<author>
  <honorific>Mr</honorific>
  <firstname>Norman</firstname>
  <surname>Walsh</surname>
  <othername role=mi>D</othername>
  <affiliation>
    <shortaffil>ATI</shortaffil>
    <jobtitle>Senior Application Analyst</jobtitle>
    <orgname>ArborText, Inc.</orgname>
    <orgdiv>Application Developement</orgdiv>
  </affiliation>
</author>

For additional examples, see also Ackno, Article, AuthorGroup, Bibliography, BiblioSet, Book, BookInfo, OtherCredit.

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