Overview Schemas Index

CATALOG_DATA_INFORMATION_MIM (jsdai.SCatalog_data_information_mim)


RULE person_requires_person_and_organization FOR (person);
 
WHERE
          wr1:  SIZEOF  ( QUERY ( p <* person | SIZEOF ( USEDIN ( p , 'catalog_data_information_mim' + '.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)