Reference. Reference for the DocBook DTD

[Prev] [Next]


SetIndex

Name

SetIndex---Index to a Set

Synopsis

Content Model
  ((DocInfo?, Title, TitleAbbrev?)?, (CalloutList
  | GlossList | ItemizedList | OrderedList | SegmentedList
  | SimpleList | VariableList | Caution | Important | Note
  | Tip | Warning | LiteralLayout | ProgramListing
  | ProgramListingCO | Screen | ScreenCO | ScreenShot
  | Synopsis | CmdSynopsis | FuncSynopsis | FormalPara | Para
  | SimPara | Address | BlockQuote | Graphic | GraphicCO
  | InformalEquation | InformalExample | InformalTable
  | Equation | Example | Figure | Table | MsgSet | Procedure
  | Sidebar | Anchor | BridgeHead | Comment | Highlights
  | Abstract | AuthorBlurb | Epigraph)*, (IndexDiv*
  | IndexEntry*))
  -(IndexTerm)

Exclusions

SetIndex excludes these elements at every level:

  IndexTerm 

Attributes

This element has common and Role attributes.

Tag Minimization

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

Description

Index to a Set. It may occur within a Set or one of the Books in a Set. It contains an optional DocInfo, Title, and TitleAbbrev, followed by any number of block-oriented elements and then one or more IndexEntries or one or more IndexDivs. It has common attributes.

Parents

These elements contain SetIndex: Book, and Set.

Children

SetIndex contains these elements: Abstract, Address, Anchor, AuthorBlurb, BlockQuote, BridgeHead, CalloutList, Caution, CmdSynopsis, Comment, DocInfo, Epigraph, Equation, Example, Figure, FormalPara, FuncSynopsis, GlossList, Graphic, GraphicCO, Highlights, Important, IndexDiv, IndexEntry, InformalEquation, InformalExample, InformalTable, ItemizedList, LiteralLayout, MsgSet, Note, OrderedList, Para, Procedure, ProgramListing, ProgramListingCO, Screen, ScreenCO, ScreenShot, SegmentedList, Sidebar, SimPara, SimpleList, Synopsis, Table, Tip, Title, TitleAbbrev, VariableList, and Warning.

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

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>


[Prev] setinfo.char.mix
[Next] SetInfo
[Reference Home] [Davenport Group Home]