ENTITY uuid_relationship

(* SCHEMA step_merged_ap_schema; *)
-- IN AP242
ENTITY uuid_relationship;
      identifier : uuid;
      uuid_1 : uuid;
      uuid_2 : uuid;
      role : uuid_relationship_role;
   UNIQUE
      UR1 : identifier;
   WHERE
      WR1:
         uuid_1 <> uuid_2;
      WR2:
         uuid_1 <> identifier;
      WR3:
         uuid_2 <> identifier;
      WR4:
         acyclic_uuid_relationship(SELF, [ uuid_2 ], 'STEP_MERGED_AP_SCHEMA.UUID_RELATIONSHIP');
END_ENTITY;

Explicit Attributes

Entity uuid_relationship has the following local and inherited explicit attributes:
AttributeTypeDefined By
 identifieruuid (STRING)uuid_relationship
 uuid_1uuid (STRING)uuid_relationship
 uuid_2uuid (STRING)uuid_relationship
 roleuuid_relationship_role (ENUM)uuid_relationship

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity uuid_relationship and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 acyclic_uuid_relationship FUNCTION uuid_relationship
 uuid_provenance ENTITY uuid_relationship


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2026-09-02T09:08:05-04:00