macro.phraseSeq

macro.phraseSeq (phrase sequence) defines a sequence of character data and phrase-level elements. 1.4.1 Standard Content Models
Moduletei — 1 The TEI Infrastructure
Used by
Declaration

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