Whole document tree
    

Whole document tree

BookInfo

BookInfo

Name

BookInfo -- Metainformation for a Book

Description

Metainformation for a Book, in which it may appear. BookInfo must contain a BookBiblio, followed by any number of LegalNotices, followed by any number of ModeSpecs (which are pointed to by the LinkMode attribute of OLink, and are collected here for convenience). BookInfo has common attributes and a Contents attribute, the values of which are the IDs of the ToC, LoTs, Prefaces, Parts, Chapters, Appendixes, References, Glossary, Bibliography, and indexes comprising the Book, in the order of their appearance. BookInfo has Contents and common attributes.

Parents

BookInfo occurs in Book.

Attributes

Contents

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

Examples

<BOOK>
<TITLE>My Short SGML Book</TITLE>
<BOOKINFO>
<BOOKBIBLIO>
<AUTHORGROUP>
<AUTHOR>
<FIRSTNAME>George</FIRSTNAME>
<SURNAME>Tirebiter</SURNAME>
</AUTHOR>
</AUTHORGROUP>
</BOOKBIBLIO>
</BOOKINFO>
<TOC></TOC>
<LOT></LOT>
<PREFACE>
<TITLE>Introduction</TITLE>
<PARA>Short paragraph.
</PARA>
</PREFACE>
<PART>
<TITLE>This Part Is First</TITLE>
<PARTINTRO>
<TITLE>Introducing This Part</TITLE>
<PARA>This Part is like no other Part.</PARA>
</PARTINTRO>
<CHAPTER>
<TITLE>A Chapter</TITLE>
<PARA>Short paragraph.
</PARA>
</CHAPTER>
<CHAPTER>
<TITLE>Another Chapter</TITLE>
<PARA>Short paragraph.
</PARA>
</CHAPTER>
</PART>
<PART>
<TITLE>This Part Is Second</TITLE>
<CHAPTER>
<TITLE>Yet Another Chapter</TITLE>
<PARA>Short paragraph.
</PARA>
</CHAPTER>
<CHAPTER>
<TITLE>Still Yet Another Chapter</TITLE>
<PARA>Short paragraph.
</PARA>
</CHAPTER>
</PART>
<APPENDIX LABEL="A">
<TITLE>One Appendix</TITLE>
<PARA>Short paragraph.
</PARA>
</APPENDIX>
<APPENDIX LABEL="B">
<TITLE>The Other Appendix</TITLE>
<PARA>Short paragraph.
</PARA>
</APPENDIX>
<GLOSSARY>
<GLOSSENTRY>
<GLOSSTERM>fum</GLOSSTERM>
<GLOSSDEF>
<PARA>Syllable following "fee, fie, fo"</PARA>
</GLOSSDEF>
</GLOSSENTRY>
</GLOSSARY>
<BIBLIOGRAPHY>
<BIBLIOENTRY>
<BOOKBIBLIO>
<TITLE>Recursive Tooth Exercises
</TITLE>
<AUTHORGROUP>
<AUTHOR>
<FIRSTNAME>George</FIRSTNAME>
<SURNAME>Tirebiter</SURNAME>
</AUTHOR>
</AUTHORGROUP>
</BOOKBIBLIO>
</BIBLIOENTRY>
</BIBLIOGRAPHY>
<INDEX></INDEX>
</BOOK>