RULE drawing_sheet_annotation_layers FOR (drawing_sheet_revision); WHERE wr1: SIZEOF ( QUERY ( dsr <* drawing_sheet_revision | NOT ( SIZEOF ( QUERY ( ao <* QUERY ( it <* dsr\ 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_sheet_annotation_layers |
public class RDrawing_sheet_annotation_layers public int rWr1(SdaiContext _context) public int run(SdaiContext _context, A_string violations) |