<listForest>

<listForest> provides for lists of forests. [19.3 Another Tree Notation]
組件 nets — Graphs, Networks, and Trees
屬性
type⚓︎ 標明森林群組的類型。
Derived from att.typed
狀態 非必備的
資料類型 teidata.enumerated
俱乐部会员
可包含在於
可包含
core: desc
nets: forest

One or more forests representing the same object.

例子
<listForest>
 <forest type="derivation-syntactic">
  <tree ord="true">
   <root children="#fgex1 #fgex2"/>
<!-- ... -->
  </tree>
<!-- ... -->
 </forest>
 <forest type="derivation-prosodic">
  <tree ord="true">
   <root children="#fgex3 #fgex4"/>
<!-- ... -->
  </tree>
<!-- ... -->
 </forest>
</listForest>
Content model
<content>
 <sequence>
  <elementRef key="descminOccurs="0"
   maxOccurs="unbounded"/>

  <elementRef key="forestminOccurs="1"
   maxOccurs="unbounded"/>

 </sequence>
</content>
宣告
<rng:element name="listForest">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.typed.attribute.subtype"/>
 <rng:optional>
  <rng:attribute name="type">
   <rng:ref name="teidata.enumerated"/>
  </rng:attribute>
 </rng:optional>
 <rng:group>
  <rng:zeroOrMore>
   <rng:ref name="desc"/>
  </rng:zeroOrMore>
  <rng:oneOrMore>
   <rng:ref name="forest"/>
  </rng:oneOrMore>
 </rng:group>
</rng:element>
element listForest
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   att.typed.attribute.subtype,
   attribute type { teidata.enumerated }?,
   ( desc*, forest+ )
}