macro.phraseSeq

macro.phraseSeq (詞組序列) 定義一連串文字資料與詞組層次元素。 1.4.1 Standard Content Models
組件tei — 1 The TEI Infrastructure
屬於
宣告

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