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 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199
|
<RefEntry ID="dbre.elem.GlossEntry">
<!-- Created by DTDParseRefentry version 0.94 -->
<!-- Consult http://www.ora.com/homepages/dtdparse/ -->
<!-- for more information. -->
<![ %dbre.ms.refmeta [
<RefMeta>
<IndexTerm><Primary>GlossEntry Element</Primary></IndexTerm>
<RefEntryTitle>GlossEntry</RefEntryTitle>
<RefMiscInfo>Element</RefMiscInfo>
</RefMeta>
]]>
<RefNameDiv>
<RefName>GlossEntry</RefName>
<RefPurpose>
Entry in a Glossary
or GlossList
</RefPurpose>
</RefNameDiv>
<![ %dbre.ms.refsynopsisdiv [
<RefSynopsisDiv><Title>Content Model</Title>
<Synopsis>
<Link LinkEnd="dbre.elem.GlossTerm">GlossTerm</Link>, <Link LinkEnd="dbre.elem.Acronym">Acronym</Link>?, <Link LinkEnd="dbre.elem.Abbrev">Abbrev</Link>?,
(<Link LinkEnd="dbre.elem.GlossSee">GlossSee</Link> | <Link LinkEnd="dbre.elem.GlossDef">GlossDef</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>
<INFORMALTABLE>
<TGROUP COLS=4>
<COLSPEC COLNUM=2 COLNAME=C2>
<COLSPEC COLNUM=4 COLNAME=C4>
<SPANSPEC SPANNAME=C2C4 NAMEST=C2 NAMEEND=C4>
<THEAD>
<ROW>
<ENTRY>Name</ENTRY>
<ENTRY>Value(s)</ENTRY>
<ENTRY>Type</ENTRY>
<ENTRY>Default Value</ENTRY>
</ROW>
</THEAD>
<TBODY>
<ROW>
<ENTRY>SortAs</ENTRY>
<ENTRY>CDATA</ENTRY>
<ENTRY>#IMPLIED</ENTRY>
<ENTRY> </ENTRY>
</ROW>
</TBODY>
</TGROUP>
</INFORMALTABLE>
</RefSect2>
]]>
<![ %dbre.ms.refsynopsisdiv.tagmin [
<RefSect2><Title>Tag Minimization</Title>
<Para>
The start-tag is required for this element. The end-tag is optional, if your SGML declaration allows minimization.
</Para>
</RefSect2>
]]>
</RefSynopsisDiv>
]]>
<![ %dbre.ms.description [
<RefSect1><Title>Description</Title>
<para>Entry in a Glossary or GlossList, containing,
in order, a required
GlossTerm, an optional Acronym,
an optional Abbrev, and any number of
GlossSees and GlossDefs, in any order.
It has common and Sortas attributes.
to hold the string by which the GlossTerm is to
be sorted (alphabetized) in lieu of its proper
content.
</para>
<![ %dbre.ms.description.parents [
<RefSect2><Title>Parents</Title>
<Para>
These elements contain GlossEntry:
<SimpleList Type=Inline>
<Member><Link LinkEnd="dbre.elem.GlossDiv">GlossDiv</Link></Member>
<Member><Link LinkEnd="dbre.elem.GlossList">GlossList</Link></Member>
<Member><Link LinkEnd="dbre.elem.Glossary">Glossary</Link></Member>
</SimpleList>.
</Para>
</RefSect2>
]]>
<![ %dbre.ms.description.children [
<RefSect2><Title>Children</Title>
<Para>
GlossEntry contains these elements:
<SimpleList Type=Inline>
<Member><Link LinkEnd="dbre.elem.Abbrev">Abbrev</Link></Member>
<Member><Link LinkEnd="dbre.elem.Acronym">Acronym</Link></Member>
<Member><Link LinkEnd="dbre.elem.GlossDef">GlossDef</Link></Member>
<Member><Link LinkEnd="dbre.elem.GlossSee">GlossSee</Link></Member>
<Member><Link LinkEnd="dbre.elem.GlossTerm">GlossTerm</Link></Member>
</SimpleList>.
</Para>
</RefSect2>
]]>
</RefSect1>
]]>
<![ %dbre.ms.attrdesc [
<RefSect1><Title>Attributes</Title>
<variablelist>
<varlistentry><term>SortAs</term>
<listitem>
<para>
SortAs holds a string by which the element's
content
is to be sorted (alphabetized) in lieu of its proper
content.
</para>
</listitem>
</varlistentry>
</variablelist>
</RefSect1>
]]>
<![ %dbre.ms.examples [
<RefSect1><Title>Examples</Title>
<programlisting>
<![ CDATA [
<GLOSSARY>
<TITLE>Words You Must Know</TITLE>
<PARA>These are words you must know to pass the SGML test.
</PARA>
<GLOSSDIV>
<TITLE>Words Pertaining to Markup</TITLE>
<GLOSSENTRY SORTAS="RME">
<GLOSSTERM>Reportable Markup Error</GLOSSTERM>
<ACRONYM>RME</ACRONYM>
<ABBREV>Markerror</ABBREV>
<GLOSSDEF>
<PARA>A mistake you made.</PARA>
</GLOSSDEF>
<GLOSSDEF SUBJECT="Errors">
<PARA>A mistake someone else made.</PARA>
<GLOSSSEEALSO OTHERTERM="gl123">
</GLOSSDEF>
</GLOSSENTRY>
</GLOSSDIV>
<GLOSSDIV>
<TITLE>Words Not Pertaining to Markup So Much</TITLE>
<GLOSSENTRY>
<GLOSSTERM ID="gl123">Document</GLOSSTERM>
<GLOSSDEF>
<PARA>A piece of writing; it sounds fancier if you
call it a Document.</PARA>
</GLOSSDEF>
</GLOSSENTRY>
<GLOSSENTRY>
<GLOSSTERM>Instance</GLOSSTERM>
<GLOSSSEE>Document</GLOSSSEE>
</GLOSSENTRY>
</GLOSSDIV>
<BIBLIOGRAPHY>
<BIBLIOENTRY>
<BOOKBIBLIO>
<TITLE>Recursive Tooth Exercises
</TITLE>
<AUTHORGROUP>
<AUTHOR>
<FIRSTNAME>George</FIRSTNAME>
<SURNAME>Tirebiter</SURNAME>
</AUTHOR>
</AUTHORGROUP>
</BOOKBIBLIO>
</BIBLIOENTRY>
</BIBLIOGRAPHY>
</GLOSSARY>
]]>
</programlisting>
</RefSect1>
]]>
</RefEntry>
|