ENTITY assignment_object_relationship
(* SCHEMA step_merged_ap_schema; *)
-- IN AP242
ENTITY assignment_object_relationship;
id : OPTIONAL identifier;
description : OPTIONAL text;
relating : assignment_object_select;
related : assignment_object_select;
relation_type : STRING;
WHERE
WR1:
acyclic_assignment_object_relationship(SELF, [ related ], 'STEP_MERGED_AP_SCHEMA.ASSIGNMENT_OBJECT_RELATIONSHIP');
END_ENTITY;
Explicit Attributes
Entity assignment_object_relationship has the following local and inherited explicit attributes:
Attribute | Type | Defined By |
---|
id | identifier (STRING) | assignment_object_relationship |
description | text (STRING) | assignment_object_relationship |
relating | assignment_object_select (SELECT) | assignment_object_relationship |
related | assignment_object_select (SELECT) | assignment_object_relationship |
relation_type | STRING | assignment_object_relationship |
|
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
No supertypesSubtypes
Entity assignment_object_relationship has the following subtypes:
ap242_assignment_object_relationship*
* - Immediate Subtypes
Referenced By
Entity assignment_object_relationship and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2024-09-06T14:00:30-04:00