Whole document tree
    

Whole document tree

MsgRel

MsgRel

Name

MsgRel -- Subpart of a Msg containing a message that is related to the main message

Content Model

  (Title?, MsgText)

Attributes

This element has common and Role attributes.

Tag Minimization

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

Description

Subpart of a Msg, containing a message that is related to the main message (MsgMain) but which appears in a different place. For example, MsgMain might be a message that appears on a network client, and MsgRel a related message that appears at the server console in response to the same condition or event. MsgRel begins with an optional Title and contains MsgText. It has common attributes.

Parents

MsgRel occurs in Msg.

Children

MsgRel contains these elements: MsgText, Title.

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>