ENTITY resource_property_relationship

(* SCHEMA process_property_schema; *)
ENTITY resource_property_relationship;
  name                       : label;
  description                : text;
  relating_resource_property : resource_property;
  related_resource_property  : resource_property;
WHERE
  WR1: relating_resource_property :<>: related_resource_property;
END_ENTITY;

Explicit Attributes

Entity resource_property_relationship has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)resource_property_relationship
 descriptiontext (STRING)resource_property_relationship
 relating_resource_propertyresource_property (ENTITY)resource_property_relationship
 related_resource_propertyresource_property (ENTITY)resource_property_relationship

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

    Not referenced by any other definition


[Top Level Definitions] [Exit]

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