listgroup

listgroup has these attributes...


id

An ID number for the listgroup. See IDPrefixes.htm.

Value(s)

ID

Default Value

#IMPLIED

type

The type attribute can be one of the following:

ValueExplanationExample
1 arabic numbers 1, 2, 3, ...
a lower alpha a, b, c, ...
A upper alpha A, B, C, ...
i lower roman i, ii, iii, ...
I upper roman I, II, III, ...
symbollist items are prefixed by symbols
textlist items are prefixed by words or phrases

The type attribute must reflect the contents of the number element in each list item. For example:

<listgroup id="l1" type="1">
<li><number>1.</number><p>...</p></li>
<li><number>2.</number><p>...</p></li>
<li><number>3.</number><p>...</p></li>t;number>(a)</number><p>...</p></li>
<li><number>(b)</number><p>...</p></li>
<li><number>(c)</number><p>...</p></li>

A list of all elements which have type attributes is available here.

Value(s)

CDATA

Default Value

#IMPLIED
Back to listgroup


Created: Tue Dec 23 14:02:01 2003