Overview Schemas Index

AUTOMOTIVE_DESIGN (jsdai.SAutomotive_design)


RULE subtype_exclusiveness_colour FOR (colour);

WHERE
          wr1: SIZEOF ( QUERY ( c <* colour | NOT ( type_check_function (
     c , ['AUTOMOTIVE_DESIGN.'+ 'COLOUR_SPECIFICATION' ,
     'AUTOMOTIVE_DESIGN.'+ 'PRE_DEFINED_COLOUR'] , 3 ) ) ) ) =0;
END_RULE; -- subtype_exclusiveness_colour

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