<appendices>

The <appendices> element is an optional wrapper for <appendix> elements within a bookmap.

The <appendices> element is specialized from <topicref>. It is defined in the bookmap module.

The following attributes are available on this element: common map attributes, link-relationship attributes, universal attributes, and @keyref.

Example

<appendices toc="yes" deliveryTarget="html">
  <topicmeta>
    <navtitle>Appendices</navtitle>
  </topicmeta>
  <appendix href="return-codes.dita"/>
  <appendix href="messages.dita"/>
  <appendix href="extra-info.dita"/>
</appendices>