<forestGrp>

<forestGrp> (forest group) provides for groups of forests. 19.3 Another Tree Notation
Module nets — 19 Graphs, Networks, and Trees
In addition to global attributes In addition to global attributes
type identifies the type of the forest group.
Status Optional
Datatype

<rng:ref name="data.enumerated"/>
data.enumerated
Values A character string.
Used by
May contain
nets: forest
Declaration

<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+
}
Note
One or more forests.