Overview Schemas Index

AUTOMOTIVE_DESIGN (jsdai.SAutomotive_design)


RULE subtype_mandatory_camera_model FOR (camera_model);

WHERE
          wr1: SIZEOF ( QUERY ( cm <* camera_model | NOT (
     type_check_function ( cm , ['AUTOMOTIVE_DESIGN.'+
     'CAMERA_MODEL_D2' , 'AUTOMOTIVE_DESIGN.'+
     'CAMERA_MODEL_D3'] , 0 ) ) ) ) =0;
END_RULE; -- subtype_mandatory_camera_model

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