<forestGrp>

<forestGrp> (gruppo di foreste) definisce gruppi di foreste 19.3 Another Tree Notation
Modulo nets — 19 Graphs, Networks, and Trees
Oltre agli attributi globali
type identifica il tipo di gruppo di foresta
Stato Opzionale
Tipo di dati

<rng:ref name="data.enumerated"/>
data.enumerated
Valori A character string.
Usato da
Può contenere
nets: forest
Dichiarazione

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