ENTITY relationship_condition

(* SCHEMA step_merged_ap_schema; *)
-- IN AP242
ENTITY relationship_condition;
      name : label;
      applicable_relationships : SET [1:?] OF relationship_with_condition;
      condition_description : text;
END_ENTITY;

Explicit Attributes

Entity relationship_condition has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)relationship_condition
 applicable_relationshipsSET OF relationship_with_condition (SELECT)relationship_condition
 condition_descriptiontext (STRING)relationship_condition

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

    Not referenced by any other definition


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2026-09-02T09:08:05-04:00