<forestGrp>

<forestGrp> (forest group) provides for groups of forests. 19.3 Another Tree Notation
Modulenets — 19 Graphs, Networks, and Trees
AttributesIn addition to global attributes
typeidentifies 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.