Rule Subclass_1

Subclass Term SUBCLASS Term 


XML Serialization Annotation

This rule has the following XML serialization annotation:
  [
    localname	= "Subclass"
    children	= ( 
                    lower.1
                    upper.3
                  )
  ]
This means that a Subclass derived through this rule will be serialized thus:

<Subclass>
  <lower>
XML serialization of the 1st RHS symbol (Term)
  </lower>
  <upper>
XML serialization of the 3rd RHS symbol (Term)
  </upper>
</Subclass>


Copyright © 2008 ILOG, Inc.; All Rights Reserved.