macro.limitedContent

macro.limitedContent (contenido del párrafo) define el contenido de elementos de prosa que no se usan para la transcripción de materiales existentes. 1.3 The TEI Class System
Módulotei — 1 The TEI Infrastructure
Usado por
Declaración

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