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:
AttributeTypeDefined By
 namelabel (STRING)resource_requirement_type_relationship
 descriptiontext (STRING)resource_requirement_type_relationship
 relating_requirement_typeresource_requirement_type (ENTITY)resource_requirement_type_relationship
 related_requirement_typeresource_requirement_type (ENTITY)resource_requirement_type_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