Whole document tree
    

Whole document tree

SimpleList

SimpleList

Name

SimpleList -- List of single words or short phrases

Content Model

  Member+

Tag Minimization

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

Description

List of single words or short phrases. It consists of one or more Members, and has common, Columns, and Type attributes.

Processing Expectations

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.

Children

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.

Attributes

Columns

Columns gives the number of columns in which the SimpleList should be rendered. There is no default.

Type

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.

Examples

<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>