Index ::= ((DocInfo?,Title,Subtitle?,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|MediaObject| MediaObjectCO|InformalEquation|InformalExample|InformalFigure| InformalTable|Equation|Example|Figure|Table|MsgSet|Procedure| Sidebar|QandASet|Anchor|BridgeHead|Comment|Highlights|Abstract| AuthorBlurb|Epigraph|IndexTerm)*, (IndexDiv*|IndexEntry*))
The start-tag is required for this element. The end-tag is optional, if your SGML declaration allows minimization.
An Index contains the formatted indhttps://www.rigacci.org/docs/biblio/online/docbook/ex of a document. An index may begin with introductory material, followed by any number of IndexEntrhttps://www.rigacci.org/docs/biblio/online/docbook/ys or IndexDivs.
Formatted as a displayed block. An Index in a Book frequently causes a forced https://www.rigacci.org/docs/biblio/online/docbook/page break in print media.
In many processing systems, indexes are generated automatically or semiautomatically and never appear instantiated as DocBook markup.
These elements contain Index:
Article, Book,
The following elements occur in Index:
Abstract, Address, Anchor
In some conhttps://www.rigacci.org/docs/biblio/online/docbook/texts, the following elements are allowed anywhere: BeginPage.
<!DOCTYPE index PUBLIC "-//OASIS//DTD DocBook V3.1//EN"> <index><title>Index</title> <indexdiv><title>D</title> <indexentry> <primaryie>database (bibliographic), 253, 255</primaryie> <secondaryie>structure, 255</secondaryie> <secondaryie>tools, 259</secondaryie> </indexentry> <indexentry> <primaryie>dates (language specific), 179</primaryie> </indexentry> <indexentry> <primaryie>DC fonts, <emphasis>172</emphasis>, 177</primaryie> <secondaryie>Math fonts, 177</secondaryie> </indexentry> </indexdiv> </index>
<!DOCTYPE index PUBLIC "-//OASIS//DTD DocBook V3.1//EN"> <index> <indexentry> <primaryie>Example</primaryie> <secondaryie>Chapter</secondaryie> <seeie>Example Chapter</seeie> </indexentry> <indexentry> <primaryie>Example Chapter, 35-48</primaryie> <seealsoie>Examples</seealsoie> </indexentry> <indexentry> <primaryie>Examples, 18, 36, 72-133</primaryie> </indexentry> </index>
Copyright © 1999 O'Reilly &https://www.rigacci.org/docs/biblio/online/docbook/amp; Associates, Inc. All righthttps://www.rigacci.org/docs/biblio/online/docbook/s reserved.