Description
This element holds a complete structured article. It should be the root element of every structured (main) article. For simpler articles that have less structure, such as a letter or news item, use the alternative
<unarticle> element instead.
Parent Elements
The elements listed below may directly contain this element.
They are "parent" elements. Elements in referenced groups are included, up to two levels of group nesting.
Parent elements:
Model Diagram
The DTD model for this element:
--+(sequence)
|
meta -- (elements)
|
newpage (optional)
|
journaltitle (optional) -- (TEXT and elements)
|
journalsubtitle (optional) -- (TEXT and elements)
|
issuetitle (optional) -- (TEXT and elements)
|
supertitle (optional) -- (TEXT and elements)
|
title -- (TEXT and elements)
|
subtitle (optional) -- (TEXT and elements)
|
shortauthors (optional) -- (TEXT and elements)
|
shorttitle -- (TEXT and elements)
|
abbrevtitle (optional) -- (TEXT and elements)
|
doititle (optional) -- (TEXT and elements)
|
logo (optional)
|
abstract (optional) -- (elements)
|
keywordset (optional and repeatable) -- (elements)
|
|--+(optional and repeatable choice)
| |
| |-- abbrev-sect -- (elements)
| |
| |-- nomen-sect -- (elements)
|
intro -- (elements)
|
|--+(choice)
| |
| |-- part (repeatable) -- (elements)
| |
| |-- section1 (repeatable) -- (elements)
|
summary (optional and repeatable) -- (elements)
|
ackno (optional) -- (elements)
|
notesaddedinproof (optional) -- (elements)
|
glossary (optional and repeatable) -- (elements)
|
|--+(optional and repeatable choice)
| |
| |-- abbrev-sect -- (elements)
| |
| |-- nomen-sect -- (elements)
|
appendix (optional and repeatable) -- (elements)
|
endnotes (optional) -- (TEXT and elements)
|
references (optional) -- (elements)
|
abstract (optional and repeatable) -- (elements)
|
translation (optional and repeatable) -- (elements)
DTD Definition
The DTD contains the following element and attribute definitions
(note that embedded links are to definitions within the DTD page of this guide):
<!ELEMENT article (meta, newpage?, journaltitle?, journalsubtitle?, issuetitle?, supertitle?, title, subtitle?, shortauthors?, shorttitle, abbrevtitle?,
doititle?, logo?, abstract?, keywordset*,
(abbrev-sect | nomen-sect)*,
intro, (part+ | section1+),
summary*, ackno?, notesaddedinproof?, glossary*,
(abbrev-sect | nomen-sect)*, appendix*, endnotes?, references?, abstract*, translation*
)>
<!ATTLIST article
documenttype (Original | Review | CaseReport | TechnicalNote |
BriefNote | Miscellaneous) #REQUIRED
%a-group-CommonIDAttrs;
%a-group-ArticleAttrs;
%a-group-YearOfPubAttrs;>
.
Defined in DTD section
Article Structure
General Attributes (shared with other elements)
Local Attributes (defined for this element alone)
Description
This required attribute usually has the value "Original" or "Miscellaneous", but other options are available. For example, if the article is abook review, it should have the type "Review".
Specification
This attribute is required. The allowed values are "Original", "Review", "CaseReport", "TechnicalNote", "BriefNote" and "Miscellaneous".
DTD Definition
documenttype (Original | Review | CaseReport | TechnicalNote |
BriefNote | Miscellaneous) #REQUIRED .