Overview Schemas Index

Production_rule_arm         


ENTITY Abstract_variable
          ABSTRACT SUPERTYPE OF (ONEOF (Scalar_variable, Row_variable));
          name : STRING;
          scope : scope_select;
UNIQUE
          UR1 : name, scope;
END_ENTITY; -- Abstract_variable

Entity data types and their attributes

Abstract_variable
          name: STRING;
          scope: scope_select;

Known subtypes

          Row_variable (Production_rule_arm)
          Scalar_variable (Production_rule_arm)

Users: by entity attributes

Abstract_variable
          Global_assignment.variable

Users: by defined types, not used by any entity attribute

Abstract_variable
          -

Global rules for this entity data type

          -