ENTITY general_property_relationship

(* SCHEMA AUTOMOTIVE_DESIGN; *)
 
ENTITY general_property_relationship;
  name : label;
  description :  OPTIONAL text;
  relating_property : general_property;
  related_property : general_property;
END_ENTITY; -- 10303-41: product_property_definition_schema

Explicit Attributes

Entity general_property_relationship has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)general_property_relationship
 descriptiontext (STRING)general_property_relationship
 relating_propertygeneral_property (ENTITY)general_property_relationship
 related_propertygeneral_property (ENTITY)general_property_relationship

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity general_property_relationship and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 attribute_language_item SELECT general_property_relationship
 multi_language_attribute_item SELECT general_property_relationship
 restrict_multi_language_for_general_property_relationship RULE general_property_relationship


[Top Level Definitions] [Exit]

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