Overview Schemas Index

CATALOG_DATA_INFORMATION_AND_SHAPE_REPRESENTATION_MIM (jsdai.SCatalog_data_information_and_shape_representation_mim)


RULE restrict_representation_item_for_hybrid_geometric_model_3d FOR (shape_representation);

WHERE
          wr1: SIZEOF ( QUERY  ( sr <* shape_representation | 
          ( sr. name ='hybrid 3d shape representation' ) AND 
          ( SIZEOF ( QUERY ( i <* sr. items | 
          NOT ( 'CATALOG_DATA_INFORMATION_AND_SHAPE_REPRESENTATION' + '.GEOMETRIC_REPRESENTATION_ITEM' IN TYPEOF ( i ) ) ) ) >0 )) ) =0;
END_RULE; -- restrict_representation_item_for_hybrid_geometric_model_3d

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