<disp-quote>
Quote, Displayed (別行立ての引用文)
別の記事からの抜粋または広範な引用文で、通常周りのテキストから印刷上の違いとして区別できるようになっているもの。
備考
推奨用法: この要素は、引用句のためだけでなく、テキスト内のブロック引用や抜粋にも使用します。
コンテンツ・モデル
<!ELEMENT disp-quote %disp-quote-model; >
拡張コンテンツ・モデル
(label?, title?, (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 | def-list | list | tex-math | mml:math | p | related-article | related-object | disp-quote | speech | statement | verse-group)*, (attrib | permissions)*)
記述方法
以下の順:
- <label> ((等式、図、参考文献などの) ラベル)、ゼロまたは 1 個
- <title> (表題)、ゼロまたは 1 個
- 以下のあらゆる組合せ:
- 以下のあらゆる組合せ:
この要素は以下の要素内に含むことができます:
用例 1
...
<sec>
<title>Introduction</title>
<disp-quote>
<p>Dead flies cause the ointment of the apothecary to send forth a
stinking savor; so doth a little folly him that is in reputation
for wisdom and honour.</p>
<attrib>Ecclesiastes 10:1</attrib>
</disp-quote>
<p>The term “flies in the ointment” is occasionally used
to describe minor defects in some endeavor. But this quote from
Ecclesiastes has a much wider scope ...</p>
</sec>
...
用例 2
碑銘:
...
<body>
<disp-quote>
<preformat>... who would fardels bear,
To grunt and sweat under a weary life,
But that the dread of something after death,
The undiscover’d country from whose bourn
No traveller returns, puzzles the will
And makes us rather bear those ills we have
Than fly to others that we know not of?</preformat>
<attrib>William Shakespeare, Hamlet, Act III,
Scene IV</attrib>
</disp-quote>
<p>Shakespeare well understood the underpinning of
our society’s tenacious need to cling to life:
the fear of death, the fear of the unknown. Yes, we
acknowledge death is part of nature’s cycle,
but even as we do so, we struggle ...</p>
<sec>...</sec>
</body>
...