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:
AttributeTypeDefined By
 namelabel (STRING)group_relationship
 descriptiontext (STRING)group_relationship
 relating_groupgroup (ENTITY)group_relationship
 related_groupgroup (ENTITY)group_relationship

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity group_usage inherits from the following supertypes:
  group_relationship

Subtypes

    No subtypes

Referenced By

Entity group_usage and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 acyclic_group_relationship FUNCTION group_relationship
 group_relationship ENTITY group_usage
 group_usage ENTITY group_relationship
 select_generic_item SELECT group_relationship


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2023-03-25T00:11:38-04:00