ENTITY equivalence_notable_instance

(* SCHEMA step_merged_ap_schema; *)
-- IN AP242
ENTITY equivalence_notable_instance;
      comparing_elements : LIST [0:?] OF equivalence_detected_difference_select;
      compared_elements : LIST [0:?] OF equivalence_detected_difference_select;
      measured_value : equivalence_measured_value_select;
   WHERE
      WR1:
         (SIZEOF(comparing_elements) <> 0) OR (SIZEOF(compared_elements) <> 0);
END_ENTITY;

Explicit Attributes

Entity equivalence_notable_instance has the following local and inherited explicit attributes:
AttributeTypeDefined By
 comparing_elementsLIST OF equivalence_detected_difference_select (SELECT)equivalence_notable_instance
 compared_elementsLIST OF equivalence_detected_difference_select (SELECT)equivalence_notable_instance
 measured_valueequivalence_measured_value_select (SELECT)equivalence_notable_instance

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity equivalence_notable_instance and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 equivalence_instance_report_item_with_notable_instances ENTITY equivalence_notable_instance


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2023-12-22T16:32:02-05:00