Pinnacles Component Information Standard (PCIS), Version 1.5-1-081099
Element:Unordered List
Tag:<unordered.list>
Definition:

A simple single-item list or a list of items, sometimes with a non-numeric or alphabetical special character prefix.

Remarks:

Each List Item (<li>) in an Unordered List (unordered.list) may be prefixed by a special character, such as a bullet, asterisk, or em-dash. In a simple list, where there is no special character prefix, the items are generally displayed or printed slightly indented.

The PCIS provides for three types of general lists:

  • Definition Lists (<def.list>s), in which each List Item (<li>) is in two parts; for example, a term and its definition.

  • Ordered (sequenced) Lists <ordered.list>s, in which the sequence of List Items (<li>s) is important and each List Item (<li>) is preceded by a counter such as a letter or number.

  • Unordered (simple) Lists <unordered.list>s, where each List Item (<li>) is either preceded by a special character such as an em-dash or a bullet, or is listed without prefix.

List models were adopted from IBM's IBMIDDOC DTDs.

The tag minimization parameter does not appear in the XML version of this element (because it is forbidden by XML).

Associated Attributes:
Descriptive NameAttribute NameDefault Value
Division Class"div.class"IMPLIED
Unique Identifier"id"REQUIRED
Label"label"IMPLIED
Identifier of Language Used"lang.id"IMPLIED
Product IDs"pids"IMPLIED
Element Content:

This element may contain:

Pools:

This element is part of:

  • The General Paragraph-Level Elements pool (gen.para)

  • The List Elements pool (lists)

  • The All Paragraph-Level Elements pool (all.para)

SGML Model:
<!ELEMENT unordered.list  - -   (title?, ((li+,li.block*) |
                                 li.block+))               > 
<!ATTLIST unordered.list
          list.style   (simple|bulleted)         "bulleted"
                         %common.atts;                     >
Formatted Example:
    APPLICATION SUMMARY
  • Medical instruments

  • Process control system

  • Test equipment

Tagged Example:

<APPLICATION.SUMMARY id=X19A>
<TITLE id="T999">Application Summary</TITLE>
<UNORDERED.LIST id="B21" DIV.CLASS="PROD.SUMMARY" LIST.STYLE="bulleted">
<LI id="B22"><P id="B23">Medical instruments</P></LI>
<LI id="B24"><P id="B25">Process control system</P></LI>
<LI id="B26"><P id="B27">Test equipment</P></LI></UNORDERED.LIST>

Standard Version: 1.1
Original version: March 11, 1994
Last updated: PCIS 1.2 October 31, 1995


Pinnacles Component Information Standard (PCIS), Version 1.5-1-081099
Copyright © 1999 Silicon Integration Initiative, Inc. All rights reserved worldwide.