Overview Schemas Index

Default_tolerance_arm         


ENTITY General_tolerance_table;
          tolerance_type : STRING;
INVERSE
          cell : SET [1:?] OF Tolerance_table_cell FOR tolerance_table;
END_ENTITY; -- General_tolerance_table

Entity data types and their attributes

General_tolerance_table
          tolerance_type: STRING;
          (INV) cell: SET [1:?] OF Tolerance_table_cell FOR tolerance_table;

Users: by entity attributes

General_tolerance_table
          General_tolerances.table_definition
                    general_tolerance_table_select
          Tolerance_table_cell.tolerance_table

Users: by defined types, not used by any entity attribute

General_tolerance_table
          -

Global rules for this entity data type

          -