MsgSet ::= ((Title,TitleAbbrev?)?, MsgEntry+)
Both the start- and end-tags are required for this element.
MsgSet is a complex structure designed to hold a detailed set of messages, usually error messages. In addition to the actual text of each message, it can contain additional information about each message and the messages related to it.
Formatted as a displayed block.
On the whole, the semantics of MsgSet are not clearly defined.
These elements contain MsgSet: Appendix, Article, BiblioDiv, Bibliography, BlockQuote, Callout, Chapter, Glossary, GlossDiv, Index, ListItem, MsgExplan, MsgText, PartIntro, Preface, Procedure, RefSect1, RefSect2, RefSect3, RefSynopsisDiv, Sect1, Sect2, Sect3, Sect4, Sect5, Section, SetIndex, SimpleSect, Step.
The following elements occur in MsgSet: MsgEntry, Title, TitleAbbrev.
In some contexts, the following elements are allowed anywhere: BeginPage, IndexTerm.
<!DOCTYPE msgset PUBLIC "-//OASIS//DTD DocBook V3.1//EN"> <msgset> <msgentry> <msg> <msgmain> <msgtext><para>Record failed CRC</para></msgtext> </msgmain> <msgsub> <msgtext><para>Record <replaceable>n</replaceable> in <replaceable>database</replaceable></para></msgtext> </msgsub> <msgrel> <msgtext><para>File read error on <replaceable>database</replaceable></para></msgtext> </msgrel> <msgrel> <msgtext><para>Panic! Corrupt record!</para></msgtext> </msgrel> </msg> <msginfo> <msglevel>severe</msglevel> <msgorig>server</msgorig> <msgaud>all</msgaud> </msginfo> <msgexplan> <para> Indicates that some sort of error occurred while attempting to load a record from the database. Retry. If failure persists, contact the database administrator. </para> </msgexplan> </msgentry> <!-- more entries --> </msgset>
Copyright © 1999 O'Reilly & Associates, Inc. All rights reserved.