msgset
msgset — A detailed set of messages, usually error messages.
Synopsis
Attributes
Description
A 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.
Processing expectations
Formatted as a displayed block.
On the whole, the semantics of msgset
are not
clearly defined.
This element occurs in 73 elements.
Children
The following elements occur in msgset: info
(db.titleforbidden.info), info
(db.titleonly.info), msgentry
, simplemsgentry
, title
, titleabbrev
.
Examples
1 <article xmlns='http://docbook.org/ns/docbook'> 2 <title>Example msgset</title> 4 <msgset> <msgentry> 6 <msg> <msgmain> 8 <msgtext><para>Record failed CRC</para></msgtext> </msgmain> 10 <msgsub> <msgtext><para>Record <replaceable>n</replaceable> 12 in <replaceable>database</replaceable></para></msgtext> </msgsub> 14 <msgrel> <msgtext><para>File read error on 16 <replaceable>database</replaceable></para></msgtext> </msgrel> 18 <msgrel> <msgtext><para>Panic! Corrupt record!</para></msgtext> 20 </msgrel> </msg> 22 <msginfo> <msglevel>severe</msglevel> 24 <msgorig>server</msgorig> <msgaud>all</msgaud> 26 </msginfo> <msgexplan> 28 <para>Indicates that some sort of error occurred while attempting to load a record from the database. Retry. 30 If failure persists,contact the database administrator. </para> 32 </msgexplan> </msgentry> 34 <!-- more entries --> </msgset> 36 </article>