Whole document tree BiblioSetContent 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)+) -(IndexTerm | BeginPage) DescriptionBiblioSet is a container for related bibliographic information. It may contain any number, in any order, of the contents of bibliocomponent.mix. BiblioSet does not allow plain text to be interspersed among those elements: if you want to do that, use BiblioMSet. BiblioSet has common and Relation attributes. Relation may be used to hold a string indicating the relationship of the contents of the BiblioSet. ParentsThese elements contain BiblioSet: ArtHeader, BiblioEntry, BiblioMSet, BiblioMixed, BiblioSet, BookBiblio, BookInfo, DocInfo, RefSect1Info, RefSect2Info, RefSect3Info, RefSynopsisDivInfo, Sect1Info, Sect2Info, Sect3Info, Sect4Info, Sect5Info, SeriesInfo, SetInfo. ChildrenBiblioSet contains these elements: Abbrev, Abstract, Address, Affiliation, ArtPageNums, Author, AuthorBlurb, AuthorGroup, AuthorInitials, BiblioMisc, BiblioSet, Collab, ConfGroup, ContractNum, ContractSponsor, Contrib, Copyright, CorpAuthor, CorpName, Date, Edition, Editor, FirstName, Honorific, ISBN, ISSN, InvPartNumber, IssueNum, Lineage, OrgName, OtherCredit, OtherName, PageNums, PrintHistory, ProductName, ProductNumber, PubDate, Publisher, PublisherName, PubsNumber, ReleaseInfo, RevHistory, SeriesVolNums, Subtitle, Surname, Title, TitleAbbrev, VolumeNum. In some contexts, some of these elements may be invalid due to exclusions in parent elements. Attributes
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> |