Whole document tree
    

Whole document tree

MsgEntry

MsgEntry

Name

MsgEntry -- Wrapper for an entry in a MsgSet

Content Model

  (Msg+, MsgInfo?, MsgExplan*)

Attributes

This element has common and Role attributes.

Tag Minimization

The start-tag is required for this element. The end-tag is optional, if your SGML declaration allows minimization.

Description

Wrapper for an entry in a MsgSet. A MsgEntry must contain one or more Msgs, followed by an optional MsgInfo, then any number of MsgExplans. MsgEntry has common attributes.

Parents

MsgEntry occurs in MsgSet.

Children

MsgEntry contains these elements: Msg, MsgExplan, MsgInfo.

Examples

<MSGENTRY>
<MSG>
<MSGMAIN>
<MSGTEXT>
<PARA>Auto removal: Token-ring lobe
</PARA>
</MSGTEXT>
</MSGMAIN>
<MSGSUB>
<TITLE>Failure
</TITLE>
<MSGTEXT>
<PARA>Local token-ring adapter
</PARA>
<PARA>Local access unit
</PARA>
<PARA>Local lobe cables
</PARA>
</MSGTEXT>
</MSGSUB>
<MSGREL>
<TITLE>NetWare message:
</TITLE>
<MSGTEXT>
<PARA>TOKEN-NW-237-Adapter 
<REPLACEABLE>number</REPLACEABLE>&gt; -board 
<REPLACEABLE>number</REPLACEABLE> : The adapter
is beaconing.
</PARA>
<PARA>Ring status = <REPLACEABLE>code</REPLACEABLE>
 .
</PARA>
</MSGTEXT>
</MSGREL>
     </MSG>
<MSGINFO>
<MSGAUD>Site manager
</MSGAUD>
<MSGORIG>NetView for NetWare
</MSGORIG>
<MSGLEVEL>Informative
</MSGLEVEL>
     </MSGINFO>
<MSGEXPLAN>
<TITLE>Explanation:
</TITLE>
<PARA>Adapter left the ring as part of the beacon automatic
recovery process.
</PARA>
</MSGEXPLAN>
<MSGEXPLAN>
<TITLE>Action:
</TITLE>
<PARA>Ask the LAN administrator to review the link data.
</PARA>
</MSGEXPLAN>
</MSGENTRY>