|
ENTITY approximation_tolerance_parameter SUBTYPE OF (founded_item); tolerances : SET [1:2] OF tolerance_parameter_select; WHERE WR1: (HIINDEX (SELF.tolerances) = 1 ) XOR (TYPEOF (SELF.tolerances[1]) <> TYPEOF (SELF.tolerances[2])); END_ENTITY; -- approximation_tolerance_parameter |
Entity data types and their attributesfounded_item(DER) users: SET [0:?] OF founded_item_select; approximation_tolerance_parameter tolerances: SET [1:2] OF tolerance_parameter_select; |
Users: by entity attributesfounded_itemfounded_item.users founded_item_select approximation_tolerance_parameter approximation_tolerance.tolerance tolerance_select Users: by defined types, not used by any entity attributeapproximation_tolerance_parameter- |
Global rules for this entity data type- |