1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158
|
<RefEntry ID="dbre.elem.MsgRel">
<!-- Created by DTDParseRefentry version 0.94 -->
<!-- Consult http://www.ora.com/homepages/dtdparse/ -->
<!-- for more information. -->
<![ %dbre.ms.refmeta [
<RefMeta>
<IndexTerm><Primary>MsgRel Element</Primary></IndexTerm>
<RefEntryTitle>MsgRel</RefEntryTitle>
<RefMiscInfo>Element</RefMiscInfo>
</RefMeta>
]]>
<RefNameDiv>
<RefName>MsgRel</RefName>
<RefPurpose>
Subpart of a Msg containing
a message that is related to the main message
</RefPurpose>
</RefNameDiv>
<![ %dbre.ms.refsynopsisdiv [
<RefSynopsisDiv><Title>Content Model</Title>
<Synopsis>
(<Link LinkEnd="dbre.elem.Title">Title</Link>?, <Link LinkEnd="dbre.elem.MsgText">MsgText</Link>)
</Synopsis>
<![ %dbre.ms.refsynopsisdiv.attr [
<RefSect2><Title>Attributes</Title>
<Para>
This element has <link linkend="dbre.x.common">common</link> and <link linkend="dbre.x.role"><sgmltag class=attribute>Role</></link> attributes.
</Para>
</RefSect2>
]]>
<![ %dbre.ms.refsynopsisdiv.tagmin [
<RefSect2><Title>Tag Minimization</Title>
<Para>
Both the start- and end-tags are required for this element.
</Para>
</RefSect2>
]]>
</RefSynopsisDiv>
]]>
<![ %dbre.ms.description [
<RefSect1><Title>Description</Title>
<para>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.
</para>
<![ %dbre.ms.description.parents [
<RefSect2><Title>Parents</Title>
<Para>
MsgRel occurs in
<Link LinkEnd="dbre.elem.Msg">Msg</Link>.
</Para>
</RefSect2>
]]>
<![ %dbre.ms.description.children [
<RefSect2><Title>Children</Title>
<Para>
MsgRel contains these elements:
<SimpleList Type=Inline>
<Member><Link LinkEnd="dbre.elem.MsgText">MsgText</Link></Member>
<Member><Link LinkEnd="dbre.elem.Title">Title</Link></Member>
</SimpleList>.
</Para>
</RefSect2>
]]>
</RefSect1>
]]>
<![ %dbre.ms.examples [
<RefSect1><Title>Examples</Title>
<programlisting>
<![ CDATA [
<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>> -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>
]]>
</programlisting>
</RefSect1>
]]>
</RefEntry>
|