Whole document tree SetContent Model((Title, TitleAbbrev?)?, SetInfo?, ToC?, (Book) , (Book)+ , SetIndex?)+ (IndexTerm | BeginPage) DescriptionSet 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. Attributes
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> |