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:
| Attribute | Type | Defined By |
|---|
| name | label (STRING) | resource_property_relationship |
| description | text (STRING) | resource_property_relationship |
| relating_resource_property | resource_property (ENTITY) | resource_property_relationship |
| related_resource_property | resource_property (ENTITY) | resource_property_relationship |
|
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
No supertypesSubtypes
No subtypesReferenced 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