macro.paraContent

macro.paraContent (paragraph content) defines the content of paragraphs and similar elements. 1.3 The TEI Class System
Moduletei — 1 The TEI Infrastructure
Used byab add camera caption case cell colloc corr damage def del docEdition emph gen gram head hi hyph iType imprimatur l lang lbl mood number orig orth p per pos pron ref reg restore rhyme seg sic sound stress subc supplied syll tech title titlePart tns unclear usg writing
Declaration

<rng:define name="macro.paraContent">
<rng:zeroOrMore>
 <rng:choice>
  <rng:text/>
  <rng:ref name="model.gLike"/>
  <rng:ref name="model.phrase"/>
  <rng:ref name="model.inter"/>
  <rng:ref name="model.global"/>
 </rng:choice>
</rng:zeroOrMore>
</rng:define>
macro.paraContent =
   ( text | model.gLike | model.phrase | model.inter | model.global )*