Overview Schemas Index

AUTOMOTIVE_DESIGN (jsdai.SAutomotive_design)


RULE restrict_class_system_assignment_for_approval_status FOR (applied_classification_assignment, approval_status);
 
WHERE
          wr1:  SIZEOF  ( QUERY  ( ent <* approval_status | SIZEOF ( QUERY ( ia <* USEDIN ( ent , 'automotive_design.' + 'applied_classification_assignment.' + 'items' ) | ia . role . name = 'class system membership' ) ) > 1 ) ) = 0 ;
END_RULE; -- restrict_class_system_assignment_for_approval_status

public class RRestrict_class_system_assignment_for_approval_status
          public int rWr1(SdaiContext _context)
          public int run(SdaiContext _context, A_string violations)