<title>

Title (表題)

構造要素 (たとえば <sec><app><boxed-text>) の見出しまたは表題。

関連要素

この要素は、記事レベルの表題には使用されません

属性

コンテンツ・モデル

<!ELEMENT  title        (#PCDATA %struct-title-elements;)*           >

拡張コンテンツ・モデル

(#PCDATA | email | ext-link | uri | inline-supplementary-material | related-article | related-object | bold | fixed-case | italic | monospace | overline | roman | sans-serif | sc | strike | underline | ruby | alternatives | inline-graphic | private-char | chem-struct | inline-formula | tex-math | mml:math | abbrev | milestone-end | milestone-start | named-content | styled-content | fn | target | xref | sub | sup | break | citation-alternatives | element-citation | mixed-citation | nlm-citation)*

記述方法

以下のあらゆる組合せ:

この要素は以下の要素内に含むことができます:

用例 1

叙述テキスト中のセクション表題In the narrative text, section titles:
<article dtd-version="1.1">
<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. Although there is
considerable descriptive literature on day hospital care,<xref ref-type="bibr"
rid="B1">1</xref> concern has been expressed that evidence for effectiveness is
equivocal and that day hospital care is expensive.<xref ref-type="bibr"
rid="B2">2</xref> We therefore undertook a systematic review of the randomised
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>

用例 2

図の表題で、<caption> の一部:
...
<sec sec-type="results">
<title>Results</title>
<p>We identified 703 abstracts, of which 687 were not
relevant ... Details of randomisation procedures,
treatment schedules, and numbers of patients followed up
are given on the <italic>BMJ</italic> website.</p>
<fig id="F1">
<caption>
<title>Deaths among patients receiving day hospital care
or alternative services.</title>
<p>Odds ratios of death by end of follow up were calculated by 
fixed effects model. Heterogeneity between trials is presented as
&#x03C7;<sup>2</sup></p>
</caption>
<alt-text>Deaths in hospitals or with alternative services</alt-text>
<graphic xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:href="fors2662.f1">
<object-id>456472</object-id>
</graphic>
</fig>
...</sec>
...