ENTITY resource_requirement_type_relationship
(* SCHEMA process_property_schema; *)
ENTITY resource_requirement_type_relationship;
name : label;
description : text;
relating_requirement_type : resource_requirement_type;
related_requirement_type : resource_requirement_type;
WHERE
WR1: relating_requirement_type :<>: related_requirement_type;
END_ENTITY;
Explicit Attributes
Entity resource_requirement_type_relationship has the following local and inherited explicit attributes:
| Attribute | Type | Defined By |
|---|
| name | label (STRING) | resource_requirement_type_relationship |
| description | text (STRING) | resource_requirement_type_relationship |
| relating_requirement_type | resource_requirement_type (ENTITY) | resource_requirement_type_relationship |
| related_requirement_type | resource_requirement_type (ENTITY) | resource_requirement_type_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