Guide to the DocBook DTD
PrevNext

MsgSet

Name

MsgSet — List of error messages produced by a system, with various additional information

Content Model

  MsgEntry+

Attributes

This element has common and Role attributes.

Tag Minimization

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

Description

List of error messages produced by a system, with various additional information. MsgSet contains one or more MsgEntries, and has common attributes.

Parents

These elements contain MsgSet: Appendix, Article, BiblioDiv, Bibliography, BlockQuote, Callout, Chapter, GlossDiv, Glossary, Index, ListItem, MsgExplan, MsgText, PartIntro, Preface, Procedure, RefSect1, RefSect2, RefSect3, RefSynopsisDiv, Sect1, Sect2, Sect3, Sect4, Sect5, SetIndex, SimpleSect, Step.

Children

MsgSet contains MsgEntry.

In some contexts, additional elements may be allowed by inclusions in parent elements. Similarly, in some contexts, some of these elements may be invalid due to exclusions in parent elements.

Examples

<MSGSET>
<MSGENTRY>
<MSG>
<MSGMAIN>
<MSGTEXT>
<PARA>Flee!</PARA>
</MSGTEXT>
</MSGMAIN>
</MSG>
</MSGENTRY>
<MSGENTRY>
<MSG>
<MSGMAIN>
<MSGTEXT>
<PARA>All is revealed!</PARA>
</MSGTEXT>
</MSGMAIN>
</MSG>
</MSGENTRY>
</MSGSET>

PrevHomeNext
MsgRelUpMsgSub