|
RULE restrict_multi_language_for_identification_role FOR (identification_role); WHERE wr1: SIZEOF ( QUERY ( ent <* identification_role | NOT allowed_translations ( ent , [ 'description' ] ) ) ) = 0 ; END_RULE; -- restrict_multi_language_for_identification_role |
|
public class RRestrict_multi_language_for_identification_role public int rWr1(SdaiContext _context) public int run(SdaiContext _context, A_string violations) |