Overview Schemas Index

AUTOMOTIVE_DESIGN (jsdai.SAutomotive_design)


RULE styled_curve FOR (styled_item);

WHERE
          wr1: SIZEOF ( QUERY  ( si <* styled_item | (
     'AUTOMOTIVE_DESIGN.'+ 'CURVE' IN  TYPEOF  ( si. item ) ) AND
     ( SIZEOF  ( QUERY  ( psa <* si. styles | ( SIZEOF ( QUERY (
     cs <* psa. styles | ( 'AUTOMOTIVE_DESIGN.'+ 'CURVE_STYLE'
     IN TYPEOF ( cs ) ) ) ) >0 ) ) ) <>1 ) ) ) =0;
END_RULE; -- styled_curve

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