ENTITY group_usage
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY group_usage
SUBTYPE OF (group_relationship);
UNIQUE
URG5 : SELF\group_relationship.name,
SELF\group_relationship.relating_group,
SELF\group_relationship.related_group;
WHERE
WRG6 : acyclic_group_relationship(SELF, [SELF\group_relationship.related_group],
'STRUCTURAL_FRAME_SCHEMA.GROUP_RELATIONSHIP.RELATED_GROUP');
END_ENTITY;
Explicit Attributes
Entity group_usage has the following local and inherited explicit attributes:
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
Entity group_usage inherits from the following supertypes:
group_relationship
Subtypes
No subtypesReferenced By
Entity group_usage and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2023-03-25T00:11:38-04:00