Rule SymSpace_1

SymSpace IDENTIFIER COLON IDENTIFIER 


XML Serialization Annotation

This rule has the following XML serialization annotation:
  [
    localname	= "Symspace"
    attributes	= { 
                    typespace = 1
                    typename = 3
                  }
  ]
This means that a SymSpace derived through this rule will be serialized thus:

<Symspace typespace = A0 typename = A1/>
Legend of attribute values for Symspace:
  • A0 is the XML node text content of the 1st RHS symbol (IDENTIFIER)
  • A1 is the XML node text content of the 3rd RHS symbol (IDENTIFIER)


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