QandADiv

Name

QandADiv -- A titled division in a QandASet

Synopsis

Content Model

QandADiv ::=
((Title,TitleAbbrev?)?,
 (CalloutList|GlossList|ItemizedList|OrderedList|SegmentedList|
  SimpleList|VariableList|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|Procedure|Anchor|BridgeHead|
  Comment|Highlights|IndexTerm)*,
 (QandADiv+|QandAEntry+))

Attributes

Common attributes

Tag Minimization

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

Description

QandADiv is a section of a QandASet. A question and answer set might be divided into sections in order to group different sets of questions together, perhaps by topic.

A QandASet may contain any number of QandADiv or QandAEntry elements, but it cannot contain a mixture of both at the same level.

Processing expectations

Formatted as a displayed block.

A table of contents for the question and answer set is sometimes generated, especially in online environments.

Parents

These elements contain QandADiv: QandADiv, QandASet.

Children

The following elements occur in QandADiv: Address, Anchor, BlockQuote, BridgeHead, CalloutList, CmdSynopsis, Comment, Equation, Example, Figure, FormalPara, FuncSynopsis, GlossList, Graphic, GraphicCO, Highlights, IndexTerm, InformalEquation, InformalExample, InformalFigure, InformalTable, ItemizedList, LiteralLayout, MediaObject, MediaObjectCO, OrderedList, Para, Procedure, ProgramListing, ProgramListingCO, QandADiv, QandAEntry, Screen, ScreenCO, ScreenShot, SegmentedList, SimPara, SimpleList, Synopsis, Table, Title, TitleAbbrev, VariableList.

In some contexts, the following elements are allowed anywhere: BeginPage, IndexTerm.

In some contexts, the following elements are excluded: Equation, Example, Figure, IndexTerm, InformalTable, Table.

Examples

For examples, see QandASet.

Copyright © 1999 O'Reilly & Associates, Inc. All rights reserved.