Overview Schemas Index

AUTOMOTIVE_DESIGN (jsdai.SAutomotive_design)


RULE drawing_view_annotation_layers FOR (presentation_view);

WHERE
          wr1: SIZEOF ( QUERY  ( pv <* presentation_view | NOT  ( SIZEOF  (
     QUERY  ( ao <* QUERY ( it <* pv\ representation.items | (
     'AUTOMOTIVE_DESIGN.'+'ANNOTATION_OCCURRENCE' IN TYPEOF ( it
     ) ) ) | NOT ( SIZEOF ( USEDIN ( ao ,
     'AUTOMOTIVE_DESIGN.'+'PRESENTATION_LAYER_ASSIGNMENT.'+'ASSIGNED_ITEMS'
     ) ) >=1 ) ) ) =0 ) ) ) =0;
END_RULE; -- drawing_view_annotation_layers

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