◇◆
<sec> Section
Headed group of material; the basic structural unit of the body of a document.
Usage/Remarks
A very short article may contain nothing but paragraphs (and other paragraph-level
elements such as figures and tables), but most journal articles are divided into sections,
each with a title that describes the content of the section, such as “Introduction”,
“Methodology”, or “Conclusions”.
Attributes
Multi-lang Attributes
Models and Context
May be contained in
Description
The following, in order:
- <title> Title
- Any combination of:
- Paragraph-level Display Elements
- <answer> Answer to a Question
- <answer-set> Answer Set
- <boxed-text> Boxed Text
- <chem-struct-wrap> Chemical Structure Wrapper
- <code> Code
- <explanation> Explanation
- <fig> Figure
- <graphic> Graphic
- <media> Media Object
- <preformat> Preformatted Text
- <question> Question
- <question-wrap> Question Wrapper
- <question-wrap-group> Question Wrapper Group
- <supplementary-material> Supplementary Material Metadata
- <table-wrap> Table Wrapper
- <disp-formula> Formula, Display
- <disp-formula-group> Formula, Display Group
- Lists
- <p> Paragraph
- <disp-quote> Quote, Displayed
- <speech> Speech
- <statement> Statement, Formal
- <verse-group> Verse Form for Poetry
- Paragraph-level Display Elements
- <sec> Section, zero or more
Content Model
<!ELEMENT sec %sec-model; >
Expanded Content Model
(title, (answer | answer-set | boxed-text | chem-struct-wrap | code | explanation | fig | graphic | media | preformat | question | question-wrap | question-wrap-group | supplementary-material | table-wrap | disp-formula | disp-formula-group | def-list | list | p | disp-quote | speech | statement | verse-group)*, (sec)*)
Tagged Samples
Nested sections in the <body>
<article dtd-version="1.4"> <front>...</front> <body> <sec sec-type="intro"> <title>Introduction</title> <p>Geriatric day hospitals developed rapidly in the United Kingdom in the 1960s as an important component of care provision. The model has since been widely applied in several Western countries. Day hospitals provide multidisciplinary assessment and rehabilitation in an outpatient setting and have a pivotal position between hospital and home based services ... We therefore undertook a systematic review of the randomized trials of day hospital care.</p> </sec> <sec sec-type="methods"> <title>Methods</title> <p>The primary question addressed was ...</p> <sec> <title>Inclusion criteria</title> <p>We set out to identify all ...</p> </sec> <sec> <title>Search strategy</title> <p>We searched for ...</p> </sec> ... </sec> </body> ... </article>
Alternative Spanish and English Variants of a Section
... <sec id="s0005" xml:lang="en" lang-group="s0005" lang-variant="translation" lang-source="translator" lang-focus="secondary"> <title>Method</title> ... </sec> <sec id="s0011">...</sec> <sec id="s0013" xml:lang="es" lang-group="s0005" lang-variant="original" lang-source="author" lang-focus="primary"> <title>Método</title> ... </sec> ...