Overview Schemas Index

DRAWING_DEFINITION_SCHEMA (jsdai.SDrawing_definition_schema)


RULE drawing_sheets_not_nested FOR (presentation_representation_relationship);

WHERE
          wr1: SIZEOF( QUERY(p_r_r <* presentation_representation_relationship |      
         ('DRAWING_DEFINITION_SCHEMA.DRAWING_SHEET_REVISION' 
        IN  (TYPEOF(p_r_r.rep_1))) AND
        ('DRAWING_DEFINITION_SCHEMA.DRAWING_SHEET_REVISION'
        IN (TYPEOF( p_r_r.rep_2))))) = 0;
END_RULE; -- drawing_sheets_not_nested

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