Whole document tree
    

Whole document tree

SetInfo

SetInfo

Name

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

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.

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>