<unarticle> (Unstructured Article) Description .email comment.
Changed in version 1.5 and 1.8.
Description
This element is the alternative root element to the <article> element (which is used for the main articles of a journal). Although all of the same cub-elements are available, there are far less contstrains on their ordering and occurrence options.
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 (optional) -- (TEXT and elements)
  |  
 subtitle (optional) -- (TEXT and elements)
  |  
 shortauthors (optional) -- (TEXT and elements)
  |  
 shorttitle (optional) -- (TEXT and elements)
  |  
 abbrevtitle (optional) -- (TEXT and elements)
  |  
 doititle (optional) -- (TEXT and elements)
  |  
 logo (optional) 
  |  
  |--+(repeatable choice)
  |  |  
  |  |-- abstract  -- (elements)
  |  |  
  |  |-- keywordset  -- (elements)
  |  |  
  |  |-- abbrev-sect  -- (elements)
  |  |  
  |  |-- nomen-sect  -- (elements)
  |  |  
  |  |-- intro  -- (elements)
  |  |  
  |  |-- part  -- (elements)
  |  |  
  |  |-- section1  -- (elements)
  |  |  
  |  |-- summary  -- (elements)
  |  |  
  |  |-- ackno  -- (elements)
  |  |  
  |  |-- notesaddedinproof  -- (elements)
  |  |  
  |  |-- glossary  -- (elements)
  |  |  
  |  |-- appendix  -- (elements)
  |  |  
  |  |-- references  -- (elements)
  |  
 endnotes (optional) -- (TEXT and 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 unarticle                      (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 | appendix | references)+, 
                                              endnotes?, translation*)>
<!ATTLIST unarticle
                article-association      CDATA  #IMPLIED 
                documenttype             (Abstracts | Announcement | Calendar | BookReview | 
                                          Commentary | Eulogy | Editorial | Erratum | 
                                          Preface | LetterToEditor | Advertisement | Miscellaneous
                                          )  #REQUIRED 
               %a-group-CommonIDAttrs;
               %a-group-ArticleAttrs;
               %a-group-YearOfPubAttrs;>
.
Defined in DTD section Article Structure
General Attributes (shared with other elements)
Common Optional ID Attributes (a-group-CommonIDAttrs)
Article Attributes (a-group-ArticleAttrs)
Year of Publication Attributes (a-group-YearOfPubAttrs)
Local Attributes (defined for this element alone)
Attribute: article-association .OLD.
Deprecated since version 1.9.
Description
This attribute holds a reference to the "true" article that this unstructured article is associated with. For example, it may be a "letter to the editor" article that refers to an article in a previous issue of the journal.
This attribute is no longer used. The <relatedarticle> element should be used instead.
Specification
This attribute is not required. It has text content.
DTD Definition
                article-association      CDATA  #IMPLIED 
.
Attribute: documenttype
Description
This attribute indicates what kind of unstructured article it is, such as "BookReview" or "Advertisement".
Specification
This attribute is required. The allowed values are "Abstracts", "Announcement", "Calendar", "BookReview", "Commentary", "Eulogy", "Editorial", "Erratum", "Preface", "LetterToEditor", "Advertisement" and "Miscellaneous".
DTD Definition
                documenttype             (Abstracts | Announcement | Calendar | BookReview | 
                                          Commentary | Eulogy | Editorial | Erratum | 
                                          Preface | LetterToEditor | Advertisement | Miscellaneous
                                          )  #REQUIRED 
.