Rule PartialRelationalExpr_3

PartialRelationalExpr GREATER Expr 


XML Serialization Annotation

This rule has the following XML serialization annotation:
  [
    nsprefix	= "hex"
    localname	= "PartialRelationalExpression"
    attributes	= { 
                    op = 1/symbol
                  }
    children	= ( 
                    2
                  )
  ]
This means that a PartialRelationalExpr derived through this rule will be serialized thus:

<hex:PartialRelationalExpression op = A0>
XML serialization of the 2nd RHS symbol (Expr)
</hex:PartialRelationalExpression>
Legend of attribute values for hex:PartialRelationalExpression:
  • A0 is the value of attribute "symbol" of the 1st RHS symbol (GREATER)


Copyright © 2012 by Hassan Aït-Kaci; All Rights Reserved.