Overview Schemas Index

Form_feature_in_panel_mim         


ENTITY joggle
          SUBTYPE OF (feature_definition);
WHERE
          WR1: SIZEOF( QUERY( pdr <* get_property_definition_representations(SELF) |
               ('SHAPE_ASPECT_DEFINITION_SCHEMA.SHAPE_REPRESENTATION_WITH_PARAMETERS' IN 
                TYPEOF(pdr.used_representation)) AND
               NOT({5 <= SIZEOF(pdr.used_representation.items) <= 10})
             )) = 0;
          WR2: SIZEOF( QUERY( pdr <* get_property_definition_representations(SELF) |
               ('SHAPE_ASPECT_DEFINITION_SCHEMA.SHAPE_REPRESENTATION_WITH_PARAMETERS' IN  
                TYPEOF(pdr.used_representation)) AND
               (SIZEOF( QUERY( i <* pdr.used_representation.items |
                 NOT(i.name IN ['orientation','base radius 1','base radius 2','direction angle 1',
       'direction angle 2','height','slope angle 1','slope angle 2',
       'top radius 1','top radius 2'])
                )) > 0)
             )) = 0;
          WR3: SIZEOF( QUERY( pdr <* get_property_definition_representations(SELF) |
              ('SHAPE_ASPECT_DEFINITION_SCHEMA.SHAPE_REPRESENTATION_WITH_PARAMETERS' IN 
              TYPEOF(pdr.used_representation)) AND
              (SIZEOF( QUERY( i <* pdr.used_representation.items |
                (i.name='direction angle 1') AND
                (SIZEOF(['QUALIFIED_MEASURE_SCHEMA.MEASURE_REPRESENTATION_ITEM',
'MEASURE_SCHEMA.PLANE_ANGLE_MEASURE_WITH_UNIT']*TYPEOF(i)
                 ) = 2)
               )) = 1)
             )) = 1;
          WR4: SIZEOF( QUERY( pdr <* get_property_definition_representations(SELF) |
              ('SHAPE_ASPECT_DEFINITION_SCHEMA.SHAPE_REPRESENTATION_WITH_PARAMETERS' IN 
              TYPEOF(pdr.used_representation)) AND
              (SIZEOF( QUERY( i <* pdr.used_representation.items |
                (i.name='direction angle 2') AND
                (SIZEOF(['QUALIFIED_MEASURE_SCHEMA.MEASURE_REPRESENTATION_ITEM',
'MEASURE_SCHEMA.PLANE_ANGLE_MEASURE_WITH_UNIT']*TYPEOF(i)
                 ) = 2)
               )) = 1)
             )) = 1;
          WR5: SIZEOF( QUERY( pdr <* get_property_definition_representations(SELF) |
              ('SHAPE_ASPECT_DEFINITION_SCHEMA.SHAPE_REPRESENTATION_WITH_PARAMETERS' IN 
              TYPEOF(pdr.used_representation)) AND
              (SIZEOF( QUERY( i <* pdr.used_representation.items |
                (i.name='height') AND
                (SIZEOF(['QUALIFIED_MEASURE_SCHEMA.MEASURE_REPRESENTATION_ITEM',
'MEASURE_SCHEMA.LENGTH_MEASURE_WITH_UNIT']*TYPEOF(i)
                 ) = 2)
               )) = 1)
             )) <= 1;
          WR6: SIZEOF( QUERY( pdr <* get_property_definition_representations(SELF) |
              ('SHAPE_ASPECT_DEFINITION_SCHEMA.SHAPE_REPRESENTATION_WITH_PARAMETERS' IN 
              TYPEOF(pdr.used_representation)) AND
              (SIZEOF( QUERY( i <* pdr.used_representation.items |
                (i.name='slope angle 1') AND
                (SIZEOF(['QUALIFIED_MEASURE_SCHEMA.MEASURE_REPRESENTATION_ITEM',
'MEASURE_SCHEMA.PLANE_ANGLE_MEASURE_WITH_UNIT']*TYPEOF(i)
                 ) = 2)
               )) = 1)
             )) = 1;
          WR7: SIZEOF( QUERY( pdr <* get_property_definition_representations(SELF) |
              ('SHAPE_ASPECT_DEFINITION_SCHEMA.SHAPE_REPRESENTATION_WITH_PARAMETERS' IN 
              TYPEOF(pdr.used_representation)) AND
              (SIZEOF( QUERY( i <* pdr.used_representation.items |
                (i.name='slope angle 2') AND
                (SIZEOF(['QUALIFIED_MEASURE_SCHEMA.MEASURE_REPRESENTATION_ITEM',
'MEASURE_SCHEMA.PLANE_ANGLE_MEASURE_WITH_UNIT']*TYPEOF(i)
                 ) = 2)
               )) = 1)
             )) = 1;
          WR8: SIZEOF( QUERY( sa <* get_shape_aspects(SELF) |
              (sa.name = 'defining path') AND
              (sa.description = 'path feature component occurrence') AND
              (SIZEOF( QUERY( sar <* USEDIN( sa, 'PRODUCT_PROPERTY_DEFINITION_SCHEMA.' +
                'SHAPE_ASPECT_RELATIONSHIP.RELATED_SHAPE_ASPECT') |
                ('AIC_MACHINING_FEATURE.SHAPE_DEFINING_RELATIONSHIP' IN
                 TYPEOF(sar)) AND
                (sar.description = 'path feature component usage')  AND
                ('AIC_MACHINING_FEATURE.PATH_FEATURE_COMPONENT' IN
                 TYPEOF(sar.relating_shape_aspect)) AND
                (sar.relating_shape_aspect.description = 'linear')
               )) = 1 )
             )) = 1;
          WR9: SIZEOF( QUERY( sa <* get_shape_aspects(SELF) |
              (sa.name = 'termination') AND
              (sa.description = 'joggle termination occurrence') AND
              (SIZEOF( QUERY( sar <* USEDIN( sa, 'PRODUCT_PROPERTY_DEFINITION_SCHEMA.' +
                'SHAPE_ASPECT_RELATIONSHIP.RELATED_SHAPE_ASPECT') |
                ('AIC_MACHINING_FEATURE.FEATURE_COMPONENT_RELATIONSHIP' IN
                 TYPEOF(sar)) AND
                (sar.name = 'joggle termination usage')  AND
                ('FORM_FEATURE_IN_PANEL_MIM.JOGGLE_TERMINATION' IN
                 TYPEOF(sar.relating_shape_aspect)) 
               )) = 1 )
             )) = 1;
          WR10: SIZEOF( QUERY( pdr <* get_property_definition_representations(SELF) |
              ('SHAPE_ASPECT_DEFINITION_SCHEMA.SHAPE_REPRESENTATION_WITH_PARAMETERS' IN 
              TYPEOF(pdr.used_representation)) AND
              (SIZEOF( QUERY( i <* pdr.used_representation.items |
                (i.name='base radius 1') AND
                (SIZEOF(['QUALIFIED_MEASURE_SCHEMA.MEASURE_REPRESENTATION_ITEM',
'MEASURE_SCHEMA.LENGTH_MEASURE_WITH_UNIT']*TYPEOF(i)
                 ) = 2)
               )) = 1)
             )) <= 1;
          WR11: SIZEOF( QUERY( pdr <* get_property_definition_representations(SELF) |
              ('SHAPE_ASPECT_DEFINITION_SCHEMA.SHAPE_REPRESENTATION_WITH_PARAMETERS' IN 
              TYPEOF(pdr.used_representation)) AND
              (SIZEOF( QUERY( i <* pdr.used_representation.items |
                (i.name='base radius 2') AND
                (SIZEOF(['QUALIFIED_MEASURE_SCHEMA.MEASURE_REPRESENTATION_ITEM',
'MEASURE_SCHEMA.LENGTH_MEASURE_WITH_UNIT']*TYPEOF(i)
                 ) = 2)
               )) = 1)
              )) <= 1;
          WR12: SIZEOF( QUERY( pdr <* get_property_definition_representations(SELF) |
              ('SHAPE_ASPECT_DEFINITION_SCHEMA.SHAPE_REPRESENTATION_WITH_PARAMETERS' IN 
              TYPEOF(pdr.used_representation)) AND
              (SIZEOF( QUERY( i <* pdr.used_representation.items |
                (i.name='top radius 1') AND
                (SIZEOF(['QUALIFIED_MEASURE_SCHEMA.MEASURE_REPRESENTATION_ITEM',
'MEASURE_SCHEMA.LENGTH_MEASURE_WITH_UNIT']*TYPEOF(i)
                 ) = 2)
               )) = 1)
              )) <= 1;
          WR13: SIZEOF( QUERY( pdr <* get_property_definition_representations(SELF) |
              ('SHAPE_ASPECT_DEFINITION_SCHEMA.SHAPE_REPRESENTATION_WITH_PARAMETERS' IN 
              TYPEOF(pdr.used_representation)) AND
              (SIZEOF( QUERY( i <* pdr.used_representation.items |
                (i.name='top radius 2') AND
                (SIZEOF(['QUALIFIED_MEASURE_SCHEMA.MEASURE_REPRESENTATION_ITEM',
'MEASURE_SCHEMA.LENGTH_MEASURE_WITH_UNIT']*TYPEOF(i)
                 ) = 2)
               )) = 1)
              )) <= 1;
END_ENTITY; -- joggle

Entity data types and their attributes

characterized_object
          name: label;
          (OPT) description: text;
feature_definition
          -
joggle
          -

Users: by entity attributes

characterized_object
          applied_action_assignment.items
                    action_items
                              ir_usage_item
                                        design_pdm_ir_usage_item
                                                  document_reference_item
                                                            pdm_document_reference_item
                                                                      design_pdm_document_reference_item
          applied_classification_assignment.items
                    classification_item
                              pdm_classification_item
                                        syss_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
                                        design_pdm_document_reference_item
          applied_document_usage_constraint_assignment.items
                    document_reference_item
                              pdm_document_reference_item
                                        design_pdm_document_reference_item
          applied_group_assignment.items
                    groupable_item
                              collection_membership_groupable_item
                                        syss_collection_membership_groupable_item
          applied_usage_right.items
                    ir_usage_item
                              requirement_ir_usage_item
                                        ds_ir_usage_item
                                                  sysm_ir_usage_item
          characterized_object_relationship.related_object
          characterized_object_relationship.relating_object
          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
                                                                                pdm_document_reference_item
                                                                                          design_pdm_document_reference_item
          design_object_management_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          frozen_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          material_designation.definitions
                    characterized_definition
          passage_technology.definition
                    characterized_definition
          previous_change_element_assignment.items
                    change_management_object
                              ap242_change_management_object
                                        action_items
                                                  ir_usage_item
                                                            design_pdm_ir_usage_item
                                                                      document_reference_item
                                                                                pdm_document_reference_item
                                                                                          design_pdm_document_reference_item
          property_definition.definition
                    characterized_definition
          same_as_external_item_assignment.items
                    same_as_item
                              syss_same_as_item
                                        sysm_same_as_item
          source_for_requirement.items
                    requirement_source_item
                              rm_requirement_source_item
                                        ds_requirement_source_item
                                                  sysm_requirement_source_item
          stratum_technology.definition
                    characterized_definition
feature_definition
          applied_action_assignment.items
                    action_items
                              ir_usage_item
                                        design_pdm_ir_usage_item
                                                  document_reference_item
                                                            document_reference_item_242
          applied_classification_assignment.items
                    classification_item
                              classification_item_242
          applied_document_reference.items
                    document_reference_item
                              automotive_design_document_reference_item
          applied_document_usage_constraint_assignment.items
                    document_reference_item
                              automotive_design_document_reference_item
          applied_usage_right.items
                    ir_usage_item
                              design_pdm_ir_usage_item
                                        document_reference_item
                                                  automotive_design_document_reference_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
          frozen_assignment.items
                    change_management_object
                              ap242_change_management_object
                                        action_items
                                                  ir_usage_item
                                                            design_pdm_ir_usage_item
                                                                      classification_item
                                                                                classification_item_242
          previous_change_element_assignment.items
                    change_management_object
                              ap242_change_management_object
                                        action_items
                                                  ir_usage_item
                                                            design_pdm_ir_usage_item
                                                                      document_reference_item
                                                                                document_reference_item_242
joggle

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

joggle
          -

Global rules for this entity data type

          -