macro.phraseSeq

macro.phraseSeq (phrase sequence) 一連の文字列と句レベル要素を定義する. 1.4.1 Standard Content Models
モジュールtei — 1 The TEI Infrastructure
当該モジュールを使用するものabbr 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
宣言

<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 )*