Reference. Reference for the DocBook DTD

[Prev] [Next]


BiblioMSet

Name

BiblioMSet--- Container for related bibliographic information

Synopsis

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

BiblioMSet excludes these elements at every level:

  IndexTerm | BeginPage

Attributes

This element has common and Role attributes.

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

Tag Minimization

Both the start- and end-tags are required for this element.

Description

BiblioMSet is a container for related bibliographic information. Like BiblioSet, it may contain any number, in any order, of the contents of bibliocomponent.mix, but may also contain itself and plain text. Like BiblioMixed, the mixed-content alternate for BiblioEntry, which is the only context in which BiblioMSet may appear, BiblioMSet facilitates the construction of bibliographic entries in which only some data is marked up, with punctuation and other text outside that markup.

BiblioMSet has common and Relation attributes. Relation may be used to hold a string indicating the relationship of the contents of the BiblioMSet.

Parents

These elements contain BiblioMSet: BiblioMSet, and BiblioMixed.

Children

BiblioMSet contains these elements: Abbrev, Abstract, Address, Affiliation, ArtPageNums, Author, AuthorBlurb, AuthorGroup, AuthorInitials, BiblioMSet, BiblioMisc, BiblioSet, Collab, ConfGroup, ContractNum, ContractSponsor, Contrib, Copyright, CorpAuthor, CorpName, Date, Edition, Editor, FirstName, Honorific, ISBN, ISSN, InvPartNumber, IssueNum, Lineage, OrgName, OtherCredit, OtherName, #PCDATA, PageNums, PrintHistory, ProductName, ProductNumber, PubDate, Publisher, PublisherName, PubsNumber, ReleaseInfo, RevHistory, SeriesVolNums, Subtitle, Surname, Title, TitleAbbrev, and VolumeNum.

In some contexts, some of these elements may be invalid due to exclusions in parent elements.

Attributes

Relation

Relation indicates the relationship of the contents of BiblioSet or BiblioMSet. There is no default.

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>


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