ENTITY generic_property_relationship

(* SCHEMA step_merged_ap_schema; *)
-- IN AP242
ENTITY generic_property_relationship;
      name : label;
      description : text;
      relating : generic_property_definition_select;
      related : generic_property_definition_select;
      relation_type : STRING;
   WHERE
      WR1:
         acyclic_generic_property_relationship(SELF, [ related ], 'STEP_MERGED_AP_SCHEMA.GENERIC_PROPERTY_RELATIONSHIP');
END_ENTITY;

Explicit Attributes

Entity generic_property_relationship has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)generic_property_relationship
 descriptiontext (STRING)generic_property_relationship
 relatinggeneric_property_definition_select (SELECT)generic_property_relationship
 relatedgeneric_property_definition_select (SELECT)generic_property_relationship
 relation_typeSTRINGgeneric_property_relationship

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity generic_property_relationship and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 acyclic_generic_property_relationship FUNCTION generic_property_relationship
 classification_item SELECT generic_property_relationship
 description_item SELECT generic_property_relationship
 effectivity_item SELECT generic_property_relationship
 identification_item SELECT generic_property_relationship
 multi_language_attribute_item SELECT generic_property_relationship


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2023-12-22T16:32:02-05:00