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:
AttributeTypeDefined By
 namelabel (STRING)ascribable_state_relationship
 descriptiontext (STRING)ascribable_state_relationship
 relating_ascribable_stateascribable_state (ENTITY)ascribable_state_relationship
 related_ascribable_stateascribable_state (ENTITY)ascribable_state_relationship

Derived Attributes

Entity ascribable_state_relationship has the following local and inherited derived attributes:
AttributeTypeDefined By
 ididentifier (STRING)ascribable_state_relationship

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

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:
DefinitionTypeReferenced Entity
 action_item SELECT ascribable_state_relationship
 description_item SELECT ascribable_state_relationship
 groupable_item SELECT ascribable_state_relationship
 identification_item SELECT ascribable_state_relationship
 id_attribute_select SELECT ascribable_state_relationship
 multi_language_attribute_item SELECT ascribable_state_relationship
 state_definition_to_state_assignment_relationship ENTITY ascribable_state_relationship


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2023-12-22T16:32:01-05:00