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)