Overview Schemas Index

presentation_appearance_schema         


ENTITY approximation_tolerance_deviation
          SUBTYPE OF (founded_item);
          tessellation_type : approximation_method;
          tolerances : SET [1:2] OF tolerance_deviation_select;
          definition_space : product_or_presentation_space;
WHERE
          WR1: (HIINDEX(SELF.tolerances) = 1)
            XOR
        (TYPEOF(SELF.tolerances[1]) <> TYPEOF(SELF.tolerances[2]));
END_ENTITY; -- approximation_tolerance_deviation

Entity data types and their attributes

founded_item
          (DER) users: SET [0:?] OF founded_item_select;
approximation_tolerance_deviation
          tessellation_type: approximation_method;
          tolerances: SET [1:2] OF tolerance_deviation_select;
          definition_space: product_or_presentation_space;

Users: by entity attributes

founded_item
          founded_item.users
                    founded_item_select
approximation_tolerance_deviation
          approximation_tolerance.tolerance
                    tolerance_select

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

approximation_tolerance_deviation
          -

Global rules for this entity data type

          -