ENTITY property_definition_relationship

(* SCHEMA step_merged_ap_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
 action_item SELECT property_definition_relationship
 action_items SELECT property_definition_relationship
 attribute_classification_item SELECT property_definition_relationship
 attribute_language_item SELECT property_definition_relationship
 identification_item SELECT property_definition_relationship
 multi_language_attribute_item SELECT property_definition_relationship
 represented_definition SELECT property_definition_relationship
 restrict_multi_language_for_property_definition_relationship RULE property_definition_relationship


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2020-07-28T17:02:18-04:00