<forestGrp>

<forestGrp> (forest group) provides for groups of forests. 19.3 Another Tree Notation
Modul nets — 19 Graphs, Networks, and Trees
Neben global gültigen Attributen
type identifies the type of the forest group.
Zustand Optional
Datentyp

<rng:ref name="data.enumerated"/>
data.enumerated
Werte A character string.
Verwendet von
Kann enthalten
nets: forest
Deklaration

<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+
}