Whole document tree
    

Whole document tree

Article

Article

Name

Article -- Article

Description

An article, broadly construed. Book may be used to hold a collection of Articles. An Article has, in order, a required ArtHeader, main contents as for Chapter, then any number of Indexes, Glossaries, Bibliographies, Appendixes and Acknos, in any order. Article has Class, ParentBook, Status, and common attributes. Class indicates the type of a particular article, which may be JournalArticle, ProductSheet, WhitePaper, or TechReport. All articles have the same structure and general purpose; there is no default for Class.

Parents

These elements contain Article: Book, Part.

Attributes

Class

Class indicates the type of a particular article; there is no default.

ParentBook

ParentBook is the ID of the enclosing Book.

Status

Editorial or publication status ofthe element it applies to, such as "in review" or "approved for distribution." There is no default.

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>