Ackno

Name

Ackno -- Acknowledgements in an Article

Synopsis

Mixed Content Model

Ackno ::=
((#PCDATA|Link|OLink|ULink|Emphasis|Trademark|Replaceable|Comment|
  Subscript|Superscript|InlineGraphic|InlineMediaObject|IndexTerm)+)

Attributes

Common attributes

Tag Minimization

Both the start- and end-tags are required for this element.

Description

Acknowledgements in an Article.

Processing expectations

Formatted as a displayed block.

Parents

These elements contain Ackno: Article.

Children

The following elements occur in Ackno: Comment, Emphasis, IndexTerm, InlineGraphic, InlineMediaObject, Link, OLink, Replaceable, Subscript, Superscript, Trademark, ULink.

In some contexts, the following elements are allowed anywhere: BeginPage, IndexTerm.

Examples

<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V3.1//EN">
<article>
<artheader>
<author><firstname>Norman</firstname><surname>Walsh</surname></author>
</artheader>
<para>
This is an odd, minimalist sort of article example.
</para>
<ackno>
First, I'd like to thank the members of the academy, &hellip;
</ackno>
</article>

Copyright © 1999 O'Reilly & Associates, Inc. All rights reserved.