macro.specialPara
| macro.specialPara ('special' paragraph content) 一連の句レベルまたは挿入レベルの要素と共に、一連の構成要素レベルの要 素、または段落相当の構造を持つ、注釈やリスト項目となる要素の内容モデ ルを定義する。 [1.3 The TEI Class System] | |
| モジュール | tei — The TEI Infrastructure |
| 当該モジュールを使用するもの | |
| Content model |
<content> |
| 宣言 |
<rng:define name="macro.specialPara">
macro.specialPara =
(
text
| model.gLike
| model.phrase
| model.inter
| model.divPart
| model.global
)*
|