ENTITY property_definition_relationship

(* SCHEMA Ap236_furniture_catalog_and_interior_design_mim_LF; *)
(* USED FROM (material_property_definition_schema); *)
ENTITY property_definition_relationship;
  name                       : label;
  description                 : text;
  relating_property_definition : property_definition;
  related_property_definition  : property_definition;
END_ENTITY;

Explicit Attributes

Entity property_definition_relationship has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)property_definition_relationship
 descriptiontext (STRING)property_definition_relationship
 relating_property_definitionproperty_definition (ENTITY)property_definition_relationship
 related_property_definitionproperty_definition (ENTITY)property_definition_relationship

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity property_definition_relationship and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 represented_definition SELECT property_definition_relationship


[Top Level Definitions] [Exit]

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