macro.limitedContent

macro.limitedContent  (paragraph content) 現存する資料の転記で使われるものではない散文要素の内容を定義する. [1.3 The TEI Class System]
モジュールtei — 1 The TEI Infrastructure
当該モジュールを使用するもの
宣言

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