<app-group>
Appendix Group (付録グループ)
1つ以上の付録 (<app> 要素) のコンテナ要素。
備考
記事発表用タグセット (Journal Publishing Tag Set) では、この <app-group> 要素は付録だけでなく、散在する文献書誌リストの両方を含むことができます。これは過去のジャーナル用タグセットがそのようなモデルを採用したことがあるからです。
設計上の注: この要素は、AAP 派生および ISO 12083 派生タグセットで使用される Appendix Matter <appm> 要素と非常によく似ています。
コンテンツ・モデル
<!ELEMENT app-group %app-group-model; >
拡張コンテンツ・モデル
(label?, title?, (abstract)*, (kwd-group)*, (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)*, (app | ref-list)*)
記述方法
以下の順:
- <label> ((等式、図、参考文献などの) ラベル)、ゼロまたは 1 個
- <title> (表題)、ゼロまたは 1 個
- <abstract> (抄録)、ゼロまたは 1 個以上
- <kwd-group> (キーワード・グループ)、ゼロまたは 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>