Overview Schemas Index

ida_step_aim_schema         


ENTITY terminal
          SUBTYPE OF (shape_aspect);
WHERE
          WR1: SELF\shape_aspect.product_definitional = UNKNOWN;
          WR2: 'ELECTROTECHNICAL_DESIGN.PRODUCT_DEFINITION' IN
        TYPEOF(SELF\shape_aspect.of_shape\property_definition.definition);
          WR3: SELF\shape_aspect.of_shape\property_definition.definition.
        frame_of_reference\application_context_element.name
        IN ['functional definition',
            'functional occurrence',
            'part definition',
            'part occurrence'];
          WR4: SELF\shape_aspect.of_shape\property_definition.definition.name
        = 'single instance';
          WR5: SIZEOF(QUERY(des <* USEDIN(SELF, 'ELECTROTECHNICAL_DESIGN.' +
                                         'ITEM_DESIGNATION_ASSIGNMENT.' +
                                         'ITEMS') |
                 NOT(SIZEOF(TYPEOF(des) *
                            ['ELECTROTECHNICAL_DESIGN.' +
                             'DOCUMENT_DESIGNATION_ASSIGNMENT',
                             'ELECTROTECHNICAL_DESIGN.' +
                             'OBJECT_REFERENCE_DESIGNATION_ASSIGNMENT',
                             'ELECTROTECHNICAL_DESIGN.' +
                             'SIGNAL_DESIGNATION_ASSIGNMENT']
                     ) > 0 ) )
        ) = 0;
          WR6: SIZEOF(QUERY(des <* USEDIN(SELF, 'ELECTROTECHNICAL_DESIGN.' +
                                         'ITEM_DESIGNATION_ASSIGNMENT.' +
                                         'ITEMS') |
                 ('ELECTROTECHNICAL_DESIGN.' +
                  'TERMINAL_DESIGNATION_ASSIGNMENT'
                  IN TYPEOF(des))
                 AND
                 (des.role.description = 'primary') )
        ) = 1;
          WR7: SIZEOF(QUERY(sar <* USEDIN(SELF, 'ELECTROTECHNICAL_DESIGN.' +
                                         'SHAPE_ASPECT_RELATIONSHIP.' +
                                         'RELATED_SHAPE_ASPECT') |
          (sar.related_shape_aspect.of_shape\
           property_definition.definition.frame_of_reference\
           application_context_element.name = 'functional occurrence')
          AND
          (sar.name = 'definition usage')
          AND
          ('ELECTROTECHNICAL_DESIGN.TERMINAL'
           IN TYPEOF(sar.relating_shape_aspect))
          AND
          (sar.relating_shape_aspect.of_shape\
           property_definition.definition.frame_of_reference\
           application_context_element.name = 'functional definition')
        )) = 1;
          WR8: SIZEOF(QUERY(sar <* USEDIN(SELF, 'ELECTROTECHNICAL_DESIGN.' +
                                         'SHAPE_ASPECT_RELATIONSHIP.' +
                                         'RELATED_SHAPE_ASPECT') |
          (sar.related_shape_aspect.of_shape\
           property_definition.definition.frame_of_reference\
           application_context_element.name = 'part occurrence')
          AND
          (sar.name = 'definition usage')
          AND
          ('ELECTROTECHNICAL_DESIGN.TERMINAL'
           IN TYPEOF(sar.relating_shape_aspect))
          AND
          (sar.relating_shape_aspect.of_shape\
           property_definition.definition.frame_of_reference\
           application_context_element.name = 'part definition')
        )) = 1;
          WR9: SIZEOF(QUERY(sar <* USEDIN(SELF, 'ELECTROTECHNICAL_DESIGN.' +
                                         'SHAPE_ASPECT_RELATIONSHIP.' +
                                         'RELATING_SHAPE_ASPECT') |
          (sar.relating_shape_aspect.of_shape\
           property_definition.definition.frame_of_reference\
           application_context_element.name = 'functional definition')
          AND
          (sar.name = 'correspondence')
          AND
          (NOT('ELECTROTECHNICAL_DESIGN.TERMINAL'
               IN TYPEOF(sar.related_shape_aspect)))
          AND
          (NOT(sar.related_shape_aspect.of_shape\
           property_definition.definition.frame_of_reference\
           application_context_element.name = 'functional occurrence'))
        )) = 0;
          WR10: SIZEOF(QUERY(sar <* USEDIN(SELF, 'ELECTROTECHNICAL_DESIGN.' +
                                         'SHAPE_ASPECT_RELATIONSHIP.' +
                                         'RELATING_SHAPE_ASPECT') |
          (sar.relating_shape_aspect.of_shape\
           property_definition.definition.frame_of_reference\
           application_context_element.name = 'part definition')
          AND
          (sar.name = 'correspondence')
          AND
          ('ELECTROTECHNICAL_DESIGN.TERMINAL'
           IN TYPEOF(sar.related_shape_aspect))
          AND
          (sar.related_shape_aspect.of_shape\
           property_definition.definition.frame_of_reference\
           application_context_element.name = 'part occurrence')
        )) <= 1;
          WR11: SIZEOF(QUERY(corr_mem <*
                       QUERY(sar <* USEDIN(SELF,
                                      'ELECTROTECHNICAL_DESIGN.' +
                                      'SHAPE_ASPECT_RELATIONSHIP.' +
                                      'RELATING_SHAPE_ASPECT') |
                         (sar.relating_shape_aspect.of_shape\
                          property_definition.definition.
                          frame_of_reference\application_context_element.
                          name = 'functional definition')
                         AND
                         (sar.name = 'correspondence')) |
                 NOT(SIZEOF(QUERY(next_corr_mem <*
                                QUERY(sar <* (USEDIN(SELF,
                                             'ELECTROTECHNICAL_DESIGN.' +
                                             'SHAPE_ASPECT_RELATIONSHIP.' +
                                             'RELATING_SHAPE_ASPECT')
                                            - corr_mem) |
                              (sar.relating_shape_aspect.of_shape\
                               property_definition.definition.
                               frame_of_reference\
                               application_context_element.
                               name = 'functional definition')
                              AND
                              (sar.name = 'correspondence')) |
                              corr_mem.related_shape_aspect =
                              next_corr_mem.related_shape_aspect
                     )) = 0)
        )) = 0;
END_ENTITY; -- terminal

Entity data types and their attributes

shape_aspect
          name: label;
          (OPT) description: text;
          of_shape: product_definition_shape;
          product_definitional: LOGICAL;
          (DER) id: identifier;
terminal
          -

Users: by entity attributes

shape_aspect
          applied_action_assignment.items
                    action_items
                              ir_usage_item
                                        design_pdm_ir_usage_item
                                                  document_reference_item
                                                            puuv_document_reference_item
          applied_action_request_assignment.items
                    action_request_item
                              pdm_action_request_item
                                        design_pdm_action_request_item
          applied_classification_assignment.items
                    classification_item
                              pdm_classification_item
                                        design_pdm_classification_item
          applied_description_text_assignment.items
                    description_item
                              sbb_description_item
                                        sysm_description_item
          applied_document_reference.items
                    document_reference_item
                              pdm_document_reference_item
          applied_document_usage_constraint_assignment.items
                    document_reference_item
                              puuv_document_reference_item
          applied_effectivity_assignment.items
                    effectivity_item
                              design_pdm_effectivity_item
          applied_group_assignment.items
                    groupable_item
                              apra_groupable_item
          applied_ineffectivity_assignment.items
                    effectivity_item
                              design_pdm_effectivity_item
          applied_usage_right.items
                    ir_usage_item
                              design_pdm_ir_usage_item
                                        document_reference_item
                                                  automotive_design_document_reference_item
          attribute_language_assignment.items
                    attribute_language_item
                              automotive_design_attribute_language_item
          cc_design_specification_reference.items
                    cc_specified_item
          current_change_element_assignment.items
                    change_management_object
                              ap242_change_management_object
                                        action_items
                                                  ir_usage_item
                                                            design_pdm_ir_usage_item
                                                                      document_reference_item
                                                                                automotive_design_document_reference_item
          design_object_management_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          dimensional_location_with_path.path
          dimensional_size.applies_to
          dimensional_size_with_path.path
          draughting_model_item_association.definition
                    draughting_model_item_definition
          frozen_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          geometric_item_specific_usage.definition
                    geometric_item_specific_usage_select
          geometric_tolerance.toleranced_shape_aspect
                    geometric_tolerance_target
          id_attribute.identified_item
                    id_attribute_select
          item_identified_representation_usage.definition
                    item_identified_representation_usage_definition
                              represented_definition
          material_designation.definitions
                    characterized_definition
                              shape_definition
          maths_space_context.physical_space
                    space_context_select
          maths_value_context.physical_value
                    value_context_select
          multi_language_attribute_assignment.items
                    multi_language_attribute_item
                              multi_language_attribute_item_242
          normalized_maths_space_context.normalization_basis
                    value_context_select
          passage_technology.definition
                    characterized_definition
                              shape_definition
          previous_change_element_assignment.items
                    change_management_object
                              ap242_change_management_object
                                        action_items
                                                  ir_usage_item
                                                            design_pdm_ir_usage_item
                                                                      requirement_assigned_item
                                                                                acpr_requirement_assigned_item
          process_property_association.property_or_shape
                    property_or_shape_select
                              shape_definition
          projected_zone_definition.projection_end
          property_definition.definition
                    characterized_definition
                              shape_definition
          property_definition_representation.definition
                    represented_definition
          requirement_assigned_object.items
                    requirement_assigned_item
                              apir_requirement_assigned_item
          satisfying_item.items
                    requirement_satisfaction_item
                              requirement_assigned_item
                                        apra_requirement_assigned_item
          shape_aspect_relationship.related_shape_aspect
          shape_aspect_relationship.relating_shape_aspect
          source_for_requirement.items
                    requirement_source_item
                              rm_requirement_source_item
                                        ds_requirement_source_item
                                                  sysm_requirement_source_item
          stratum_technology.definition
                    characterized_definition
                              shape_definition
          tolerance_zone_definition.boundaries
          usage_concept_usage_relationship.definition
terminal
          item_designation_assignment.items
                    item_designation_item

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

terminal
          -

Global rules for this entity data type

          -