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 byabbr actor addName addrLine affiliation author biblScope birth bloc catchwords cl colophon country dateline death distinct distributor district docAuthor docDate edition editor education email expan explicit extent faith finalRubric floruit foreign forename fw genName geoDecl geogName gloss headItem headLabel heraldry incipit label material measure mentioned name nameLink nationality num occupation orgName persName phr placeName pubPlace publisher region residence role roleDesc roleName rs rubric s salute secFol settlement sex signatures signed soCalled socecStatus speaker stamp street summary surname term textLang trailer watermark wit witDetail
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 )*