Member+
This element has common and Role attributes.
Name | Value(s) | Type | Default Value |
---|---|---|---|
Columns | NUMBER | #IMPLIED | |
Type | (Inline |Vert |Horiz) | Vert |
Both the start- and end-tags are required for this element.
List of single words or short phrases. It consists of one or more Members, and has common, Columns, and Type attributes.
The value of the Type attribute may be Inline, Horiz, or Vert (the default), indicating that the list should be formatted as part of a regular paragraph, as an array reading L to R then top to bottom, or as an array reading top to bottom then L to R. The Columns attribute value must be a number, the number of columns the array should contain. Further details on rendering may be found in the comment in the DTD. If Column is set to 1, both Horiz and Vert should produce the same results.
These elements contain SimpleList: Appendix, Article, BiblioDiv, Bibliography, BlockQuote, Callout, Caution, Chapter, Dedication, Example, Footnote, GlossDef, GlossDiv, Glossary, Highlights, Important, Index, IndexDiv, InformalExample, LegalNotice, ListItem, MsgExplan, MsgText, Note, Para, PartIntro, Preface, Procedure, RefSect1, RefSect2, RefSect3, RefSynopsisDiv, Sect1, Sect2, Sect3, Sect4, Sect5, SetIndex, Sidebar, SimpleSect, Step, Tip, Warning, and entry.
SimpleList contains Member.
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.
Columns gives the number of columns in which the SimpleList should be rendered. There is no default.
Type indicates how the Members of the SimpleList should be formatted: Inline (Members separated by commas, etc., inline), Vert (top to bottom in the number of columns indicated by the Columns attribute), or Horiz (right to left or left to right, depending on current text flow) in the number of columns indicated by the Columns attribute). The default is Vert. If Column is 1 or #IMPLIED, Type=Vert and Type=Horiz give the same results.
<SIMPLELIST columns=4> <MEMBER>a</MEMBER> <MEMBER>b</MEMBER> <MEMBER>c</MEMBER> <MEMBER>d</MEMBER> <MEMBER>e</MEMBER> <MEMBER>f</MEMBER> <MEMBER>g</MEMBER> <MEMBER>h</MEMBER> <MEMBER>i</MEMBER> <MEMBER>j</MEMBER> <MEMBER>k</MEMBER> <MEMBER>l</MEMBER> </SIMPLELIST>
[Prev] SimPara
[Next] SimpleSect
[Reference Home]
[Davenport Group Home]