This is an alpha version of this book.

glossdiv

Name

glossdiv — A division in a Glossary

Synopsis

Content Model

glossdiv ::=
((title,subtitle?,titleabbrev?),
 (calloutlist|glosslist|itemizedlist|orderedlist|segmentedlist|
  simplelist|variablelist|caution|important|note|tip|warning|
  literallayout|programlisting|programlistingco|screen|screenco|
  screenshot|synopsis|cmdsynopsis|funcsynopsis|classsynopsis|
  fieldsynopsis|constructorsynopsis|destructorsynopsis|
  methodsynopsis|formalpara|para|simpara|address|blockquote|
  graphic|graphicco|mediaobject|mediaobjectco|informalequation|
  informalexample|informalfigure|informaltable|equation|example|
  figure|table|msgset|procedure|sidebar|qandaset|productionset|
  constraintdef|anchor|bridgehead|remark|highlights|abstract|
  authorblurb|epigraph|indexterm|beginpage)*,
 glossentry+)

Attributes

Common attributes

Name

Type

Default

status CDATA None

Description

A GlossDiv is a section of a Glossary. A Glossary might be divided into sections in order to group terms, perhaps alphabetically.

A Glossary may contain any number of GlossEntry or GlossDiv elements, but it cannot contain a mixture of both at the same level.

Processing expectations

Formatted as a displayed block.

Parents

These elements contain glossdiv: glossary.

Attributes

status

Status identifies the editorial or publication status of the GlossDiv.

Publication status might be used to control formatting (for example, printing a ‘draft’ watermark on drafts) or processing (perhaps a document with a status of ‘final’ should not include any components that are not final).

Examples

For examples, see glossary .

Copyright © 1999, 2000, 2001 O'Reilly & Associates, Inc.