Reference. Reference for the DocBook DTD

[Prev] [Next]


Bibliography

Name

Bibliography---Bibliography

Synopsis

Content Model
  (DocInfo?, Title, 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 | InformalEquation
  | InformalExample | InformalTable | Equation | Example
  | Figure | Table | MsgSet | Procedure | Sidebar | Anchor
  | BridgeHead | Comment | Highlights | Abstract
  | AuthorBlurb | Epigraph)*
  ,
  (BiblioDiv+ | (BiblioEntry | BiblioMixed)+)

Attributes

This element has common and Role attributes.

Name Value(s) Type Default Value
Status CDATA #IMPLIED  

Tag Minimization

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

Description

Bibliography may be a book component on its own or may occur before or after the main content of a Sect, or after the main content of an Article, or after the main content of a Glossary. It may have a DocInfo, a Title and a TitleAbbrev, then optional block-oriented elements, and then one or more BiblioEntries and BiblioMixeds, or one or more BiblioDivs. If a Bibliography contains BiblioDivs it may not directly contain BiblioEntries or BiblioMixeds. It has Status and common attributes.

Parents

These elements contain Bibliography: Article, Book, Chapter, Glossary, Part, Sect1, Sect2, Sect3, Sect4, and Sect5.

Children

Bibliography contains these elements: Abstract, Address, Anchor, AuthorBlurb, BiblioDiv, BiblioEntry, BiblioMixed, BlockQuote, BridgeHead, CalloutList, Caution, CmdSynopsis, Comment, DocInfo, Epigraph, Equation, Example, Figure, FormalPara, FuncSynopsis, GlossList, Graphic, GraphicCO, Highlights, Important, InformalEquation, InformalExample, InformalTable, ItemizedList, LiteralLayout, MsgSet, Note, OrderedList, Para, Procedure, ProgramListing, ProgramListingCO, Screen, ScreenCO, ScreenShot, SegmentedList, Sidebar, SimPara, SimpleList, Synopsis, Table, Tip, Title, TitleAbbrev, VariableList, and Warning.

In some contexts, additional elements may be allowed by inclusions in parent elements.

Attributes

Status

Editorial or publication status ofthe element it applies to, such as "in review" or "approved for distribution." There is no default.

Examples

<BIBLIOGRAPHY>
<TITLE>A Really Short Bibliography</TITLE>
<PARA>This bibliography is deliberately very short.</PARA>
<BIBLIODIV>
<TITLE>Book</TITLE>
<PARA>This section is for the book.</PARA>
<BIBLIOENTRY><BIBLIOMISC>&dash;</BIBLIOMISC>
<BOOKBIBLIO>
<TITLE>The Book of Everything Under the Sun</TITLE>
<TITLEABBREV>Book of Everything</TITLEABBREV>
<SUBTITLE>And the Moon</SUBTITLE>
<EDITION>2</EDITION>
<AUTHORGROUP>
<AUTHOR>
<FIRSTNAME>George</FIRSTNAME>
<SURNAME>Tirebiter</SURNAME>
</AUTHOR>
</AUTHORGROUP>
<ISBN>0-944940-00-5</ISBN>
<INVPARTNUMBER>005abc</INVPARTNUMBER>
<PRODUCTNUMBER>book.005.abc</PRODUCTNUMBER>
<PRODUCTNAME>Book5</PRODUCTNAME>
<PUBSNUMBER>555</PUBSNUMBER>
<RELEASEINFO>Revised</RELEASEINFO>
<PUBDATE>1996</PUBDATE>
<PUBLISHER>
<PUBLISHERNAME>Solipsist Press</PUBLISHERNAME
</PUBLISHER>
<COPYRIGHT>
<YEAR>1995</YEAR>
<HOLDER>George Tirebiter</HOLDER>
</COPYRIGHT>
<SERIESINFO>
<TITLE>All About Everything Everywhere</TITLE>
<TITLEABBREV>Everything Everywhere</TITLEABBREV>
<SUBTITLE>And Elsewhere</SUBTITLE>
<AUTHORGROUP>
<COLLAB>
<COLLABNAME>The Greaterians
</COLLABNAME>
</COLLAB>
</AUTHORGROUP>
<ISBN>0-944940-00-X</ISBN>
<VOLUMENUM>2</VOLUMENUM>
<SERIESVOLNUMS>1-4</SERIESVOLNUMS>
<PUBDATE>1990-1996</PUBDATE>
<PUBLISHER>
<PUBLISHERNAME>Solipsist Press</PUBLISHERNAME
</PUBLISHER>
<COPYRIGHT>
<YEAR>1989-1995</YEAR>
<HOLDER>George Tirebiter</HOLDER>
</COPYRIGHT>
</SERIESINFO>
<ABSTRACT>
<TITLE>Abstract</TITLE>
<PARA>Tells you everything you need to know; written for the
Society for Greater Knowledge.</PARA>
</ABSTRACT>
<CONFGROUP>
<CONFDATES>April 1-3, 1988</CONFDATES>
<CONFTITLE>Know it All!</CONFTITLE>
<CONFNUM>3</CONFNUM>
<CONFSPONSOR>Society for Greater Knowledge</CONFSPONSOR>
</CONFGROUP>
<CONTRACTNUM>SGK.88.32</CONTRACTNUM>
<CONTRACTSPONSOR>Society for Greater Knowledge</CONTRACTSPONSOR>
<PRINTHISTORY>
<PARA>Second printing February 1996.</PARA>
</PRINTHISTORY>
</BOOKBIBLIO>
<BIBLIOMISC>Paginated continuously with vol. 1.</BIBLIOMISC>
</BIBLIOENTRY>
</BIBLIODIV>
<BIBLIODIV>
<TITLE>Article</TITLE>
<PARA>This section is for the newsletter and article.</PARA>
<BIBLIOENTRY><BIBLIOMISC>&dash;</BIBLIOMISC>
<BOOKBIBLIO>
<TITLE>Online Publishing Report, April 1996</TITLE>
<AUTHORGROUP>
<AUTHOR>
<FIRSTNAME>Terry</FIRSTNAME>
<SURNAME>Allen</SURNAME>
</AUTHOR>
</AUTHORGROUP>
<ISSN>1087-4216</ISSN>
<VOLUMENUM>1</VOLUMENUM>
<ISSUENUM>4</ISSUENUM>
<PAGENUMS>25-32</PAGENUMS>
</BOOKBIBLIO>
</BIBLIOENTRY>
<BIBLIOENTRY><BIBLIOMISC>&dash;</BIBLIOMISC>
<ARTHEADER>
<TITLE>HTML</TITLE>
<AUTHORGROUP>
<AUTHOR>
<FIRSTNAME>Terry</FIRSTNAME>
<SURNAME>Allen</SURNAME>
</AUTHOR>
</AUTHORGROUP>
<BOOKBIBLIO>
<TITLE>Online Publishing Report, April 1996</TITLE>
<AUTHORGROUP>
<AUTHOR>
<FIRSTNAME>Terry</FIRSTNAME>
<SURNAME>Allen</SURNAME>
</AUTHOR>
</AUTHORGROUP>
<ISSN>1087-4216</ISSN>
<VOLUMENUM>1</VOLUMENUM>
<ISSUENUM>4</ISSUENUM>
<PAGENUMS>25-32</PAGENUMS>
</BOOKBIBLIO>
<ARTPAGENUMS>1, 3-4</ARTPAGENUMS>
</ARTHEADER>
</BIBLIOENTRY> 
</BIBLIODIV>
</BIBLIOGRAPHY>


[Prev] BiblioEntry
[Next] BiblioMisc
[Reference Home] [Davenport Group Home]