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>
 <alternate minOccurs="0"
  maxOccurs="unbounded">

  <textNode/>
  <classRef key="model.paraPart"/>
 </alternate>
</content>
Declaration
<rng:define name="macro.paraContent">
 <rng:zeroOrMore>
  <rng:choice>
   <rng:text/>
   <rng:ref name="model.paraPart"/>
  </rng:choice>
 </rng:zeroOrMore>
</rng:define>
macro.paraContent = ( text | model.paraPart )*