<forestGrp>

<forestGrp> (森林群組) 匯集森林群組。 19.3 Another Tree Notation
組件 nets — 19 Graphs, Networks, and Trees
除全域屬性以外
type 標明森林群組的類型。
狀態 非必備的
資料類型

<rng:ref name="data.enumerated"/>
data.enumerated
A character string.
屬於
可包含
nets: forest
宣告

<rng:element name="forestGrp">
 <rng:ref name="att.global.attributes"/>
 <rng:optional>
  <rng:attribute name="type">
   <rng:ref name="data.enumerated"/>
  </rng:attribute>
 </rng:optional>
 <rng:oneOrMore>
  <rng:ref name="forest"/>
 </rng:oneOrMore>
</rng:element>
element forestGrp
{
   att.global.attributes,
   attribute type { data.enumerated }?,
   forest+
}