Whole document tree
    

Whole document tree

SegListItem

SegListItem

Name

SegListItem -- List item in a SegmentedList

Content Model

  (Seg, Seg+)

Attributes

This element has common and Role attributes.

Tag Minimization

The start-tag is required for this element. The end-tag is optional, if your SGML declaration allows minimization.

Description

List item in a SegmentedList. It consists of two or more Segs, and has common attributes.

Parents

SegListItem occurs in SegmentedList.

Children

SegListItem contains Seg.

Examples

<SEGMENTEDLIST>
<SEGTITLE>Museum
</SEGTITLE>
<SEGTITLE>City
</SEGTITLE>
<SEGTITLE>Collections
</SEGTITLE>
<SEGLISTITEM>
<SEG>Asian Art Museum
</SEG>
<SEG>San Francisco
</SEG>
<SEG>East Asian, Indian, and Islamic
</SEG>
</SEGLISTITEM>
<SEGLISTITEM>
<SEG>British Museum
</SEG>
<SEG>London
</SEG>
<SEG><EMPHASIS>all areas</EMPHASIS>
</SEG>
</SEGLISTITEM>
<SEGLISTITEM>
<SEG>Louvre
</SEG>
<SEG>Paris
</SEG>
<SEG>mostly paintings
</SEG>
</SEGLISTITEM>
</SEGMENTEDLIST>