Overview Schemas Index

AUTOMOTIVE_DESIGN (jsdai.SAutomotive_design)


RULE subtype_mandatory_colour_specification FOR (colour_specification);

WHERE
          wr1: SIZEOF ( QUERY ( cs <* colour_specification | NOT (
     type_check_function ( cs , ['AUTOMOTIVE_DESIGN.'+
     'COLOUR_RGB'] , 0 ) ) ) ) =0;
END_RULE; -- subtype_mandatory_colour_specification

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