Overview Schemas Index

AUTOMOTIVE_DESIGN (jsdai.SAutomotive_design)


RULE person_requires_person_and_organization FOR (person);
 
WHERE
          wr1:  SIZEOF  ( QUERY ( p <* person | SIZEOF ( USEDIN ( p , 'automotive_design.person_and_organization.the_person' ) ) = 0 ) ) = 0 ;
END_RULE; -- person_requires_person_and_organization

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