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:
| Attribute | Type | Defined By |
|---|
| identifier | uuid (STRING) | uuid_relationship |
| uuid_1 | uuid (STRING) | uuid_relationship |
| uuid_2 | uuid (STRING) | uuid_relationship |
| role | uuid_relationship_role (ENUM) | uuid_relationship |
|
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
No supertypesSubtypes
No subtypesReferenced By
Entity uuid_relationship and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2026-09-02T09:08:05-04:00