Whole document tree
    

Whole document tree

Set

Set

Name

Set -- Two or more Books

Content Model

  ((Title, TitleAbbrev?)?, SetInfo?, ToC?, (Book)
  , (Book)+
  , SetIndex?)+
  (IndexTerm | BeginPage)

Inclusions

Set includes these elements at every level:

  IndexTerm | BeginPage

Tag Minimization

The start-tag is required for this element. The end-tag is optional, if your SGML declaration allows minimization.

Description

Set is a group of two or more Books. Set may have, in order, a Title, TitleAbbrev, SetInfo, and ToC, followed by the Books, followed by an optional SetIndex. Note that a SetIndex may appear in a Book, too. Set has Status and common attributes.

Children

Set contains these elements: BeginPage, Book, IndexTerm, SetIndex, SetInfo, Title, TitleAbbrev, ToC.

Attributes

FPI

FPI holds a Formal Public Identifier for the Book or Set.

Status

Editorial or publication status ofthe element it applies to, such as "in review" or "approved for distribution." There is no default.

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>