Whole document tree
    

Whole document tree

BiblioMSet

BiblioMSet

Name

BiblioMSet --  Container for related bibliographic information

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, BiblioMixed.

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>