macro.specialPara
| macro.specialPara ('special' paragraph content) defines the content model of elements such as notes or list items, which either contain a series of component-level elements or else have the same structure as a paragraph, containing a series of phrase-level and inter-level elements. [1.3 The TEI Class System] | |
| Modul | tei — The TEI Infrastructure | 
| Verwendet von | |
| Deklaration | 
 
macro.specialPara =
   (
      text
    | model.gLike
    | model.phrase
    | model.inter
    | model.divPart
    | model.global
   )* | 
