BiblioDiv

Name

BiblioDiv -- A section of a Bibliography

Synopsis

Content Model

BiblioDiv ::=
((Title,Subtitle?,TitleAbbrev?)?,
 (CalloutList|GlossList|ItemizedList|OrderedList|SegmentedList|
  SimpleList|VariableList|Caution|Important|Note|Tip|Warning|
  LiteralLayout|ProgramListing|ProgramListingCO|Screen|ScreenCO|
  ScreenShot|Synopsis|CmdSynopsis|FuncSynopsis|FormalPara|Para|
  SimPara|Address|BlockQuote|Graphic|GraphicCO|MediaObject|
  MediaObjectCO|InformalEquation|InformalExample|InformalFigure|
  InformalTable|Equation|Example|Figure|Table|MsgSet|Procedure|
  Sidebar|QandASet|Anchor|BridgeHead|Comment|Highlights|Abstract|
  AuthorBlurb|Epigraph|IndexTerm)*,
 (BiblioEntry|BiblioMixed)+)

Attributes

Common attributes

Name

Type

Default

StatusCDATANone

Tag Minimization

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

Description

BiblioDiv is a section of a Bibliography. A bibliography might be divided into sections in order to group different types of sources together, like books, journal articles, web sites, and so on.

A bibliography may contain any number of BiblioEntry or BiblioMixed elements or any number of BiblioDivs, but it cannot contain a mixture of both at the same level.

Processing expectations

Formatted as a displayed block. Some systems may display only those entries within a BiblioDiv that are cited in the containing document. This may be an interchange issue. See Appendix F, Interchanging DocBook Documents,.

Parents

These elements contain BiblioDiv: Bibliography.

Children

The following elements occur in BiblioDiv: Abstract, Address, Anchor, AuthorBlurb, BiblioEntry, BiblioMixed, BlockQuote, BridgeHead, CalloutList, Caution, CmdSynopsis, Comment, Epigraph, Equation, Example, Figure, FormalPara, FuncSynopsis, GlossList, Graphic, GraphicCO, Highlights, Important, IndexTerm, InformalEquation, InformalExample, InformalFigure, InformalTable, ItemizedList, LiteralLayout, MediaObject, MediaObjectCO, MsgSet, Note, OrderedList, Para, Procedure, ProgramListing, ProgramListingCO, QandASet, Screen, ScreenCO, ScreenShot, SegmentedList, Sidebar, SimPara, SimpleList, Subtitle, Synopsis, Table, Tip, Title, TitleAbbrev, VariableList, Warning.

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

Attributes

Status

Status identifies the editorial or publication status of the BiblioDiv.

Publication status might be used to control formatting (for example, printing a "draft" watermark on drafts) or processing (perhaps a document with a status of "final" should not include any components that are not final).

Examples

For examples, see Bibliography.

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