ENTITY state_type_relationship

(* SCHEMA step_merged_ap_schema; *)
-- IN AP242
ENTITY state_type_relationship;
      name : label;
      description : OPTIONAL text;
      relating_state_type : SET [1:?] OF state_type;
      related_state_type : SET [1:?] OF state_type;
END_ENTITY;

Explicit Attributes

Entity state_type_relationship has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)state_type_relationship
 descriptiontext (STRING)state_type_relationship
 relating_state_typeSET OF state_type (ENTITY)state_type_relationship
 related_state_typeSET OF state_type (ENTITY)state_type_relationship

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

Entity state_type_relationship has the following subtypes:
    statechar_type_relationship_object*
* - Immediate Subtypes

Referenced By

Entity state_type_relationship and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 action_item SELECT state_type_relationship
 action_method_items SELECT state_type_relationship
 attribute_classification_item SELECT state_type_relationship
 attribute_language_item SELECT state_type_relationship
 classification_item SELECT state_type_relationship
 date_and_time_item SELECT state_type_relationship
 date_item SELECT state_type_relationship
 description_item SELECT state_type_relationship
 groupable_item SELECT state_type_relationship
 identification_item SELECT state_type_relationship
 multi_language_attribute_item SELECT state_type_relationship
 organization_item SELECT state_type_relationship
 person_and_organization_item SELECT state_type_relationship
 representation_proxy_select SELECT state_type_relationship


[Top Level Definitions] [Exit]

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