macro.xtext

macro.xtext 一連の文字列や外字要素を定義する.
モジュールtei — 1 TEIの基礎構造
当該モジュールを使用するもの
宣言

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