Rule Member_1

Member Term MEMBER Term 


XML Serialization Annotation

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

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


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