Overview Schemas Index

Production_rule_arm         


ENTITY Row_value;
          values : LIST [0:?] OF term_select;
WHERE
          WR1: SIZEOF(QUERY(v <* SELF.values | contains_variable(v))) = 0;
          WR2: SIZEOF(QUERY(v <* SELF.values | 'PRODUCTION_RULE_ARM.ROW_VALUE' IN TYPEOF(v))) = 0;
END_ENTITY; -- Row_value

Entity data types and their attributes

Row_value
          values: LIST [0:?] OF term_select;

Users: by entity attributes

Row_value
          Atomic_formula.terms
                    term_select
          Func.terms
                    term_select
          Global_assignment.val
                    term_select
          Row_value.values
                    term_select

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

Row_value
          -

Global rules for this entity data type

          -