Overview Schemas Index

presentation_appearance_schema         


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 attributes

founded_item
          (DER) users: SET [0:?] OF founded_item_select;
approximation_tolerance_parameter
          tolerances: SET [1:2] OF tolerance_parameter_select;

Users: by entity attributes

founded_item
          founded_item.users
                    founded_item_select
approximation_tolerance_parameter
          approximation_tolerance.tolerance
                    tolerance_select

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

approximation_tolerance_parameter
          -

Global rules for this entity data type

          -