Whole document tree
    

Whole document tree

Ackno

Ackno

Name

Ackno -- Acknowledgements in an Article

Content Model

  (#PCDATA | Emphasis | Trademark | Replaceable | Comment
  | Subscript | Superscript
  | InlineGraphic)+

Attributes

This element has common and Role attributes.

Tag Minimization

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

Description

Acknowledgements in an Article. It contains plain text and has common attributes.

Parents

Ackno occurs in Article.

Children

Ackno contains these elements: Comment, Emphasis, InlineGraphic, #PCDATA, Replaceable, Subscript, Superscript, Trademark.

In some contexts, additional elements may be allowed by inclusions in parent elements.

Examples

<ARTICLE>
<ARTHEADER>
<TITLE>HTML</TITLE>
<AUTHORGROUP>
<AUTHOR>
<FIRSTNAME>Terry</FIRSTNAME>
<SURNAME>Allen</SURNAME>
</AUTHOR>
</AUTHORGROUP>
<BOOKBIBLIO>
<TITLE>Online Publishing Report, April 1996</TITLE>
<AUTHORGROUP>
<AUTHOR>
<FIRSTNAME>Terry</FIRSTNAME>
<SURNAME>Allen</SURNAME>
</AUTHOR>
</AUTHORGROUP>
<ISSN>1087-4216</ISSN>
<VOLUMENUM>1</VOLUMENUM>
<ISSUENUM>4</ISSUENUM>
<PAGENUMS>25-32</PAGENUMS>
</BOOKBIBLIO>
<ARTPAGENUMS>1, 3-4</ARTPAGENUMS>
</ARTHEADER>
<PARA>If this were really an article, the content would be here.
</PARA>
<ACKNO>Thanks to everyone who made this short article possible.
</ACKNO>
</ARTICLE>