|
RULE restrict_multi_language_for_representation FOR (representation); WHERE WR1: SIZEOF ( QUERY ( ent <* representation | NOT allowed_translations (ent, ['description', 'name']) ))=0; END_RULE; -- restrict_multi_language_for_representation |
|
public class RRestrict_multi_language_for_representation public int rWr1(SdaiContext _context) public int run(SdaiContext _context, A_string violations) |