§ Module LaTeXML-structure
- Element document
-
The document root.
- Includes:
- Content:
- Pattern document.body.class
-
The content allowable as the main body of the document.
- Content:
-
(Para.model | paragraph | subsection | section | chapter | part)
- Used by:
- Element part
-
A part within a document.
- Includes:
- Content:
- Used by:
- Pattern part.body.class
-
The content allowable as the main body of a part.
- Content:
-
(Para.model | chapter)
- Used by:
- Element chapter
-
A Chapter within a document.
- Includes:
- Content:
- Used by:
- Pattern chapter.body.class
-
The content allowable as the main body of a chapter.
- Content:
-
(Para.model | subparagraph | paragraph | subsubsection | subsection | section)
- Used by:
- Element section
-
A Section within a document.
- Includes:
- Content:
- Used by:
- Pattern section.body.class
-
The content allowable as the main body of a section.
- Content:
-
(Para.model | subparagraph | paragraph | subsubsection | subsection)
- Used by:
- Element appendix
-
An Appendix within a document.
- Includes:
- Content:
- Used by:
- Pattern appendix.body.class
-
The content allowable as the main body of a chapter.
- Content:
-
(Para.model | subparagraph | paragraph | subsubsection | subsection | section)
- Used by:
- Element subsection
-
A Subsection within a document.
- Includes:
- Content:
- Used by:
- Pattern subsection.body.class
-
The content allowable as the main body of a chapter.
- Content:
-
(Para.model | subparagraph | paragraph | subsubsection)
- Used by:
- Element subsubsection
-
A Subsubsection within a document.
- Includes:
- Content:
- Used by:
- Pattern subsubsection.body.class
-
The content allowable as the main body of a chapter.
- Content:
-
(Para.model | subparagraph | paragraph)
- Used by:
- Element paragraph
-
A Paragraph within a document. This corresponds to a `formal' marked, possibly labelled LaTeX Paragraph, in distinction from an unlabelled logical paragraph.
- Includes:
- Content:
- Used by:
- Pattern paragraph.body.class
-
The content allowable as the main body of a chapter.
- Content:
- Used by:
- Element subparagraph
-
A Subparagraph within a document.
- Includes:
- Content:
- Used by:
- Pattern subparagraph.body.class
-
The content allowable as the main body of a chapter.
- Content:
- Used by:
- Element bibliography
-
A Bibliography within a document.
- Includes:
- Attribute files
-
= text
the list of bib files used to create the bibliograph.
- Content:
- Used by:
- Pattern bibliography.body.class
-
The content allowable as the main body of a chapter.
- Content:
-
(Para.model | biblist)
- Used by:
- Element index
-
An Index within a document.
- Includes:
- Content:
- Used by:
- Pattern index.body.class
-
The content allowable as the main body of a chapter.
- Content:
-
(Para.model | indexlist)
- Used by:
- Element indexlist
-
A heirarchical index generated. Typically generated during postprocessing from the collection of indexmark in the document (or document collection).
- Includes:
- Content:
- Used by:
- Element indexentry
- Element indexrefs
-
A container for the references (ref) to where an indexphrase was encountered in the document. The model is Inline to allow arbitrary text, in addition to the expected ref's.
- Includes:
- Content:
- Used by:
- Element title
-
The title of a document, section or similar document structure container.
- Includes:
- Content:
- Used by:
- Element toctitle
-
The short form of a title, for use in tables of contents or similar.
- Includes:
- Content:
- Used by:
- Element subtitle
-
A subtitle, or secondary title.
- Includes:
- Content:
- Used by:
- Element personname
-
A person's name.
- Includes:
- Content:
- Used by:
- Element creator
-
Generalized document creator.
- Includes:
- Attribute role
-
= (author | editor | translator | contributor | translator | text)
indicates the role of the person in creating the docment. Commonly useful values are specified, but is open-ended to support extension.
- Content:
-
(Person.class | Misc.class)*
- Used by:
- Pattern Person.class
-
The content allowed in authors, editors, etc.
- Content:
-
(personname | contact)
- Used by:
- Element contact
-
Generalized contact information for a document creator. Note that this element can be repeated to give different types of contact information (using role) for the same creator.
- Includes:
- Attribute role
-
= (affiliation | address | current_address | email | url | thanks | dedicatory | text)
indicates the type of contact information contained. Commonly useful values are specified, but is open-ended to support extension.
- Content:
- Used by:
- Element date
-
Generalized document date. Note that this element can be repeated to give the dates of different events (using role) for the same document.
- Includes:
- Attribute role
-
= (creation | conversion | posted | received | revised | accepted | text)
indicates the relevance of the date to the document. Commonly useful values are specified, but is open-ended to support extension.
- Content:
- Used by:
- Element abstract
-
A document abstract.
- Includes:
- Content:
- Used by:
- Element acknowledgements
-
Acknowledgements for the document.
- Includes:
- Content:
- Used by:
- Element keywords
-
Keywords for the document. The content is freeform.
- Includes:
- Content:
- Used by:
- Element classification
-
A classification of the document.
- Includes:
- Attribute scheme
-
= text
indicates what classification scheme was used.
- Content:
- Used by:
- Element titlepage
-
block of random stuff marked as a titlepage
- Includes:
- Content:
- Used by:
- Pattern Sectional.attributes
-
Attributes shared by all sectional elements
- Includes:
- Used by:
- Pattern SectionalFrontMatter.class
-
The content allowed for the front matter of each sectional unit, and the document.
- Content:
- Used by:
- Pattern FrontMatter.class
-
The content allowed (in addition to SectionalFrontMatter.class) for the front matter of a document.
- Content:
-
(subtitle | date | abstract | acknowledgements | keywords | classification)
- Used by:
- Pattern BackMatter.class
-
The content allowed a the end of a document. Note that this includes random trailing Block and Para material, to support articles with figures and similar data appearing `at end'.
- Content:
-
(bibliography | appendix | index | acknowledgements | Para.class | Meta.class)
- Used by: