ENTITY concept_feature_relationship

(* SCHEMA AUTOMOTIVE_DESIGN; *)
 
ENTITY concept_feature_relationship;
  name : label;
  description :  OPTIONAL text;
  relating_product_concept_feature : product_concept_feature;
  related_product_concept_feature : product_concept_feature;
END_ENTITY; -- 10303-44: product_concept_schema

Explicit Attributes

Entity concept_feature_relationship has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)concept_feature_relationship
 descriptiontext (STRING)concept_feature_relationship
 relating_product_concept_featureproduct_concept_feature (ENTITY)concept_feature_relationship
 related_product_concept_featureproduct_concept_feature (ENTITY)concept_feature_relationship

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

Entity concept_feature_relationship has the following subtypes:
    concept_feature_relationship_with_condition*
* - Immediate Subtypes

Referenced By

    Not referenced by any other definition


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:16:11-04:00