listgroup has these attributes...
An ID number for the listgroup. See IDPrefixes.htm.
ID
The type attribute can be one of the following:
| Value | Explanation | Example |
|---|---|---|
| 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, ... |
| symbol | list items are prefixed by symbols | |
| text | list 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.
CDATA
Created: Tue Dec 23 14:02:01 2003