macro.xtext

macro.xtext (擴充文件) 定義一連串文字資料與缺字元素。
組件 tei — The TEI Infrastructure
屬於
Content model
<content>
 <alternate minOccurs="0"
  maxOccurs="unbounded">

  <textNode/>
  <classRef key="model.gLike"/>
 </alternate>
</content>
宣告
<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 )*