Guide to the DocBook DTD
PrevNext

SetInfo

Name

SetInfo — Metainformation for a Set, in which it may appear

Content Model

  ((Graphic | LegalNotice | ModeSpec | SubjectSet
  | KeywordSet | ITermSet | 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)+)
  -(BeginPage)

Exclusions

SetInfo excludes these elements at every level:

  BeginPage

Attributes

This element has common and Role attributes.

NameValue(s)TypeDefault Value
ContentsIDREFS#IMPLIED 

Tag Minimization

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

Description

Metainformation for a Set, in which it may appear. It may contain, in any order, any number of: Author, AuthorInitials, Copyright, CorpAuthor, CorpName, Date, Editor, Edition, InvPartNumber, ISBN, LegalNotice, OrgName, OtherCredit, PrintHistory, ProductName, ProductNumber, Publisher, PubsNumber, ReleaseInfo, RevHistory, Title, SubTitle, and VolumeNum. SetInfo has common attributes and a Contents attribute. The values of Contents should be the IDs of the ToC, Books, and SetIndex that comprise the Set, in the order of their appearance. SetInfo has common attributes.

Parents

SetInfo occurs in Set.

Children

SetInfo 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, Graphic, Honorific, ISBN, ISSN, ITermSet, InvPartNumber, IssueNum, KeywordSet, LegalNotice, Lineage, ModeSpec, OrgName, OtherCredit, OtherName, PageNums, PrintHistory, ProductName, ProductNumber, PubDate, Publisher, PublisherName, PubsNumber, ReleaseInfo, RevHistory, SeriesVolNums, SubjectSet, Subtitle, Surname, Title, TitleAbbrev, VolumeNum.

In some contexts, additional elements may be allowed by inclusions in parent elements.

Attributes

Contents

Contents holds a list of the IDs of the immediate subelements of a Book or Set.

Examples

<SET>
<TITLE>All the Books About Everything Under the Sun</TITLE>
<TITLEABBREV>All Books About Everything</TITLEABBREV>
<SETINFO>
<EDITION>2</EDITION>
<CORPNAME>The Society for Greater Knowledge
</CORPNAME>
<ISBN>0-944940-00-3</ISBN>
<INVPARTNUMBER>005bc</INVPARTNUMBER>
<PRODUCTNUMBER>book.005.bc</PRODUCTNUMBER>
<PRODUCTNAME>Book5a</PRODUCTNAME>
<PUBSNUMBER>555a</PUBSNUMBER>
<RELEASEINFO>Revised</RELEASEINFO>
<DATE>1995</DATE>
<PUBLISHER>
<PUBLISHERNAME>Solipsist Press</PUBLISHERNAME
</PUBLISHER>
<COPYRIGHT>
<YEAR>1995</YEAR>
<HOLDER>George Tirebiter</HOLDER>
</COPYRIGHT>
<PRINTHISTORY>
<PARA>Second printing March 1996.</PARA>
</PRINTHISTORY>
</SETINFO>
<BOOK>
<TITLE>My Short SGML Book</TITLE>
<CHAPTER>
<TITLE>Still Yet Another Chapter</TITLE>
<PARA>Short paragraph.
</PARA>
</CHAPTER>
</BOOK>
<BOOK>
<TITLE>My Short SGML Book</TITLE>
<CHAPTER>
<TITLE>Not Yet Another Chapter!</TITLE>
<PARA>Short paragraph.
</PARA>
</CHAPTER>
<CHAPTER>
<TITLE>The Chapters Keep Coming</TITLE>
<PARA>Short paragraph.
</PARA>
</CHAPTER>
</BOOK>
<SETINDEX></SETINDEX>
</SET>

PrevHomeNext
SetIndexUpSGMLTag