Whole document tree
    

Whole document tree

Part

Part

Name

Part -- Section of a Book containing book components

Content Model

  ((DocInfo?, Title, TitleAbbrev?), PartIntro?
  , (Appendix | Chapter | ToC | LoT | Index | Glossary
  | Bibliography | Article | Preface | RefEntry
  | Reference)+)+
  (IndexTerm | BeginPage)

Inclusions

Part includes these elements at every level:

  IndexTerm | BeginPage

Tag Minimization

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

Description

Section of a Book containing book components. Part contains an optional DocInfo, a required Title, an optional TitleAbbrev, an optional PartIntro, followed by one or more book components. It has Status, Label, and common attributes.

Parents

Part occurs in Book.

Children

Part contains these elements: Appendix, Article, BeginPage, Bibliography, Chapter, DocInfo, Glossary, Index, IndexTerm, LoT, PartIntro, Preface, RefEntry, Reference, Title, TitleAbbrev, ToC.

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

Attributes

Label

Label holds an identifying number or string to be output in some manner when the element it is applied to is rendered.

Status

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

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>