Whole document tree
    

Whole document tree

BiblioEntry

BiblioEntry

Name

BiblioEntry -- Entry in a Bibliography

Content Model

  ((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 | Honorific
  | FirstName | Surname | Lineage | OtherName | Affiliation
  | AuthorBlurb
  | Contrib))+)
  -(IndexTerm | BeginPage)

Exclusions

BiblioEntry excludes these elements at every level:

  IndexTerm | BeginPage

Attributes

This element has common and Role attributes.

Tag Minimization

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

Description

Entry in a Bibliography. As of version 3.0, BiblioEntry's content model has been relaxed so that it may contain any number, in any order, of the contents of bibliocomponent.mix, as well as ArtHeader, BookBiblio, and SeriesInfo. No plain text may be interspersed between these subelements; if you wish to do that, use BiblioMixed. BiblioEntry has common attributes.

Parents

These elements contain BiblioEntry: BiblioDiv, Bibliography.

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>