<!ELEMENT list (item | list)+> <!ATTLIST list type (bullet | number) "bullet">
This element occurs in : Element : <description>
See also : Element: <item>
The element list contains a list of items or sub-lists in a description.
The attribute type provides a way to define a numbered or bulleted list
Refer to the parent Element : <description> for an example.