Whole document tree
    

Whole document tree

BiblioMixed

BiblioMixed

Name

BiblioMixed --  Entry in a Bibliography

Content Model

  ((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 | BiblioMSet
  | #PCDATA)+)
  -(IndexTerm | BeginPage)

Exclusions

BiblioMixed 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. BiblioMixed, new as of version 3.0, allows plain text to be interspersed among the subelements allowed by BiblioEntry: aside from that, both elements may contain any number, in any order, of the contents of bibliocomponent.mix, as well as ArtHeader, BookBiblio, and SeriesInfo. BiblioMixed allows the construction of bibliographic entries in which only some data is marked up, with punctuation and other text outside that markup. BiblioMixed has common attributes.

Parents

These elements contain BiblioMixed: BiblioDiv, Bibliography.

Examples

<BIBLIOGRAPHY>
<!-- an example of the use of BiblSet, raw -->
<TITLE>A Bibliography Showing Three Entries for the Same Work
</TITLE>
<BIBLIOENTRY>
<BIBLIOSET RELATION=thisvolinfo>
<VOLUMENUM>I</VOLUMENUM>
<TITLE>The First Hundred Years</TITLE>
<AUTHORGROUP>
<EDITOR>
<FIRSTNAME>Marshall</FIRSTNAME>
<OTHERNAME>W</OTHERNAME>
<SURNAME>Baldwin</SURNAME>
</EDITOR>
</AUTHORGROUP>
<PUBLISHER>
<PUBLISHERNAME>The University of Wisconsin Press</PUBLISHERNAME>
<ADDRESS>Madison, Milwaukee, and London</ADDRESS><!-- sic on t.p. -->
</PUBLISHER>
<BIBLIOSET RELATION=thiscopyinfo>
<COPYRIGHT>
<YEAR>1969</YEAR>
<HOLDER>Regents of the University of Wisconsin</HOLDER>
</COPYRIGHT>
<EDITION>2</EDITION>
<PUBDATE>1969</PUBDATE>
</BIBLIOSET>
<BIBLIOSET RELATION=previousedition>
<PUBLISHER>
<PUBLISHERNAME>University of Pennsylvania Press</PUBLISHERNAME>
<ADDRESS>Philadelphia</ADDRESS>
</PUBLISHER>
<COPYRIGHT>
<YEAR>1955</YEAR>
<HOLDER>University of Pennsylvania Press</HOLDER>
</COPYRIGHT>
<EDITION>1</EDITION>
<PUBDATE>1955</PUBDATE>
</BIBLIOSET>
</BIBLIOSET>
<BIBLIOSET RELATION=parent-set> <!-- could use SeriesInfo, instead,
but SeriesInfo probably should go away -->
<TITLE>A History of the Crusades</TITLE>
<AUTHORGROUP>
<EDITOR>
<FIRSTNAME>Kenneth</FIRSTNAME>
<OTHERNAME>M</OTHERNAME>
<SURNAME>Setton</SURNAME>
<CONTRIB>General Editor</CONTRIB>
</EDITOR>
</AUTHORGROUP>
<VOLUMENUM role=allvols>1-6</VOLUMENUM>
</BIBLIOSET>
</BIBLIOENTRY>

<!-- the same, cooked -->
<BIBLIOMIXED>
<TITLE>A History of the Crusades</TITLE>, 
<VOLUMENUM>Volume I</VOLUMENUM>:
<TITLE>The First Hundred Years</TITLE>,
<abbrev>ed</abbrev>
<BIBLIOMSET role=EDITOR>
<FIRSTNAME>Marshall</FIRSTNAME>
<OTHERNAME>W.</OTHERNAME>
<SURNAME>Baldwin</SURNAME>,
</BIBLIOMSET>
<EDITION>second edition</EDITION>,
<BIBLIOMSET role=PUBLISHER>
<ADDRESS>Madison, Wisconsin</ADDRESS>,
<PUBLISHERNAME>University of Wisconsin Press</PUBLISHERNAME>,
</BIBLIOMSET>
<PUBDATE>1969</PUBDATE>, 
<BIBLIOMSET role=EDITOR>
<FIRSTNAME>Kenneth</FIRSTNAME>
<OTHERNAME>M.</OTHERNAME>
<SURNAME>Setton</SURNAME>,
<CONTRIB>General Editor</CONTRIB> of series
</BIBLIOMSET>
<BIBLIOMSET RELATION=previousedition>
(<EDITION>first edition</EDITION> published
<BIBLIOMSET role=PUBLISHER>
<ADDRESS>Philadelphia</ADDRESS>,
<PUBLISHERNAME>University of Pennsylvania Press</PUBLISHERNAME>,
</BIBLIOMSET>
<PUBDATE>1955</PUBDATE>)
</BIBLIOMSET>.
</BIBLIOMIXED>
<!-- the same, simplified (the use I forsee in practice) -->
<BIBLIOMIXED>
<TITLE>A History of the Crusades</TITLE>,
vol. 1,
<TITLE>The First Hundred Years</TITLE>,
<abbrev>ed</abbrev>
<FIRSTNAME>Marshall</FIRSTNAME>
<OTHERNAME>W.</OTHERNAME>
<SURNAME>Baldwin</SURNAME>,
2nd <abbrev>ed</abbrev>,
Madison, Wisconsin,
1969,
<FIRSTNAME>Kenneth</FIRSTNAME>
<OTHERNAME>M.</OTHERNAME>
<SURNAME>Setton</SURNAME>,
General Editor of series
(1st <abbrev>ed</abbrev> published
Philadelphia, 1955.
</BIBLIOMIXED>
</BIBLIOGRAPHY>