BiblioEntry

Name

BiblioEntry -- An entry in a Bibliography

Synopsis

Content Model

BiblioEntry ::=
((ArtHeader|BookBiblio|SeriesInfo|
  (Abbrev|Abstract|Address|ArtPageNums|Author|AuthorGroup|
   AuthorInitials|BiblioMisc|BiblioSet|Collab|ConfGroup|
   ContractNum|ContractSponsor|Copyright|CorpAuthor|CorpName|Date|
   Edition|Editor|InvPartNumber|ISBN|ISSN|IssueNum|OrgName|
   OtherCredit|PageNums|PrintHistory|ProductName|ProductNumber|
   PubDate|Publisher|PublisherName|PubsNumber|ReleaseInfo|
   RevHistory|SeriesVolNums|Subtitle|Title|TitleAbbrev|VolumeNum|
   CiteTitle|Honorific|FirstName|Surname|Lineage|OtherName|
   Affiliation|AuthorBlurb|Contrib|IndexTerm))+)

Attributes

Common attributes

Tag Minimization

The start-tag is required for this element. The end-tag is optional, if your SGML declaration allows minimization.

Description

A BiblioEntry is an entry in a Bibliography. The contents of BiblioEntry is a "database" of named fields. Presentation systems frequently suppress some elements in a BiblioEntry.

Processing expectations

Formatted as a displayed block.

BiblioEntrys are "raw." They contain a database-like collection of named fields. It is the responsibility of the processing system to select elements from within a BiblioEntry, present them in the correct order, and add all punctuation.

There is no expectation that a system will present all of the fields in a BiblioEntry or that they will be displayed in the order in which they occur.

Correct formatting of BiblioEntrys is an interchange issue. See Appendix F, Interchanging DocBook Documents,.

(4.0) Future Changes

AuthorBlurb and Affiliation will be removed from the inline content of BiblioEntry in DocBook V4.0. A new wrapper element will be created to associate this information with authors, editors, and other contributors.

BookBiblio will be discarded.

Parents

These elements contain BiblioEntry: BiblioDiv, Bibliography.

Children

The following elements occur in BiblioEntry: Abbrev, Abstract, Address, Affiliation, ArtHeader, ArtPageNums, Author, AuthorBlurb, AuthorGroup, AuthorInitials, BiblioMisc, BiblioSet, BookBiblio, CiteTitle, Collab, ConfGroup, ContractNum, ContractSponsor, Contrib, Copyright, CorpAuthor, CorpName, Date, Edition, Editor, FirstName, Honorific, IndexTerm, InvPartNumber, ISBN, ISSN, IssueNum, Lineage, OrgName, OtherCredit, OtherName, PageNums, PrintHistory, ProductName, ProductNumber, PubDate, Publisher, PublisherName, PubsNumber, ReleaseInfo, RevHistory, SeriesInfo, SeriesVolNums, Subtitle, Surname, Title, TitleAbbrev, VolumeNum.

See Also

BiblioMisc, BiblioMixed, BiblioMSet, BiblioSet, BookBiblio

Examples

For examples, see Bibliography, BiblioSet.

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