<summary>

The <summary> element contains a text summary associated with a book event (such as <approved> or <reviewed>) or with the list of copyrights for the book.

Content models

See appendix for information about this element in OASIS document type shells.

Inheritance

- topic/ph bookmap/summary

Example

This section is non-normative.

<bookchangehistory>
  <edited>
    <person>Joe T. Editor</person>
    <revisionid>1</revisionid>
    <completed><year>2008</year><month>03</month><day>15</day></completed>
    <summary>Added several new topics</summary>
  </edited>
  <edited>
    <person>Joe T. Editor</person>
    <revisionid>2</revisionid>
    <completed><year>2008</year><month>10</month><day>13</day></completed>
    <summary>Fixed a few typos</summary>
  </edited>
</bookchangehistory>

Content model

(Text | <data> | <data-about> | <foreign> | <unknown> | <keyword> | <term> | <text>)*

Contained by

<approved>, <bookevent>, <bookrights>, <edited>, <published>, <reviewed>, <tested>

Zero or more of the following
  • Text
  • <data>
  • <data-about>
  • <foreign>
  • <keyword>
  • <term>
  • <text>
  • <unknown>

Contained by

  • <approved>
  • <bookevent>
  • <bookrights>
  • <edited>
  • <published>
  • <reviewed>
  • <tested>

Inheritance

- topic/ph bookmap/summary

The <summary> element is specialized from <ph>. It is defined in the bookmap module.

Attributes

The following attributes are available on this element: Universal attribute group, outputclass, and @keyref.