Whole document tree
    

Whole document tree

SegTitle

SegTitle

Name

SegTitle -- Title that pertains to one Seg in each SegListItem

Description

Title that pertains to one Seg in each SegListItem: the first SegTitle to the first Seg, the second SegTitle to the second Seg, and so on. It may contain in-line elements. SegTitles are grouped at the beginning of a SegmentedList, before the SegListItems. It has common attributes.

Parents

SegTitle occurs in SegmentedList.

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>