Whole document tree
    

Whole document tree

MsgSet

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.

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>