Noeud:Article, Noeud « Previous »:Book, Noeud « Up »:Top Elements
Article = ( ( Title, Subtitle?, TitleAbbrev? )?, ArticleInfo?, ToCchap?, LoT*, ( ( (%divcomponent.mix;)+, ( Sect1* | RefEntry* | SimpleSect* | Section* ) ) | ( Sect1+ | RefEntry+ | SimpleSect+ | Section+ ), ), ( ToC | LoT | Index | Glossary | Bibliography | Appendix | Ackno )* )
Elements : Article
, Title
, Subtitle
, TitleAbbrev
, ArticleInfo
, ToCchap
, LoT
, Sect1
, RefEntry
, SimpleSect
, Section
, ToC
, Index
, Glossary
, Bibliography
, Appendix
, Ackno
.
Attributes : Class
, ParentBook
.
An article is composed of three parts: the introduction, the body of the article and the conclusion.
The introduction is composed of:
Title
, Subtitle
and title abbreviated
(TitleAbbrev
), optionals,
ArticleInfo
), optional,
ToCchap
), optional,
LoT
).
The body of the article is composed of:
Sect1
),
RefEntry
),
Simplesect
),
Section
).
The conclusion is composed of any number, in any order, of the following elements:
ToC
),
LoT
),
Index
,
Glossary
,
Bibliography
,
Appendix
,
Ackno
).
The attribute Class
of the Article
element indicates the type
of the article. This attribute can get one of the following values:
JournalArticle
ProductSheet
WhitePaper
TechReport
Specification
FAQ
The attribute ParentBook
of the Article
element indicates the
identifier (ID
) of the enclosing book, if any.