ENTITY relationship_condition

(* SCHEMA AP239_PRODUCT_LIFE_CYCLE_SUPPORT_MIM_LF; *)
 
ENTITY relationship_condition;
  name : label;
  applicable_relationships : SET [1:?] OF relationship_with_condition;
  condition_description : text;
END_ENTITY; (* declared in: method_definition_schema *)

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
2012-03-27T17:19:36-04:00