macro.paraContent
| macro.paraContent (paragraph content) defines the content of paragraphs and similar elements. [1.3 The TEI Class System] | |
| Module | tei — The TEI Infrastructure | 
| Used by | |
| Content model | <content> | 
| Declaration | <rng:define name="macro.paraContent"> 
macro.paraContent =
   (
      text
    | model.gLike
    | model.phrase
    | model.inter
    | model.global
    | lg
    | model.lLike
   )* | 
