<forestGrp>

<forestGrp> (grupo de bosques) define un grupo de bosques 19.3 Another Tree Notation
Módulo nets — 19 Graphs, Networks, and Trees
Además de los atributos globales
type identifica el tipo de grupo de bosque
Estado Opcional
Tipo de datos

<rng:ref name="data.enumerated"/>
data.enumerated
Valores A character string.
Usado por
Puede contener
nets: forest
Declaración

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