<app>
Appendix (付録)
通常文書の本文の後に添付されている追加資料。付属的または補助的資料で、文書の本文に連続するものではありません。
備考
使用法: 典型的な付録は、基本文書の後に追加される表 (または表の集合) 、地図、注釈などです。
コンテンツ・モデル
<!ELEMENT app %app-model; >
拡張コンテンツ・モデル
((sec-meta?, ((label, title?) | 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)*, (sec)*, (fn-group | glossary | ref-list)*), permissions?)
記述方法
以下の順:
- 以下の順:
- <sec-meta> (セクション・メタデータ)、ゼロまたは 1 個
- 以下の中から 1 個:
- 以下のあらゆる組合せ:
- <sec> (セクション)、ゼロまたは 1 個以上
- 以下のあらゆる組合せ:
- <permissions> (許諾)、ゼロまたは 1 個
この要素は以下の要素内に含むことができます:
用例
<article dtd-version="1.1">
<front>...</front>
<body>...</body>
<back>
<app-group>
<app>
<title>Appendix</title>
<sec>
<title>The Bipolar Seesaw.</title>
<p>The evidence for the antiphasing of the millennial-duration climate
changes occurring on the Antarctic continent ...</p>
...
</sec>
</app>
</app-group>
<ref-list>...</ref-list>
</back>
</article>