macro.limitedContent

macro.limitedContent  (contenu du paragraphe) définit le contenu des éléments textuels qui ne sont pas utilisés pour la transcription des contenus existants. [1.3 The TEI Class System]
Moduletei — 1 The TEI Infrastructure
Utilisé par
Declaration

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