RULE template_version_constraint FOR (product_definition_formation); WHERE wr1: SIZEOF ( QUERY ( pv <* Template_version | ( NOT ( 'PART_TEMPLATE_XIM.' + 'TEMPLATE_VERSION' IN TYPEOF ( pv) ) ) AND ( 'PART_TEMPLATE_XIM.' + 'TEMPLATE' IN TYPEOF ( pv.of_product) ) ) ) =0; END_RULE; -- template_version_constraint |
public class RTemplate_version_constraint public int rWr1(SdaiContext _context) public int run(SdaiContext _context, A_string violations) |