ENTITY ascribable_state_relationship
(* SCHEMA step_merged_ap_schema; *)
-- IN AP242
ENTITY ascribable_state_relationship;
name : label;
description : OPTIONAL text;
relating_ascribable_state : ascribable_state;
related_ascribable_state : ascribable_state;
DERIVE
id : identifier := get_id_value(SELF);
WHERE
WR1:
SIZEOF(USEDIN(SELF, 'STEP_MERGED_AP_SCHEMA.ID_ATTRIBUTE.IDENTIFIED_ITEM')) <= 1;
END_ENTITY;
Explicit Attributes
Entity ascribable_state_relationship has the following local and inherited explicit attributes:
Attribute | Type | Defined By |
---|
name | label (STRING) | ascribable_state_relationship |
description | text (STRING) | ascribable_state_relationship |
relating_ascribable_state | ascribable_state (ENTITY) | ascribable_state_relationship |
related_ascribable_state | ascribable_state (ENTITY) | ascribable_state_relationship |
|
Derived Attributes
Entity ascribable_state_relationship has the following local and inherited derived attributes:
Attribute | Type | Defined By |
---|
id | identifier (STRING) | ascribable_state_relationship |
|
Inverse Attributes
No Inverse AttributesSupertypes
No supertypesSubtypes
Entity ascribable_state_relationship has the following subtypes:
state_definition_to_state_assignment_relationship*
* - Immediate Subtypes
Referenced By
Entity ascribable_state_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