Overview Schemas Index

product_property_representation_schema         


ENTITY context_dependent_shape_representation;
          representation_relation : shape_representation_relationship;
          represented_product_relation : product_definition_shape;
DERIVE
          description : text := get_description_value(SELF);
          name : label := get_name_value(SELF);
WHERE
          WR1: 'PRODUCT_DEFINITION_SCHEMA.PRODUCT_DEFINITION_RELATIONSHIP' IN TYPEOF(SELF.represented_product_relation.definition);
          WR2: SIZEOF(USEDIN(SELF, 'BASIC_ATTRIBUTE_SCHEMA.' + 'DESCRIPTION_ATTRIBUTE.DESCRIBED_ITEM')) <= 1;
          WR3: SIZEOF(USEDIN(SELF, 'BASIC_ATTRIBUTE_SCHEMA.' + 'NAME_ATTRIBUTE.NAMED_ITEM')) <= 1;
END_ENTITY; -- context_dependent_shape_representation

Entity data types and their attributes

context_dependent_shape_representation
          representation_relation: shape_representation_relationship;
          represented_product_relation: product_definition_shape;
          (DER) description: text;
          (DER) name: label;

Known subtypes

          component_2d_location (Physical_unit_2d_design_view_mim)
          component_3d_location (Physical_unit_3d_design_view_mim)
          manifold_constraining_context_dependent_shape_representation (Interconnect_non_planar_shape_mim)

Users: by entity attributes

context_dependent_shape_representation
          applied_action_assignment.items
                    action_items
                              ds_action_items
                                        syse_action_items
          applied_group_assignment.items
                    groupable_item
                              collection_membership_groupable_item
                                        syss_collection_membership_groupable_item
          current_change_element_assignment.items
                    change_management_object
                              ap242_change_management_object
                                        action_items
                                                  ds_action_items
                                                            syse_action_items
          description_attribute.described_item
                    description_attribute_select
          frozen_assignment.items
                    change_management_object
                              ap242_change_management_object
                                        action_items
                                                  ds_action_items
                                                            syse_action_items
          name_attribute.named_item
                    name_attribute_select
          previous_change_element_assignment.items
                    change_management_object
                              ap242_change_management_object
                                        action_items
                                                  ds_action_items
                                                            syse_action_items

Users: by defined types, not used by any entity attribute

context_dependent_shape_representation
          syse_action_items
                    ap242_change_management_object
                    applied_action_assignment.items
                    applied_usage_right.items
                    risk_evaluation_criteria.items
          syss_collection_membership_groupable_item
                    applied_group_assignment.items
                    syse_experience_type_item
                    syse_person_type_item
                    sysm_analysed_item
                    sysm_certification_item

Global rules for this entity data type

          -