macro.paraContent

macro.paraContent (段落內容) 定義段落與類似元素的內容。 [1.3 The TEI Class System]
組件 tei — The TEI Infrastructure
屬於
Content model
<content>
 <alternate minOccurs="0"
  maxOccurs="unbounded">

  <textNode/>
  <classRef key="model.paraPart"/>
 </alternate>
</content>
宣告
<rng:define name="macro.paraContent">
 <rng:zeroOrMore>
  <rng:choice>
   <rng:text/>
   <rng:ref name="model.paraPart"/>
  </rng:choice>
 </rng:zeroOrMore>
</rng:define>
macro.paraContent = ( text | model.paraPart )*