macro.phraseSeq

macro.phraseSeq 一連の文字列と句レベル要素を定義する. 1.4.1 標準的な内容モデル
モジュールtei — 1 TEIの基礎構造
当該モジュールを使用するもの
宣言

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