<topichead>
Content models
See appendix for information about this element in OASIS document type shells.
Inheritance
+ map/topicref mapgroup-d/topichead
Example
Note that in the following example, the first <topichead> element uses a <navtitle> element to provide the title, while the second <topichead> element uses a @navtitle attribute. This is only to illustrate that both uses are valid; in general, the element is preferred over the attribute.
<map>
<topichead>
<topicmeta><navtitle>Computers</navtitle></topicmeta>
<topicref href="eniac.dita"/>
<topicref href="system360.dita"/>
<topicref href="pdp8.dita"/>
</topichead>
<topichead navtitle="Books">
<topicref href="hardback.dita"/>
<topicref href="paperback.dita"/>
</topichead>
</map>
Attributes
The following attributes are available on this element: Universal attribute group, Attributes common to many map elements, @navtitle and @copy-to from Topicref element attributes group, and @outputclass. Although @locktitle is available as part of Attributes common to many map elements, it has no defined purpose for this element.
The @scope, @format, and @type attributes from Link relationship attribute group are also available.