<p>

Paragraph (段落)

テキストのユニットまたはブロック。段落。

備考

この要素は、高等学校の英語授業で定義されているような形式の整った段落、つまり、1 つのアイデアを表すテキストのブロックで、表記上となりのブロックと区別されるもの、である必要はありません。むしろ、要素 <p> は、ブロック (インラインではない) 構造単位で、長さはほんの数ワードでもかまいません。

属性

コンテンツ・モデル

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

拡張コンテンツ・モデル

(#PCDATA | email | ext-link | uri | inline-supplementary-material | related-article | related-object | address | alternatives | array | boxed-text | chem-struct-wrap | code | fig | fig-group | graphic | media | preformat | supplementary-material | table-wrap | table-wrap-group | disp-formula | disp-formula-group | citation-alternatives | element-citation | mixed-citation | nlm-citation | bold | fixed-case | italic | monospace | overline | roman | sans-serif | sc | strike | underline | ruby | award-id | funding-source | open-access | chem-struct | inline-formula | inline-graphic | private-char | def-list | list | tex-math | mml:math | abbrev | milestone-end | milestone-start | named-content | styled-content | disp-quote | speech | statement | verse-group | fn | target | xref | sub | sup)*

記述方法

以下のあらゆる組合せ:

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

用例 1

セクションの中の典型的な段落:
<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

記事の文書本文の中で、段落はセクションの前に存在することがある:
...
<body>
<p content-type="disclaimer"><italic>The information
and/or opinions expressed in this Guest Editorial are
those of the author(s). They are neither endorsed nor
disputed by <roman>Prescribing Physician</roman> or
the Pharma-Physician Coalition.  Questions about or
comments on this editorial&rsquo;s content should be
directed to the corresponding author.</italic></p>
<sec>...</sec>
...</body>
...

用例 3

@content-type 属性により段落のセマンティックスや役割を同定できる:
... 
<body>
<p content-type="lead-paragraph">In the field of 
<named-content content-type="sem:AIPTh1.2" rid="kwd1.10">complex 
systems</named-content> study, new measurement and computational 
resources have lead to increased interest ...</p>
...</body>
...