Rule FrameAttribute_1

FrameAttribute Term ARROW Term 


XML Serialization Annotation

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

<Prop>
  <key>
XML serialization of the 1st RHS symbol (Term)
  </key>
  <val>
XML serialization of the 3rd RHS symbol (Term)
  </val>
</Prop>


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